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 FBakingConfiguration
Remarks
Configuration data structure designed to serve as variable container for the customizable object instance baking methods.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowOverridingOfFiles | Flag that determines if we should override already exported files or if we should not. | |
| bool | bExportAllResourcesOnBake | Determines if we want a full or partial export | |
| bool | bGenerateConstantMaterialInstancesOnBake | Determines if we want (or not) to generate constant material instances for each of the material instances found in the mutable instance | |
| FBakeOperationCompletedDelegate | OnBakeOperationCompletedCallback | Callback executed once the baking operation gets completed. | |
| FString | OutputFilesBaseName | The name to be used as base (prefix) during the naming of the exported resources | |
| FString | OutputPath | The path where to save the baked resources. EX /Game/MyBakingTest |