Navigation
API > API/Plugins > API/Plugins/CustomizableObject
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.
| Name | FCustomizableObjectInstanceBakeOutput |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstance.h |
| Include Path | #include "MuCO/CustomizableObjectInstance.h" |
Syntax
USTRUCT (BlueprintType , Blueprintable)
struct FCustomizableObjectInstanceBakeOutput
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bWasBakeSuccessful | bool | Success state for the baking operation. True for success and false for failure. | MuCO/CustomizableObjectInstance.h |
|
| SavedPackages | TArray< FBakedResourceData > | Collection of FBakedResourceData representing all saved packages during the baking operation. | MuCO/CustomizableObjectInstance.h |
|