Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
RemoteControlPropertyTypeTraits for FStrProperty
| Name | TRemoteControlPropertyTypeTraits< FStrProperty > |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeTraits.h |
| Include Path | #include "RCTypeTraits.h" |
Syntax
template<>
struct TRemoteControlPropertyTypeTraits< FStrProperty >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PropertyType | FStrProperty | RCTypeTraits.h | |
| ValueType | FString | RCTypeTraits.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ValueType DefaultMappingValueMax() |
The default maximum value for newly created mapping. | RCTypeTraits.h | |
static ValueType DefaultMappingValueMin() |
The default minimum value for newly created mapping. | RCTypeTraits.h | |
static ValueType DefaultRangeValueMax() |
The default maximum value for newly created range. | RCTypeTraits.h | |
static ValueType DefaultRangeValueMin() |
The default minimum value for newly created range (protocol, input). | RCTypeTraits.h | |
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 |