Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
RemoteControlTypeTraits for FText
| Name | TRemoteControlTypeTraits< FText > |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeTraits.h |
| Include Path | #include "RCTypeTraits.h" |
Syntax
template<>
struct TRemoteControlTypeTraits< FText >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Type | FText | RCTypeTraits.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static Type DefaultMappingValueMax() |
RCTypeTraits.h | ||
static Type DefaultMappingValueMin() |
RCTypeTraits.h | ||
static Type DefaultRangeValueMax() |
RCTypeTraits.h | ||
static Type DefaultRangeValueMin() |
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 |