UNetDriver::IsNetworkActorUpdateFrequencyThrottled

Returns true if adaptive net update frequency is enabled and the given actor is having its update rate lowered from its standard rate.

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

bool IsNetworkActorUpdateFrequencyThrottled
(
    const FNetworkObjectInfo & InNetworkActor
) const

Remarks

Returns true if adaptive net update frequency is enabled and the given actor is having its update rate lowered from its standard rate.

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