I’m new to C++ and don’t fully understand pointers. When should they be used and when should they not be used in unreal? So far I’m into some random habit of using a pointer for any unreal class and not using a pointer for standard types like int or float. I’m pretty much doing that for no logical reason, so…
Can someone explain instances where to use pointers in unreal C++ and when not to. Thanks!