Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Structs Used for storing unit-test-specific logs, which are displayed in the status window (upon completion of unit testing, a final summary is printed using this data, but in a more-ordered/easier-to-read fashion)
| Name | FUnitStatusLog |
| Type | struct |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTest.h |
| Include Path | #include "UnitTest.h" |
Syntax
struct FUnitStatusLog
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UnitTest.h | |||
FUnitStatusLog
(
ELogType InLogType, |
UnitTest.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LogLine | FString | The log line | UnitTest.h | |
| LogType | ELogType | The log type for this status log | UnitTest.h |