This is due to that when the constructor is called the Actor or world is potentaly not loaded.
You can use BeginPlay if the actor is placed in the world, or PostInitelize methods to do this.
This is due to that when the constructor is called the Actor or world is potentaly not loaded.
You can use BeginPlay if the actor is placed in the world, or PostInitelize methods to do this.