Navigation
BlueprintAPI > BlueprintAPI/Mover
Attempts to move a component along a surface. Returns the percent of time applied, with 0.0 meaning no movement occurred. Note: This function takes a movement record that collects moves applied to the actor see @FMovementRecord
Target is 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 | |
| struct | Move Record |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Return Value |