I’m new to unreal engine and what I’m looking for is a camera that only moves when you hold right click. I’ve looked it up already but there weren’t any really good answers.
All I need is for someone to show how to make what I have in the screenshot move by right clicking.
Hey @Trentbent8500
you mean like this?
You set a boolean variable to true when pressing RightMouseButton. With the branch you can then check if you variable is tru => Aim or false => nothing happens.
Or you can use a gate which you open / close with RightMouseButton:
Thanks for responding, although I’m still kinda confused cause I don’t know anything about gates or booleans is there a way you could tell me how to set this up?
Also I want to use the gate method because that one seems easier to me.
Actually nevermind! I was able to figure it out myself. Thanks for sending this though, it helped me understand it a bit better