Navigation
BlueprintAPI > BlueprintAPI/Mover
Tests potential vertical movement of a component to float a bit above a walkable floor. Intended for use while moving along ground surfaces. Modifies InOutCurrentFloor to account for adjustments, if any was made Appends to InOutMoveRecord with any movement substeps Returns new location, including any adjustment if it was made
Target is Ground Movement Utils
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Moving Comps | |
| vector | Location | |
| struct | Rotation | |
| real | Max Walk Slope Cosine | |
| struct | In Out Current Floor | |
| struct | In Out Move Record |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| vector | Return Value |