blueprint
GASP > CBP_SandboxCharacter > [f] ApplyStanceSettings
- Exposure: public
- UE Version: 5.6
See full GASP prone/crawl guide: https://blueprintue.com/blueprint/7u5cze-w/
1 comment
-
Expects CBP_SandboxCharacter to have:
- CurrentStance (type E_Stance) variable that tracks the current "Stance" state (Stand, Walk, Crawl).
- 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)
Veraxus
October 13, 2025, 11:22 pm