Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstance.h |
| Include | #include "MuCO/CustomizableObjectInstance.h" |
Syntax
USTRUCT (BlueprintType , Blueprintable)
struct FCustomizableObjectInstanceBakeOutput
Remarks
Structure returned as output of the baking operation. May contain a filled collection of FBakedResourceData objects and also the success end state of the baking operation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bWasBakeSuccessful | Success state for the baking operation. True for success and false for failure. | |
| TArray< FBakedResourceData > | SavedPackages | Collection of FBakedResourceData representing all saved packages during the baking operation. |