EErrorLogStage

Enum for different stages of error log parsing (mainly applicable to UE4 processes)

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ProcessUnitTest.h

Include

#include "ProcessUnitTest.h"

Syntax

enum EErrorLogStage
{
    ELS_NoError,
    ELS_ErrorStart,
    ELS_ErrorDesc,
    ELS_ErrorCallstack,
    ELS_ErrorExit,
}

Values

Name

Description

ELS_NoError

ELS_ErrorStart

ELS_ErrorDesc

ELS_ErrorCallstack

ELS_ErrorExit

Remarks

Enum for different stages of error log parsing (mainly applicable to UE4 processes)

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