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

Demo is corrupt.

Type:

2

DEMO_NOT_FOUND: DemoPlayFailure

Demo was not found.

Type:

1

GAME_SPECIFIC_HEADER: DemoPlayFailure

Failed to process game specific header.

Type:

5

GENERIC: DemoPlayFailure

A Generic failure.

Type:

0

INIT_BASE: DemoPlayFailure

InitBase failed.

Type:

4

INVALID_VERSION: DemoPlayFailure

Invalid version.

Type:

3

LOAD_MAP: DemoPlayFailure

LoadMap failed.

Type:

7

REPLAY_STREAMER_INTERNAL: DemoPlayFailure

Replay streamer had an internal error.

Type:

6

SERIALIZATION: DemoPlayFailure

Error serializing data stream.

Type:

8