Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
RemoteControlPropertyTypeTraits for FSetProperty
| Name | TRemoteControlPropertyTypeTraits< FSetProperty > |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeTraits.h |
| Include Path | #include "RCTypeTraits.h" |
Syntax
template<>
struct TRemoteControlPropertyTypeTraits< FSetProperty >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PropertyType | FSetProperty | RCTypeTraits.h | |
| ValueType | TArray< 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 |