UNetDriver::ShouldReplicateFunction

Returns true if this network driver will handle the remote function call for the given actor.

Windows
MacOS
Linux

Override Hierarchy

UNetDriver::ShouldReplicateFunction()

UDemoNetDriver::ShouldReplicateFunction()

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

virtual bool ShouldReplicateFunction
(
    AActor * Actor,
    UFunction * Function
) const

Remarks

Returns true if this network driver will handle the remote function call for the given actor.

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