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 doesn't update a movement record so velocity should be gathered/set using a different method
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 |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Return Value |