Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Customizable Object Instance Bake Output' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Customizable Object Instance Bake Output |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Was Bake Successful | Success state for the baking operation. True for success and false for failure. |
| struct | Saved Packages | Collection of FBakedResourceData representing all saved packages during the baking operation. It may be empty if the operation failed. |