IRemoteControlModule::ResolveCall

Resolve a RemoteCall Object and Function.

Windows
MacOS
Linux

References

Module

RemoteControl

Header

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

Include

#include "IRemoteControlModule.h"

Syntax

bool ResolveCall
(
    const FString & ObjectPath,
    const FString & FunctionName,
    FRCCallReference & OutCallRef,
    FString * OutErrorText
)

Remarks

Resolve a RemoteCall Object and Function. This will look for object and function to resolve. It will only successfully resolve function that are blueprint callable. The blueprint function name can be used.

Returns

true if the resolving was successful

Parameters

Parameter

Description

ObjectPath

The object path to the UObject we want to resolve

FunctionName

The function name of the function we want to resolve

OutCallRef

The RemoteCallReference in which the object and function will be resolved into

OutErrorText

Optional pointer to an error text in case of resolving error.

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