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