Navigation
BlueprintAPI > BlueprintAPI/Mover
Tests potential movement of a component sliding along a surface, without actually moving it. Returns the percent of time applied, with 0.0 meaning no movement would occur. Modifies InOutHit with final movement hit data Appends to InOutMoveRecord with any movement substeps
Target is Async Movement Utils
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| struct | Moving Comps | |
| vector | Original Move Delta | |
| vector | Location at Hit | |
| struct | Target Rotation | |
| struct | In Out Hit | |
| struct | In Out Move Record |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Return Value |