Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor
| Name | ICustomizableObjectVersionBridgeInterface |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CustomizableObjectVersionBridge.h |
| Include Path | #include "MuCOE/CustomizableObjectVersionBridge.h" |
Syntax
class ICustomizableObjectVersionBridgeInterface
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetCurrentVersionAsString() |
Get the version as string to include it when building the derived data cache key. | MuCOE/CustomizableObjectVersionBridge.h | |
virtual bool IsVersionPropertyIncludedInCurrentRelease
(
const FProperty& VersionProperty, |
Checks whether the version encoded in VersionProperty/CellData is older or equal to the CurrentRelease, meaning that all Mutable table rows marked with this version that return true should be compiled and packaged. | MuCOE/CustomizableObjectVersionBridge.h | |
virtual bool IsVersionStructIncludedInCurrentRelease
(
const FInstancedStruct& VersionStruct |
Interface function declarations Checks whether the version encoded in VersionStruct is older or equal to the CurrentRelease, meaning that all Mutable child Customizable Objects marked with this version that return true should be compiled and packaged. | MuCOE/CustomizableObjectVersionBridge.h |