Navigation
BlueprintAPI > BlueprintAPI/Mover
Attempts to move a component along a surface, while checking for landing on a walkable surface. Intended for use while falling. Returns the percent of time applied, with 0.0 meaning no movement occurred.
Target is Air Movement Utils
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Moving Comps | |
| vector | Delta | |
| real | Pct Of Delta to Move | |
| struct | Rotation | |
| vector | Normal | |
| struct | Hit | |
| boolean | Handle Impact | |
| real | Floor Sweep Distance | |
| real | Max Walk Slope Cosine | |
| boolean | Use Flat Base for Floor Checks | |
| struct | Out Floor Result | |
| struct | Move Record |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Return Value |