TRemoteControlPropertyTypeTraits< FNumericProperty >

RemoteControlPropertyTypeTraits for [FNumericProperty](API\Runtime\CoreUObject\UObject\FNumericProperty) Currently all numeric types are supported so we can shortcut the above (rather than doing a series of CastField's)

Windows
MacOS
Linux

References

Module

RemoteControlCommon

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeTraits.h

Include

#include "RCTypeTraits.h"

Syntax

template<>
struct TRemoteControlPropertyTypeTraits< FNumericProperty >

Remarks

RemoteControlPropertyTypeTraits for FNumericProperty Currently all numeric types are supported so we can shortcut the above (rather than doing a series of CastField's)

Functions

Name Description

Public function Static

constexpr bo...

 

IsSupportedMappingType()

Is ValueType supported as a mapping (property output) value?

Public function Static

constexpr bo...

 

IsSupportedRangeType()

Is ValueType supported as a range (protocol input) value?

Typedefs

Name

Description

PropertyType

ValueType

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss