Hello,
I spawn an actor (RedCube here) in a surface moving left and right. How can the cube attach to moving object and “follow” it? Moving object is an actor using a timeline for moving.
Cubes are actors and spawning from keyboard.
1 Like
You can use the node AttachActortoActor in the blueprints.
So When you spawn the red cube, get a reference to it and attach it to the target object.