Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Optional Int32 (OpenTrackIO)' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Open Track IOOptional Int 32 |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Is Set | Whether Value has been set or not |
| integer | Value | The actual int32 value (only valid when bIsSet == true) |