Navigation
BlueprintAPI > BlueprintAPI/Pawn > BlueprintAPI/Pawn/Components > BlueprintAPI/Pawn/Components/CharacterMovement
Set a custom, local gravity direction to use during movement simulation. The gravity direction must be synchronized by external systems between the autonomous and authority processes. The gravity direction will be corrected as part of movement corrections should the movement state diverge. SetGravityDirection is responsible for initializing cached values used to tranform to from gravity relative space.
Target is Character Movement Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| vector | Gravity Dir | A non-zero vector representing the new gravity direction. The vector will be normalized. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |