Hi.
I have an actor made by c++ and I add this actor to world in Unreal Editor and then set its properties. I start timer in this actor and when timer elapsed, all properties with pointers are null. I tried add this actor to GameInstance, but it isn’t work.
Do you know why pointers are null ?