Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
RemoteControlPropertyTypeTraits for FNumericProperty Currently all numeric types are supported so we can shortcut the above (rather than doing a series of CastField's)
| Name | TRemoteControlPropertyTypeTraits< FNumericProperty > |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeTraits.h |
| Include Path | #include "RCTypeTraits.h" |
Syntax
template<>
struct TRemoteControlPropertyTypeTraits< FNumericProperty >
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PropertyType | FNumericProperty | RCTypeTraits.h | |
| ValueType | void | 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 |