IRemoteControlModule::ResolveObject

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 ResolveObject
(
    ERCAccess AccessType,
    const FString & ObjectPath,
    const FString & PropertyName,
    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)

ObjectPath

the object path to resolve

PropertyName

the property to resolve, if any (specifying no property 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