URCPropertyContainerBase

Windows
MacOS
Linux

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](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Transient, Abstract)
class URCPropertyContainerBase : public UObject

Functions

Name Description

Public function

ValueType &#...

 

GetValue()

Returns the Value as ValueType. Not necessarily valid if using incorrect ValueType.

Public function

SIZE_T

 

GetValue

(
    uint8* OutData
)

Writes to the provided raw data pointer. Returns size for array, string, etc.

Public function

SIZE_T

 

GetValue

(
    TArray< uint8 >& OutData
)

Writes to the provided data array. Returns size for array, string, etc.

Public function Virtual

FProperty &#...

 

GetValueProperty()

Returns the Property for Value

Public function

void

 

SetValue

(
    const uint8* InData,
    const SIZE_T& InSize
)

Sets the value from the incoming raw data. Provide size for array, string, etc.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss