Because the function “CreateDefaultSubobject” returns a pointer to the object created.
The UObject will be created and managed into the game world, not within your class.
1 Like
Because the function “CreateDefaultSubobject” returns a pointer to the object created.
The UObject will be created and managed into the game world, not within your class.