UNetDriver::NotifyRPCProcessed

Called after processing RPC to track time spent

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h

Include

#include "Engine/NetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkDriver.cpp

Syntax

void NotifyRPCProcessed
(
    UFunction * Function,
    UNetConnection * Connection,
    double ElapsedTimeSeconds
)

Remarks

Called after processing RPC to track time spent

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