UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IWebBrowserDialog.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
11
enum class
EWebBrowserDialogType
12
{
14
Alert
= 0,
16
Confirm
,
18
Prompt
,
20
Unload
= 127,
21
};
22
26
enum class
EWebBrowserDialogEventResponse
27
{
29
Unhandled
,
31
Continue
,
33
Ignore
,
35
Handled
,
36
};
37
41
class
IWebBrowserDialog
42
{
43
public
:
44
45
virtual
~IWebBrowserDialog
()
46
{}
47
52
virtual
EWebBrowserDialogType
GetType
() = 0;
53
61
virtual
void
Continue
(
bool
Success
=
true
,
const
FText
&
UserResponse
=
FText::GetEmpty
()) = 0;
62
67
virtual
const
FText
&
GetMessageText
() = 0;
68
73
virtual
const
FText
&
GetDefaultPrompt
() = 0;
74
79
virtual
bool
IsReload
() = 0;
80
81
82
};
ESwapAudioOutputDeviceResultState::Success
@ Success
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
EWebBrowserDialogType
EWebBrowserDialogType
Definition
IWebBrowserDialog.h:12
EWebBrowserDialogType::Prompt
@ Prompt
EWebBrowserDialogType::Confirm
@ Confirm
EWebBrowserDialogType::Unload
@ Unload
EWebBrowserDialogType::Alert
@ Alert
EWebBrowserDialogEventResponse
EWebBrowserDialogEventResponse
Definition
IWebBrowserDialog.h:27
EWebBrowserDialogEventResponse::Unhandled
@ Unhandled
EWebBrowserDialogEventResponse::Handled
@ Handled
EWebBrowserDialogEventResponse::Continue
@ Continue
EWebBrowserDialogEventResponse::Ignore
@ Ignore
FText
Definition
Text.h:385
FText::GetEmpty
static CORE_API const FText & GetEmpty()
Definition
Text.cpp:252
IWebBrowserDialog
Definition
IWebBrowserDialog.h:42
IWebBrowserDialog::GetType
virtual EWebBrowserDialogType GetType()=0
IWebBrowserDialog::IsReload
virtual bool IsReload()=0
IWebBrowserDialog::Continue
virtual void Continue(bool Success=true, const FText &UserResponse=FText::GetEmpty())=0
IWebBrowserDialog::GetMessageText
virtual const FText & GetMessageText()=0
IWebBrowserDialog::GetDefaultPrompt
virtual const FText & GetDefaultPrompt()=0
IWebBrowserDialog::~IWebBrowserDialog
virtual ~IWebBrowserDialog()
Definition
IWebBrowserDialog.h:45
Engine
Source
Runtime
WebBrowser
Public
IWebBrowserDialog.h
Generated by
1.9.8