EDemoPlayFailure::Type

Types of demo play failures broadcast from the engine

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h

Include

#include "Engine/EngineBaseTypes.h"

Syntax

namespace EDemoPlayFailure
{
    enum Type
    {
        Generic,
        DemoNotFound,
        Corrupt,
        InvalidVersion,
        InitBase,
        GameSpecificHeader,
        ReplayStreamerInternal,
        LoadMap,
        Serialization,
    }
}

Values

Name

Description

Generic

A Generic failure.

DemoNotFound

Demo was not found.

Corrupt

Demo is corrupt.

InvalidVersion

Invalid version.

InitBase

InitBase failed.

GameSpecificHeader

Failed to process game specific header.

ReplayStreamerInternal

Replay streamer had an internal error.

LoadMap

LoadMap failed.

Serialization

Error serializing data stream.

Remarks

Types of demo play failures broadcast from the engine

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss