Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/ICustomizableObjectVersionBridge-
Description
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. The VersionStruct will encode the game-specific version struct, and should be accessed from the game-specific implementation of this interface in the the VersionBridge property in the CustomizableObject with the VersionStruct.GetPtr
| Name | IsVersionStructIncludedInCurrentRelease |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CustomizableObjectVersionBridge.h |
| Include Path | #include "MuCOE/CustomizableObjectVersionBridge.h" |
virtual bool IsVersionStructIncludedInCurrentRelease
(
const FInstancedStruct & VersionStruct
) const
True if the table row is included in the current release
Parameters
| Name | Remarks |
|---|---|
| VersionStruct | Struct encoding the version of the Mutable table row |