UI

Windows
MacOS
Linux

Classes

Name

Description

Public struct

FLogGridEntry

Struct representing a grid location for a log window

Public struct

FLogLine

Delegate for neatly passing on suspend/resume button click Delegate for passing on 'developer' mode checkbox clicks

Public struct

FLogTabInfo

Struct containing tab-specific information

Public class

FLogWidgetCommands

Defines a set of commands used by the unit test log window

Public class

FLogWindowManager

Basic window manager, for handling tiling of unit test log windows.

Public class

SLogWidget

Public class

SLogWindow

Public class

SMultiSelectTableRow

SMultiSelectTableRow

Typedefs

Name

Description

FMultiOnWindowClosed

Setup a multicast version of the standard OnWindowClosed delegate

FOnLogDialogResult

Warning: Currently all 'window close' events for the dialog are treated as user input, so be careful if closing within code (best to call SetOnWindowClosed(FOnWindowClosed()) prior to calling) Result callback delegate, for below function

Functions

Name Description

Public function

TSharedRef< ...

 

OpenLogDialog_NonModal

(
    EAppMsgType::Type InMessageType,
    const FText& InMessage,
    const FText& InTitle,
    FOnLogDialogResult ResultCallback
)

Opens a non-modal/non-blocking message box, which returns its result through a delegate/callback, using a reference to the created window, to identify which dialog has returned a result (in case there are multiple dialog windows)

Public function

TSharedRef< ...

 

OpenLogDialog_NonModal

(
    EAppMsgType::Type InMessageType,
    const FString& InMessage,
    const FString& InTitle,
    FOnLogDialogResult ResultCallback
)

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