FLogWindowManager::CreateLogWindow

Creates a new log window, and returns a reference

Windows
MacOS
Linux

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

Syntax

TSharedPtr< SLogWindow > CreateLogWindow
(
    FString Title,
    ELogType ExpectedFilters,
    bool bStatusWindow
)

Remarks

Creates a new log window, and returns a reference

Returns

A reference to the created log window

Parameters

Parameter

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

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