UEngine::HandleTravelFailure

Notification of server travel error messages, generally network connection related (package verification, client server handshaking, etc) allows the engine to handle the failure

Windows
MacOS
Linux

Override Hierarchy

UEngine::HandleTravelFailure()

UEditorEngine::HandleTravelFailure()

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 HandleTravelFailure
(
    UWorld * InWorld,
    ETravelFailure::Type FailureType,
    const FString & ErrorString
)

Remarks

Notification of server travel error messages, generally network connection related (package verification, client server handshaking, etc) allows the engine to handle the failure

Parameters

Parameter

Description

InWorld

the world we were in when the travel failure occurred

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