Epic Developer Community Forums
Noob c++ q: Why am I not using -> to access member function of UWhateverComponent * in a function?
Development
Programming & Scripting
C++
unreal-engine
tyoc213
(tyoc213)
December 13, 2015, 3:45am
2
pointer are accessed by
->
references and values/structs are accessed by point
.
.
show post in topic