blueprint

GASP > CBP_SandboxCharacter > [f] ApplyStanceSettings

  • Exposure: public
  • UE Version: 5.6

Veraxus

October 13, 2025, 11:17 pm

See full GASP prone/crawl guide: https://blueprintue.com/blueprint/7u5cze-w/

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
October 15, 2025
  1. Added more comments for clarity.

October 13, 2025
  1. First commit

    See

1 comment

  • Veraxus

    October 13, 2025, 11:22 pm

    Expects CBP_SandboxCharacter to have:

    1. CurrentStance (type E_Stance) variable that tracks the current "Stance" state (Stand, Walk, Crawl).
    2. Variables (type Float) for the capsule half-heights of standing, crouching, and crawling. I used values:
      • HalfHeight_Stand = 78
      • HalfHeight_Crouch = 58
      • HalfHeight_Crawl = 30 (you cannot go smaller than 30 without also changing the capsule radius)