blueprint

Movement & Camera

  • Exposure: public
  • UE Version: 5.5

avatar author

Sacrentice

June 10, 2024, 3:40 am

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • avatar author

    Sacrentice

    June 10, 2024, 3:43 am

    Create Input Axis Events via the INPUT settings under Project Settings. Create one "Move Forward / Back" set value to 1 and -1 respectively, one "Move Right / Left" set value to 1 and -1 respectively, one "Look Up / Down" set value to 1 and -1 respectively, and one "Turn Right / Left" set value to 1 and -1 respectively. Paste Code within the Character Blueprint's Graph. Set Default Pawn for GameMode as the Character Blueprint.