unreal.TravelFailure

class unreal.TravelFailure

Bases: unreal.EnumBase

Types of server travel failures broadcast by the engine

C++ Source:

  • Module: Engine

  • File: EngineBaseTypes.h

CHEAT_COMMANDS

Cheat commands have been used disabling travel

Type

7

CLIENT_TRAVEL_FAILURE

There was an error during a client travel to a new map

Type

11

CLOUD_SAVE_FAILURE

Failed to save before travel

Type

9

INVALID_URL

Invalid URL specified

Type

2

LOAD_MAP_FAILURE

LoadMap failed on travel (about to Browse to default map)

Type

1

NO_DOWNLOAD

A package is missing and the client is unable to download the file

Type

5

NO_LEVEL

No level found in the loaded package

Type

0

PACKAGE_MISSING

A package is missing on the client

Type

3

PACKAGE_VERSION

A package version mismatch has occurred between client and server

Type

4

PENDING_NET_GAME_CREATE_FAILURE

Failed to create the pending net game for travel

Type

8

SERVER_TRAVEL_FAILURE

There was an error during a server travel to a new map

Type

10

TRAVEL_FAILURE

General travel failure

Type

6