UReplicationGraph::ProcessRemoteFunction

Handles an RPC.

Windows
MacOS
Linux

Override Hierarchy

UReplicationDriver::ProcessRemoteFunction()

UReplicationGraph::ProcessRemoteFunction()

References

Module

ReplicationGraph

Header

/Engine/Plugins/Runtime/ReplicationGraph/Source/Public/ReplicationGraph.h

Include

#include "ReplicationGraph.h"

Source

/Engine/Plugins/Runtime/ReplicationGraph/Source/Private/ReplicationGraph.cpp

Syntax

virtual bool ProcessRemoteFunction
(
    class AActor * Actor,
    UFunction * Function,
    void * Parameters,
    FOutParmRec * OutParms,
    FFrame * Stack,
    class 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