Navigation
BlueprintAPI > BlueprintAPI/Mover
Tests a potential movement along a walkable surface. Modifies InOutHit with final movement hit data Appends to InOutMoveRecord with any movement substeps Returns the percent of time applied, with 0.0 meaning no movement would occur.
Target is Ground Movement Utils
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Moving Comps | |
| vector | Original Move Delta | |
| vector | Location at Hit | |
| struct | Target Rotation | |
| boolean | Handle Impact | |
| real | Max Step Height | |
| real | Max Walk Slope Cosine | |
| struct | In Out Hit | |
| struct | In Out Move Record |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Return Value |