Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon > API/Plugins/RemoteControlCommon/URCPropertyContainerBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEnableIf< TIsPointer< ValueType >::Value, void >::Type SetValue
(
const ValueType& InValue |
Sets the value as ValueType, Not necessarily valid if using incorrect ValueType. | RCPropertyContainer.h | |
| RCPropertyContainer.h | |||
void SetValue
(
const uint8* InData, |
Sets the value from the incoming raw data. Provide size for array, string, etc. | RCPropertyContainer.h |
SetValue(const ValueType &)
Description
Sets the value as ValueType, Not necessarily valid if using incorrect ValueType.
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyContainer.h |
| Include Path | #include "RCPropertyContainer.h" |
template<typename ValueType>
TEnableIf < TIsPointer < ValueType >::Value , void >::Type SetValue
(
const ValueType & InValue
)
SetValue(const ValueType &)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyContainer.h |
| Include Path | #include "RCPropertyContainer.h" |
template<typename ValueType>
TEnableIf <!TIsPointer < ValueType >::Value , void >::Type SetValue
(
const ValueType & InValue
)
SetValue(const uint8 *, const SIZE_T &)
Description
Sets the value from the incoming raw data. Provide size for array, string, etc.
| Name | SetValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyContainer.h |
| Include Path | #include "RCPropertyContainer.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Private/RCPropertyContainer.cpp |
void SetValue
(
const uint8 * InData,
const SIZE_T & InSize
)