![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IWebBrowserDialog.h>
Public Member Functions | |
| virtual | ~IWebBrowserDialog () |
| virtual EWebBrowserDialogType | GetType ()=0 |
| virtual void | Continue (bool Success=true, const FText &UserResponse=FText::GetEmpty())=0 |
| virtual const FText & | GetMessageText ()=0 |
| virtual const FText & | GetDefaultPrompt ()=0 |
| virtual bool | IsReload ()=0 |
Browser dialog parameters passed to OnBrowserDialog event handlers.
|
inlinevirtual |
|
pure virtual |
Tell the browser to continue with the result of the dialog. If this method is used, the original event handler must return EWebBrowserDialogEventResponse::Handled.
| Success | Did the user accept the dialog or not? |
| UserResponse | Only for Prompt dialog, the text entered by the user. |
Only valid for Prompt dialogs.
Get the dialog message.
|
pure virtual |
What kind of dialog should be shown.
Only valid for Unload dialogs.