Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Compile Params' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Compile Params |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Skip If Compiled | If true, skip the compilation if the Customizable Object is already compiled. |
| boolean | Skip If Not Out Of Date | If true, skip the compilation if the Customizable Object or its contents are not out of date (child Customizable Objects, Data Tables, referenced Materials...). |
| boolean | Gather References | Gathers all asset references used in this Customizable Object. Marks the object as modified. |
| boolean | Async | If true, compile the Customizable Object asynchronously. If synchronously and the Customizable Object is not ready the compilation will fail. |
| object | Compile Only Selected Instance | If assigned, compile the Customizable Object only the selected parameter of the given Instance. |
| enum | Optimization Level | |
| enum | Texture Compression | |
| delegate | Callback | Called once the compilation request has finished (successfully or not). |