FRCObjectReference

Reference to a [UObject](API\Runtime\CoreUObject\UObject\UObject) or one of its properties

Windows
MacOS
Linux

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h

Include

#include "IRemoteControlModule.h"

Syntax

struct FRCObjectReference

Remarks

Reference to a UObject or one of its properties

Variables

Name Description

Public variable

ERCAccess

 

Access

Type of access on this object (read, write)

Public variable

void *

 

ContainerAdress

Address of the container of the property for serialization purposes in case of a nested property

Public variable

TWeakObjectPtr<...

 

ContainerType

Type of the container where the property resides

Public variable

TWeakObjectPtr<...

 

Object

UObject owning the target property

Public variable

TWeakFieldPtr< ...

 

Property

Actual property that is being referenced

Public variable

FRCFieldPathInf...

 

PropertyPathInfo

Path to the property under the Object

Constructors

Name Description

Public function

FRCObjectReference()

Public function

FRCObjectReference

(
    ERCAccess InAccessType,
    UObject* InObject
)

Public function

FRCObjectReference

(
    ERCAccess InAccessType,
    UObject* InObject,
    FRCFieldPathInfo InPathInfo
)

Functions

Name Description

Public function Const

bool

 

IsValid()

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