Balgy
(Balgy)
4
Unreal uses a garbage collection system to do its memory management, so you can also take advantage of that.
If there is a fundamental need for your object to not be destroyed, there is a way to add an object to GC’s root set: https://api.unrealengine.com/INT/API…oot/index.html