Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Struct representing a log line
| Name | FLogLine |
| Type | struct |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWidget.h |
| Include Path | #include "UI/SLogWidget.h" |
Syntax
struct FLogLine
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLogLine
(
ELogType InLogType, |
UI/SLogWidget.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LogColor | FSlateColor | The color of the log line | UI/SLogWidget.h | |
| LogHighlight | FString | The text within the log line, to highlight (from searches) | UI/SLogWidget.h | |
| LogLine | TSharedRef< FString > | The raw log line string | UI/SLogWidget.h | |
| LogType | ELogType | The unit test log type | UI/SLogWidget.h |