UObject::CallRemoteFunction

Call the actor's function remotely

Windows
MacOS
Linux

Override Hierarchy

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h

Include

#include "UObject/Object.h"

Syntax

virtual bool CallRemoteFunction
(
    UFunction * Function,
    void * Parms,
    struct FOutParmRec * OutParms,
    FFrame * Stack
)

Remarks

Call the actor's function remotely

Parameters

Parameter

Description

Function

function to call

Parameters

arguments to the function call

Stack

stack frame for the function call

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