This has been mentioned in a few places and there was some information on the Wiki, but needing to find a solution.
I know you can't normally spawn Actors from the Object Class, because you need to have a Reference to the Actor tree to be able to use Spawn and so it handles Creation properly.
What is the best way to find an Actor to use in a subclass of Object, when there seems to be done none that are already set by Core engine code. I was able to do New command, but it doesn't do what needs to be done to init the Actor I assume, so that leaves me without a paddle.
I know I can call a Object subclass from an Actor and pass it the Actor to use to reference Spawn, but without that option, what else could be done?
I know you can't normally spawn Actors from the Object Class, because you need to have a Reference to the Actor tree to be able to use Spawn and so it handles Creation properly.
What is the best way to find an Actor to use in a subclass of Object, when there seems to be done none that are already set by Core engine code. I was able to do New command, but it doesn't do what needs to be done to init the Actor I assume, so that leaves me without a paddle.

I know I can call a Object subclass from an Actor and pass it the Actor to use to reference Spawn, but without that option, what else could be done?
Comment