Calling a function/method from an empty C++ Class

Create Default subobjects works for UE derived classes. Tbh I don’t quite know how it works, but I think it calls the initializer (AClass()) and automatically inserts the traditional FObjectInitializer variable so you don’t have to do it yourself.