SLogWindow

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SLogWindow.h

Include

#include "UI/SLogWindow.h"

Syntax

class SLogWindow : public SWindow

Variables

Name Description

Public variable

bool

 

bHasMoved

Whether or not the window has moved, since creation (used to detect windows coming out of minimize state)

Public variable

TSharedPtr< SLo...

 

LogWidget

The log widget, which is the primary widget contained in this window

Public variable

FMultiOnWindowC...

 

MultiOnWindowClosed

Multicast OnWindowClosed notifications

Constructors

Name Description

Public function

SLogWindow()

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    FString InTitle,
    float WindowPosX,
    float WindowPosY,
    float WindowWidth,
    float WindowHeight
)

Public function

FReply

 

NotifySuspendClicked()

Event notification for the 'SUSPEND/RESUME' button

Public function

void

 

NotifyWindowClosed

(
    const TSharedRef< SWindow >& Close...
)

Public function

void

 

NotifyWindowMoved

(
    const TSharedRef< SWindow >& Moved...
)

Classes

Name

Description

Public struct

FArguments

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