unreal.DemoPlayFailure

class unreal.DemoPlayFailure

Bases: EnumBase

Types of demo play failures broadcast from the engine

C++ Source:

  • Module: Engine

  • File: EngineBaseTypes.h

CORRUPT: DemoPlayFailure = Ellipsis

Demo is corrupt.

Type:

2

DEMO_NOT_FOUND: DemoPlayFailure = Ellipsis

Demo was not found.

Type:

1

GAME_SPECIFIC_HEADER: DemoPlayFailure = Ellipsis

Failed to process game specific header.

Type:

5

GENERIC: DemoPlayFailure = Ellipsis

A Generic failure.

Type:

0

INIT_BASE: DemoPlayFailure = Ellipsis

InitBase failed.

Type:

4

INVALID_VERSION: DemoPlayFailure = Ellipsis

Invalid version.

Type:

3

LOAD_MAP: DemoPlayFailure = Ellipsis

LoadMap failed.

Type:

7

REPLAY_STREAMER_INTERNAL: DemoPlayFailure = Ellipsis

Replay streamer had an internal error.

Type:

6

SERIALIZATION: DemoPlayFailure = Ellipsis

Error serializing data stream.

Type:

8