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