Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/FCustomizableObjectInstanceDescr-
Description
Serialize this object.
Backwards compatibility is not guaranteed. Multilayer Projectors not supported.
| Name | SaveDescriptor |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectInstanceDescriptor.h |
| Include Path | #include "MuCO/CustomizableObjectInstanceDescriptor.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObjectInstanceDescriptor.cpp |
void SaveDescriptor
(
FArchive & Ar,
bool bUseCompactDescriptor
)
Parameters
| Name | Remarks |
|---|---|
| bUseCompactDescriptor | If true it assumes the compiled objects are the same on both ends of the serialisation |