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