Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
RemoteControlPropertyTypeTraits for FEnumProperty
| Name | TRemoteControlPropertyTypeTraits< FEnumProperty > |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeTraits.h |
| Include Path | #include "RCTypeTraits.h" |
Syntax
template<>
struct TRemoteControlPropertyTypeTraits< FEnumProperty >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PropertyType | FEnumProperty | RCTypeTraits.h | |
| ValueType | uint8 | RCTypeTraits.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsSupportedMappingType() |
Is ValueType supported as a mapping (property output) value? | RCTypeTraits.h | |
static bool IsSupportedRangeType() |
Is ValueType supported as a range (protocol input) value? | RCTypeTraits.h |