Hello,
i want to spawn a NAMED Actor via a ChildActorComponent
When i use this function: SetChildActorClass
ChildActorComponent->SetChildActorClass(ActorClass)
The ChildActorComponent will spawn an actor with the given class but i have no control on the actor name that will be spawned
I would need a function like: SetChildActor
ChildActorComponent->SetChildActor(Actor)
that will spawn an Actor with a name i could have set before (maybe with the help of SpawnActorDeferred or with a spawned actor that i will attach to the ChildActorComponent using SetChildActor)
Thanks
i want to spawn a NAMED Actor via a ChildActorComponent
When i use this function: SetChildActorClass
ChildActorComponent->SetChildActorClass(ActorClass)
The ChildActorComponent will spawn an actor with the given class but i have no control on the actor name that will be spawned
I would need a function like: SetChildActor
ChildActorComponent->SetChildActor(Actor)
that will spawn an Actor with a name i could have set before (maybe with the help of SpawnActorDeferred or with a spawned actor that i will attach to the ChildActorComponent using SetChildActor)
Thanks
Comment