UReplicationDriver::ProcessRemoteFunction

Handles an RPC.

Windows
MacOS
Linux

Override Hierarchy

UReplicationDriver::ProcessRemoteFunction()

UReplicationGraph::ProcessRemoteFunction()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/ReplicationDriver.h

Include

#include "Engine/ReplicationDriver.h"

Syntax

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

Remarks

Handles an RPC. Returns true if it actually handled it. Returning false will cause the rep driver function to handle it instead

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