Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Input Action Instance' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Input Action Instance |
Outputs
| Type | Name | Description |
|---|---|---|
| object | Source Action | The source action that this instance is created from |
| enum | Trigger Event | Trigger state |
| real | Last Triggered World Time | The last time that this evaluated to a Triggered State |
| object | Triggers | |
| object | Modifiers | |
| real | Elapsed Processed Time | Total trigger processing/evaluation time (How long this action has been in event Started, Ongoing, or Triggered |
| real | Elapsed Triggered Time | Triggered time (How long this action has been in event Triggered only) |