Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObject
Syntax
UPROPERTY (EditAnywhere, Category=Versioning)
FInstancedStruct VersionStruct
Remarks
This optional struct is used to define which version this child CustomizableObject belongs to. It will be used during cook/compilation to decide whether this CO should be included or not in the final compiled CO. To be used, the root CO must have defined the VersionBridge property, which must implement the ICustomizableObjectVersionBridgeInterface