Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UI > API/Plugins/NetcodeUnitTest/UI/SLogWidget
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWidget.h |
| Include | #include "UI/SLogWidget.h" |
| Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/SLogWidget.cpp |
void AddLine
&40;
ELogType InLogType,
TSharedRef< FString > LogLine,
FSlateColor LogColor,
bool bTakeTabFocus
&41;
Remarks
Adds a log line to the log window
Parameters
| Name | Description |
|---|---|
| InLogType | The type of log output this is (for filtering) |
| LogLine | The log line |
| LogColor | The colour to apply to the log line |
| bTakeTabFocus | If this log line isn't displayed on the currently focused tab, switch focus to a tab that does show it |