unreal.DemoPlayFailure

class unreal.DemoPlayFailure

Bases: unreal.EnumBase

Types of demo play failures broadcast from the engine

C++ Source:

  • Module: Engine

  • File: EngineBaseTypes.h

CORRUPT

Demo is corrupt.

Type

2

DEMO_NOT_FOUND

Demo was not found.

Type

1

GAME_SPECIFIC_HEADER

Failed to process game specific header.

Type

5

GENERIC

A Generic failure.

Type

0

INIT_BASE

InitBase failed.

Type

4

INVALID_VERSION

Invalid version.

Type

3

LOAD_MAP

LoadMap failed.

Type

7

REPLAY_STREAMER_INTERNAL

Replay streamer had an internal error.

Type

6

SERIALIZATION

Error serializing data stream.

Type

8