Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Compile Callback Params' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Compile Callback Params |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Request Failed | The compile request has failed. See output log for more details. False if the request has been skipped. |
| boolean | Warnings | The compile request has finished with warnings. False if the request has been skipped. |
| boolean | Errors | The compile request has finished with errors. False if the request has been skipped. |
| boolean | Skipped | The compilation has been skipped due to Compile Parameters. |
| boolean | Compiled | The Customizable Object is compiled. |