blueprint

WASD QE Pawn movement for spectator cam. Attach camera to this blueprint in level.

  • Exposure: public
  • UE Version: 5.0

officerbewm

June 24, 2022, 12:04 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

  • officerbewm

    June 24, 2022, 12:11 am

    Create Pawn blueprint , Add spring arm component.

    Create Action Mappings.

    mouse wheel up mouse wheel down

    MoveForward W 1.0 S -1.0

    MoveRight A -1.0 D 1.0

    Turn MouseX 1.0

    LookUp MouseY -1.0

    Moveupdown Q 1.0 E -1.0

    Set default pawn class to this blueprint. drag this blue print into level. Attach camera to blueprint in level.