Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/FRemoteControlProtocolMapping
| Type | Name | Description | |
|---|---|---|---|
| void | SetMappingValueAsPrimitive
(
ValueType InMappingPropertyValue |
Set primitive Mapping Property Value based on template value input | |
| TEnableIf< std::is_same_v< FStructProperty, PropertyType >, void >::Type | SetMappingValueAsPrimitive
(
ValueType InMappingPropertyValue |
Set primitive Mapping Property Struct Value based on template value input | |
| void | SetMappingValueAsPrimitive
(
FString InMappingPropertyValue |
Set primitive Mapping Property String Value based on template value input | |
| void | SetMappingValueAsPrimitive
(
FName InMappingPropertyValue |
Set primitive Mapping Property Name Value based on template value input | |
| void | SetMappingValueAsPrimitive
(
FText InMappingPropertyValue |
Set primitive Mapping Property Text Value based on template value input |