Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTest.h |
Include | #include "UnitTest.h" |
Syntax
struct FUnitStatusLog
Remarks
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)
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FString | LogLine | The log line |
![]() |
ELogType | LogType | The log type for this status log |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FUnitStatusLog
(
ELogType InLogType, |