Navigation
API > API/Plugins > API/Plugins/RemoteControlCommon
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- URCPropertyContainerBase
References
Module | RemoteControlCommon |
Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlCommon/Public/RCPropertyContainer.h |
Include | #include "RCPropertyContainer.h" |
Syntax
UCLASS&40;Transient, Abstract&41;
class URCPropertyContainerBase : public UObject
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
ValueType * | GetValue () |
Returns the Value as ValueType. Not necessarily valid if using incorrect ValueType. |
![]() |
SIZE_T | GetValue
(
uint8* OutData |
Writes to the provided raw data pointer. Returns size for array, string, etc. |
![]() |
SIZE_T | Writes to the provided data array. Returns size for array, string, etc. | |
![]() ![]() |
FProperty * | Returns the Property for Value | |
![]() |
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. |