Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Struct used for storing and classifying each log error line
| Name | FErrorLog |
| Type | struct |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ProcessUnitTest.h |
| Include Path | #include "ProcessUnitTest.h" |
Syntax
struct FErrorLog
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FErrorLog () |
Base constructor | ProcessUnitTest.h | |
FErrorLog
(
EErrorLogStage InStage, |
ProcessUnitTest.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Line | FString | The error log line | ProcessUnitTest.h | |
| Stage | EErrorLogStage | The stage of this error log line | ProcessUnitTest.h |