OpenLogDialog_NonModal

Overload list

Windows
MacOS
Linux
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