Type

Windows
MacOS
Linux

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlObjectVersion.h

Include

#include "RemoteControlObjectVersion.h"

Syntax

enum Type
{
    BeforeCustomVersionWasAdded    = 0,
    RemovedComponentChain,
    ConvertRCFieldsToRCEntities,
    ConvertTargetsToBindings,
    AddedRebindingFunctionality,
    AddedFieldFlags,
    VersionPlusOne,
    LatestVersion                  = VersionPlusOne - 1,
}

Values

Name

Description

BeforeCustomVersionWasAdded

Roughly corresponds to 4.26.

RemovedComponentChain

Properties can now be directly exposed on components.

ConvertRCFieldsToRCEntities

RCProperties and RCFunctions now inherit from FRemoteControlEntity.

ConvertTargetsToBindings

Converted FRemoteControlTarget to URemoteControlBinding, put RCFields in the expose registry.

AddedRebindingFunctionality

ExposedEntities can now be rebound.

AddedFieldFlags

Added property/function flags to RemoteControlField.

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