UDemoNetDriver::ProcessRemoteFunction

Process a remote function call on some actor destined for a remote location

Windows
MacOS
Linux

Override Hierarchy

UNetDriver::ProcessRemoteFunction()

UDemoNetDriver::ProcessRemoteFunction()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h

Include

#include "Engine/DemoNetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp

Syntax

virtual void ProcessRemoteFunction
(
    class AActor * Actor,
    class UFunction * Function,
    void * Parameters,
    struct FOutParmRec * OutParms,
    struct FFrame * Stack,
    class UObject * SubObject
)

Remarks

Process a remote function call on some actor destined for a remote location

Parameters

Parameter

Description

Actor

actor making the function call

Function

function definition called

Params

parameters in a UObject memory layout

Stack

stack frame the UFunction is called in

SubObject

optional: sub object to actually call function on

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