Epic Developer Community Forums
What exactly is a pointer?
Development
Programming & Scripting
C++
unreal-engine
Antidamage
(Addie)
October 14, 2015, 11:44pm
9
What’s the difference between:
Thing = *ThatThing;
and
Thing = &ThatThing;
show post in topic