Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Compute Velocity Params' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Compute Velocity Params |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Delta Seconds | |
| vector | Initial Velocity | |
| vector | Move Direction Intent | |
| real | Max Speed | AuxState variables |
| real | Turning Boost | |
| real | Friction | |
| real | Deceleration | |
| real | Acceleration | |
| vector | Move Input | |
| enum | Move Input Type | |
| boolean | Use Acceleration For Velocity Move |