Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
References
| Module | RemoteControlCommon |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCTypeTraits.h |
| Include | #include "RCTypeTraits.h" |
Syntax
template<>
struct TRemoteControlPropertyTypeTraits< FStrProperty >
Remarks
RemoteControlPropertyTypeTraits for FStrProperty
Functions
| Type | Name | Description | |
|---|---|---|---|
| ValueType | The default maximum value for newly created mapping. | ||
| ValueType | The default minimum value for newly created mapping. | ||
| ValueType | The default maximum value for newly created range. | ||
| ValueType | The default minimum value for newly created range (protocol, input). | ||
| constexpr bool | Is ValueType supported as a mapping (property output) value? | ||
| constexpr bool | Is ValueType supported as a range (protocol input) value? |
Typedefs
| Name | Description |
|---|---|
| PropertyType | |
| ValueType |