UNetDriver::ShouldCallRemoteFunction

Returns true if this network driver should execute this remote call locally.

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/NetDriver.cpp

Syntax

virtual bool ShouldCallRemoteFunction
(
    UObject * Object,
    UFunction * Function,
    const FReplicationFlags & RepFlags
) const

Remarks

Returns true if this network driver should execute this remote call locally.

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