Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon > API/Plugins/RemoteControlCommon/URCPropertyContainerBase
| Type | Name | Description | |
|---|---|---|---|
| TEnableIf< TIsPointer< ValueType >::Value, void >::Type | SetValue
(
const ValueType& InValue |
Sets the value as ValueType, Not necessarily valid if using incorrect ValueType. | |
| TEnableIfTIsPointer< ValueType >::Value, void >::Type | SetValue
(
const ValueType& InValue |
||
| void | SetValue
(
const uint8* InData, |
Sets the value from the incoming raw data. Provide size for array, string, etc. |