Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ProcessUnitTest.h |
Include | #include "ProcessUnitTest.h" |
Syntax
enum EErrorLogStage
&123;
ELS_NoError,
ELS_ErrorStart,
ELS_ErrorDesc,
ELS_ErrorCallstack,
ELS_ErrorExit,
&125;
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 Unreal Engine processes)