So I have a thing which is not an Actor but it require to spawn actors.
The problem is that I cannot use "spawn actor from class" from within a class which is not an actor. it says that I need a reference to the current world context which make sense. but how do I add this reference?
The problem is that I cannot use "spawn actor from class" from within a class which is not an actor. it says that I need a reference to the current world context which make sense. but how do I add this reference?
Comment