IRemoteControlModule::ResolveObjectProperty

Resolve a remote object reference to a property

Windows
MacOS
Linux

References

Module

RemoteControl

Header

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

Include

#include "IRemoteControlModule.h"

Syntax

bool ResolveObjectProperty
(
    ERCAccess AccessType,
    UObject * Object,
    FRCFieldPathInfo PropertyPath,
    FRCObjectReference & OutObjectRef,
    FString * OutErrorText
)

Remarks

Resolve a remote object reference to a property

Returns

true if resolving the object and its property succeeded or just the object if no property was specified.

Parameters

Parameter

Description

AccessType

the requested access to the object, (i.e. read or write)

Object

the object to resolve the property on

PropertyPath

the path to or the name of the property to resolve. Specifying an empty path will return back the whole object when getting/setting it)

OutObjectRef

the object reference to resolve into

OutErrorText

an optional error string pointer to write errors into.

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