Type

Windows
MacOS
Linux

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/ControlRigObjectVersion.h

Include

#include "ControlRigObjectVersion.h"

Syntax

enum Type
{
    BeforeCustomVersionWasAdded,
    RemovalOfHierarchyRefPins,
    OperatorsStoringPropertyPaths,
    SwitchedToRigVM,
    VersionPlusOne,
    LatestVersion                    = VersionPlusOne - 1,
}

Values

Name

Description

BeforeCustomVersionWasAdded

Before any version changes were made.

RemovalOfHierarchyRefPins

Added execution pins and removed hierarchy ref pins.

OperatorsStoringPropertyPaths

Refactored operators to store FCachedPropertyPath instead of string.

SwitchedToRigVM

Introduced new RigVM as a backend.

VersionPlusOne

--="">----------------------------------------------

LatestVersion

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss