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 FBakedResourceData
Remarks
Data structure that exposes the path to a baked package and also what type of save was performed (an override, a standard save with a new file...)
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AssetPath | The path used by the saved package. | |
| EPackageSaveResolutionType | SaveType | The way the package represented by this object was saved onto disk. |