Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Simulation Tick Params' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Simulation Tick Params |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Moving Comps | Components involved in movement by the simulationThis will be empty when the simulation is ticked asynchronously |
| object | Sim Blackboard | Blackboard |
| struct | Start State | Simulation state data at the start of the tick, including Input Cmd |
| struct | Time Step | Time and frame information for this tick |
| struct | Proposed Move | Proposed movement for this tick |