Creating event MOVE FORWARD / MOVE RIGHT

Hi, i am a very new user.

I was watching a tutorial on youtube to create a camera for an RTS game… there is a step that the user has to create “moveforward” , “moveright” events… but when I’m trying to add these events I cannot find them.

Would you please let me know how can i add these events ?

Open top-down template> create Blueprint class ( controller ) > then on EVENT GRAPH when i try to search for “MOVE FORWARD” or “MOVE RIGHT” i cannot find “EVENT” ( red box)

i really appreciate if someone can help me :slight_smile:

Hey there, welcome
First, check if those inputs are already created as “action mappings” (ON/OFF controls) in your project settings, input tab. Camera controls are set as Axis Mappings (values ranging from -1 to 1). After that, those names will show up in the search bar, right click inside your character blueprint, event graph.


1 Like