is it possible to remove a component from one actor, then attach it to another. or duplicate a component then add the duplicated one to another actor

i want to create my riding logic, but do not want every ai which can be mounted has any useless camera thing or any player thing attached wondering around.

i want to copy them from player or move them from player, is this possible?

thank u very much

1 Like

You can add and remove components at runtime

i have found the answer from here Move component across actors

thanks