Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UI
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
| Type | Name | Description | |
|---|---|---|---|
| FSlateColor | LogColor | The color of the log line | |
| FString | LogHighlight | The text within the log line, to highlight (from searches) | |
| TSharedRef< FString > | LogLine | The raw log line string | |
| ELogType | LogType | The unit test log type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLogLine
(
ELogType InLogType, |