UEngine::HandleNetworkFailure

Notification of network error messages, allows the engine to handle the failure

Windows
MacOS
Linux

Override Hierarchy

UEngine::HandleNetworkFailure()

UEditorEngine::HandleNetworkFailure()

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 HandleNetworkFailure
(
    UWorld * World,
    UNetDriver * NetDriver,
    ENetworkFailure::Type FailureType,
    const FString & ErrorString
)

Remarks

Notification of network error messages, allows the engine to handle the failure

Parameters

Parameter

Description

World

associated with failure

NetDriver

associated with failure

FailureType

the type of error

ErrorString

additional string detailing the error

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