FLogLine

Delegate for neatly passing on suspend/resume button click Delegate for passing on 'developer' mode checkbox clicks

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWidget.h

Include

#include "UI/SLogWidget.h"

Syntax

struct FLogLine

Remarks

Delegate for neatly passing on suspend/resume button click Delegate for passing on 'developer' mode checkbox clicks

Variables

Name Description

Public variable

FSlateColor

 

LogColor

The color of the log line

Public variable

FString

 

LogHighlight

The text within the log line, to highlight (from searches)

Public variable

TSharedRef< FSt...

 

LogLine

The raw log line string

Public variable

ELogType

 

LogType

The unit test log type

Constructors

Name Description

Public function

FLogLine

(
    ELogType InLogType,
    TSharedRef< FString > InLogLine,
    FSlateColor InLogColor
)

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