FUnitStatusLog

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)

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

LogLine

The log line

Public variable

ELogType

 

LogType

The log type for this status log

Constructors

Name Description

Public function

FUnitStatusLog()

Public function

FUnitStatusLog

(
    ELogType InLogType,
    const FString& InLogLine
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss