Navigation
BlueprintAPI > BlueprintAPI/Mover
Tests potential movement of a component up/down to adjust to a walkable floor. Intended for use while performing ground movement. 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 |