I need to create an Actor that must survive travel between levels. I tested using NewObject() to create my actor and setting the Outer to the GameInstance and it worked, but the created actor is not ticking, which I need it to do.
How do I make an actor that was created with NewObject and does not use the World as it’s Outer tick?