Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon > API/Plugins/RemoteControlCommon/URCPropertyContainerBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType * GetValue () |
Returns the Value as ValueType. Not necessarily valid if using incorrect ValueType. | RCPropertyContainer.h | |
SIZE_T GetValue
(
uint8* OutData |
Writes to the provided raw data pointer. Returns size for array, string, etc. | RCPropertyContainer.h | |
| Writes to the provided data array. Returns size for array, string, etc. | RCPropertyContainer.h |
GetValue()
Description
Returns the Value as ValueType. Not necessarily valid if using incorrect ValueType.
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyContainer.h |
| Include Path | #include "RCPropertyContainer.h" |
template<typename ValueType>
ValueType * GetValue()
GetValue(uint8 *)
Description
Writes to the provided raw data pointer. Returns size for array, string, etc.
| Name | GetValue |
| 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 |
SIZE_T GetValue
(
uint8 * OutData
)
GetValue(TArray< uint8 > &)
Description
Writes to the provided data array. Returns size for array, string, etc.
| Name | GetValue |
| 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 |
SIZE_T GetValue
(
TArray < uint8 > & OutData
)