UEngine::HandleNetworkLagStateChanged

Notification of network lag state change messages.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

virtual void HandleNetworkLagStateChanged
(
    UWorld * World,
    UNetDriver * NetDriver,
    ENetworkLagState::Type LagType
)

Remarks

Notification of network lag state change messages.

Parameters

Parameter

Description

World

associated with the lag

NetDriver

associated with the lag

LagType

Whether we started lagging or we are no longer lagging

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