Navigation
Unreal Engine C++ API Reference > Plugins > RemoteControl > FRemoteControlObjectVersion
References
Module | RemoteControl |
Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlObjectVersion.h |
Include | #include "RemoteControlObjectVersion.h" |
Syntax
enum Type
&123;
BeforeCustomVersionWasAdded = 0,
RemovedComponentChain,
ConvertRCFieldsToRCEntities,
ConvertTargetsToBindings,
AddedRebindingFunctionality,
AddedFieldFlags,
VersionPlusOne,
LatestVersion = VersionPlusOne - 1,
&125;
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 |