UEngine::BroadcastNetworkFailure

Called by internal engine systems after a network failure has occurred

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

void BroadcastNetworkFailure
(
    UWorld * World,
    UNetDriver * NetDriver,
    ENetworkFailure::Type FailureType,
    const FString & ErrorString
)

Remarks

Called by internal engine systems after a network failure has occurred

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