Shouldnt we use Smar Pointers rather than Raw pointers in general
if you are referring to UObject* i UCapsuleComponent, UStaticMeshComponent and what not, those are managed through the reflection library, and are garbage collected as needed
2 Likes
thank you …that was awesome…
it looks like raw pointers are OK for UObjects …Looks like Unreal takes care of us…
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.