Hi, it's first time posting in the forum.
You have a logic that needs to run on an actor for a temporary duration. What is better, spawning an actor with the logic and attaching it to the target actor, or adding an actor component to the target actor?
I thought an actor is more expensive because it has a baggage of information including transform, etc. that Actor Component doesn't have. Actor Component may have some other information but my guess is it has less.
What is the best practice here?
Thanks in advance!
You have a logic that needs to run on an actor for a temporary duration. What is better, spawning an actor with the logic and attaching it to the target actor, or adding an actor component to the target actor?
I thought an actor is more expensive because it has a baggage of information including transform, etc. that Actor Component doesn't have. Actor Component may have some other information but my guess is it has less.
What is the best practice here?
Thanks in advance!
Comment