Hi Everyone!
I’m using detach from component to detach the camera in the construction script for an actor.
So, now my question is: How do I move a detached camera every tick using Add Movement Input? Because the Add Movement Input requires Target = Pawn, but the camera is a Component.
Any ideas? Thank you!