Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Free Move Params' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Free Move Params |
Outputs
| Type | Name | Description |
|---|---|---|
| enum | Move Input Type | |
| vector | Move Input | |
| rotator | Orientation Intent | |
| vector | Prior Velocity | |
| rotator | Prior Orientation | |
| real | Max Speed | |
| real | Acceleration | |
| real | Deceleration | |
| real | Turning Boost | |
| real | Turning Rate | |
| real | Delta Seconds | |
| real | Friction | |
| struct | World To Gravity Quat | |
| boolean | Use Acceleration For Velocity Move |