Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Determinism Test Result' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Determinism Test Result |
Outputs
| Type | Name | Description |
|---|---|---|
| int64 | Index | The test result index. |
| name | Test Result Title | The node's title |
| string | Test Result Name | The node's name |
| integer | Seed | |
| struct | Data Types Tested | BitFlags for which data types were tested |
| name | Test Results | A mapping of [test names : test results] |
| string | Additional Details | A mapping of [test name : additional details] |
| boolean | Flag Raised | T/F whether a flag has been raised on this node's tests (for UI) |