blueprint

BP_FPS_Player

  • Exposure: public
  • UE Version: 5.2

vamproy

May 28, 2023, 5:51 pm

A basic FPS Player controller Blueprint.

Includes: Movement, forward, backwards, left, right, Jump, Run

Extra: Weapon attachment to character.

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
May 29, 2023
  1. Renaming

  2. Added Muzzle flash for weapon

  3. Added Aiming on right mouse button press.
    (ADS)

May 28, 2023
  1. Name changing

  2. First commit

1 comment

  • vamproy

    May 28, 2023, 6:02 pm

    For Running add in variables:

    WalkSpeed as a float, in details set your walk speed (600)

    RunSpeed as a float, in details set your run speed (1200)


    For Attach Gun to CharacterMesh:

    Add a skeletal mesh under Mesh(CharacterMesh0) and name it Gun.