Hello! I have a BP where is two objects; cube and cylinder.
By usuing BP node timeline I want to make ONLY cylinder move. Buy onstead all objects in BP move. How can I fix it?
The actor has a number of components, a cylinder is one of them. Instead of moving the entire actor (do not GetOwner), move the component only:
Thank you!