Prevent garbage collecting, how to RemoveFromRoot?

Hey Syntopia-

Can you elaborate on what exactly you’re trying to accomplish? If possible please provide further source context for the class that you’re referring to in regard to how you’re creating and using it. Without fully understanding what your goal is, the one suggestion I would make is to try using the class’ BeginDestroy() function rather than a class destructor.