Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UI > API/Plugins/NetcodeUnitTest/UI/FLogWindowManager
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/LogWindowManager.h |
Include | #include "UI/LogWindowManager.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UI/LogWindowManager.cpp |
TSharedPtr< SLogWindow > CreateLogWindow
&40;
FString Title,
ELogType ExpectedFilters,
bool bStatusWindow
&41;
Remarks
Creates a new log window, and returns a reference A reference to the created log window
Parameters
Name | Description |
---|---|
Title | The title to give the long window |
ExpectedFilters | The type of log output that is expected - used for setting up tabs |
bStatusWindow | Whether or not the window being created is the status window |