If uobject is alive, Class Object or BP Class of the uobject is always loaded in memory?
Yes, if you have a live object of a given type somewhere in memory, it’s class and all non-soft referenced assets will also be loaded (and that also includes all parent classes too).
1 Like