31#if WITH_CEF3 || PLATFORM_APPLE
354 WEBBROWSER_API bool HandleBeforePopup(FString URL, FString Target);
367 return PopupMenuMethod.
IsSet()
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define SLATE_ATTRIBUTE(AttrType, AttrName)
Definition DeclarativeSyntaxSupport.h:192
#define SLATE_BEGIN_ARGS(InWidgetType)
Definition DeclarativeSyntaxSupport.h:63
#define SLATE_EVENT(DelegateName, EventName)
Definition DeclarativeSyntaxSupport.h:458
#define SLATE_END_ARGS()
Definition DeclarativeSyntaxSupport.h:116
#define SLATE_ARGUMENT(ArgType, ArgName)
Definition DeclarativeSyntaxSupport.h:208
#define DECLARE_DELEGATE_RetVal_OneParam(ReturnValueType, DelegateName, Param1Type)
Definition DelegateCombinations.h:54
#define DECLARE_DELEGATE_RetVal(ReturnValueType, DelegateName)
Definition DelegateCombinations.h:41
#define DECLARE_DELEGATE(DelegateName)
Definition DelegateCombinations.h:20
#define DECLARE_DELEGATE_RetVal_TwoParams(ReturnValueType, DelegateName, Param1Type, Param2Type)
Definition DelegateCombinations.h:63
#define DECLARE_DELEGATE_FourParams(DelegateName, Param1Type, Param2Type, Param3Type, Param4Type)
Definition DelegateCombinations.h:75
#define DECLARE_DELEGATE_RetVal_ThreeParams(ReturnValueType, DelegateName, Param1Type, Param2Type, Param3Type)
Definition DelegateCombinations.h:72
return true
Definition ExternalRpcRegistry.cpp:601
EWebBrowserDialogEventResponse
Definition IWebBrowserDialog.h:27
EWebBrowserDocumentState
Definition IWebBrowserWindow.h:18
EWebBrowserConsoleLogSeverity
Definition IWebBrowserWindow.h:26
SWidget SWebBrowserWidget
Definition SWebBrowserView.h:34
Definition PaintArgs.h:23
Definition SlateRect.h:26
Definition DrawElements.h:220
Definition WebBrowserViewport.h:17
Definition ITextInputMethodSystem.h:169
Definition IWebBrowserAdapter.h:8
Definition IWebBrowserDialog.h:42
Definition IWebBrowserWindow.h:85
Definition SViewport.h:31
Definition SWebBrowserView.h:39
WEBBROWSER_API bool IsLoaded() const
Definition SWebBrowserView.cpp:371
DECLARE_DELEGATE_RetVal_TwoParams(bool, FOnBeforeBrowse, const FString &, const FWebNavigationRequest &) DECLARE_DELEGATE_RetVal_ThreeParams(bool
WEBBROWSER_API void GoBack()
Definition SWebBrowserView.cpp:400
WEBBROWSER_API void Reload()
Definition SWebBrowserView.cpp:327
virtual WEBBROWSER_API int32 OnPaint(const FPaintArgs &Args, const FGeometry &AllottedGeometry, const FSlateRect &MyCullingRect, FSlateWindowElementList &OutDrawElements, int32 LayerId, const FWidgetStyle &InWidgetStyle, bool bParentEnabled) const override
Definition SWebBrowserView.cpp:243
WEBBROWSER_API void CloseBrowser()
Definition SWebBrowserView.cpp:507
WEBBROWSER_API void UnbindInputMethodSystem()
Definition SWebBrowserView.cpp:669
WEBBROWSER_API bool CanGoForward() const
Definition SWebBrowserView.cpp:408
WEBBROWSER_API void SetBrowserKeyboardFocus()
Definition SWebBrowserView.cpp:801
WEBBROWSER_API bool HandleSuppressContextMenu()
Definition SWebBrowserView.cpp:746
WEBBROWSER_API void ExecuteJavascript(const FString &ScriptText)
Definition SWebBrowserView.cpp:584
WEBBROWSER_API void GoForward()
Definition SWebBrowserView.cpp:417
WEBBROWSER_API bool IsLoading() const
Definition SWebBrowserView.cpp:381
WEBBROWSER_API TSharedPtr< IWebBrowserWindow > GetBrowserWindow() const
Definition SWebBrowserView.cpp:517
virtual FReply OnFocusReceived(const FGeometry &MyGeometry, const FFocusEvent &InFocusEvent) override
Definition SWebBrowserView.cpp:278
WEBBROWSER_API FString GetUrl() const
Definition SWebBrowserView.cpp:352
FOnLoadUrl
Definition SWebBrowserView.h:42
WEBBROWSER_API bool IsInitialized() const
Definition SWebBrowserView.cpp:425
WEBBROWSER_API void UnbindAdapter(const TSharedRef< IWebBrowserAdapter > &Adapter)
Definition SWebBrowserView.cpp:652
WEBBROWSER_API void StopLoad()
Definition SWebBrowserView.cpp:335
WEBBROWSER_API void BindUObject(const FString &Name, UObject *Object, bool bIsPermanent=true)
Definition SWebBrowserView.cpp:627
WEBBROWSER_API void LoadURL(FString NewURL)
Definition SWebBrowserView.cpp:310
WEBBROWSER_API void GetSource(TFunction< void(const FString &)> Callback) const
Definition SWebBrowserView.cpp:592
WEBBROWSER_API void LoadString(FString Contents, FString DummyURL)
Definition SWebBrowserView.cpp:319
WEBBROWSER_API void BindInputMethodSystem(ITextInputMethodSystem *TextInputMethodSystem)
Definition SWebBrowserView.cpp:661
WEBBROWSER_API FText GetAddressBarUrlText() const
Definition SWebBrowserView.cpp:362
WEBBROWSER_API void ShowFloatingCloseButton(bool bShow, bool bDraggable)
Definition SWebBrowserView.cpp:512
virtual bool SupportsKeyboardFocus() const override
Definition SWebBrowserView.h:172
WEBBROWSER_API void SetParentWindow(TSharedPtr< SWindow > Window)
Definition SWebBrowserView.cpp:792
WEBBROWSER_API bool CanGoBack() const
Definition SWebBrowserView.cpp:391
WEBBROWSER_API void UnbindUObject(const FString &Name, UObject *Object, bool bIsPermanent=true)
Definition SWebBrowserView.cpp:635
WEBBROWSER_API void Construct(const FArguments &InArgs, const TSharedPtr< IWebBrowserWindow > &InWebBrowserWindow=nullptr)
Definition SWebBrowserView.cpp:83
WEBBROWSER_API FText GetTitleText() const
Definition SWebBrowserView.cpp:343
WEBBROWSER_API void BindAdapter(const TSharedRef< IWebBrowserAdapter > &Adapter)
Definition SWebBrowserView.cpp:643
Definition AndroidPlatformMisc.h:14
Definition SharedPointer.h:692
Definition SharedPointer.h:153
Definition SharedPointer.h:1295
@ false
Definition radaudio_common.h:23
Definition IWebBrowserWindow.h:73
Definition Optional.h:131
constexpr OptionalType & GetValue()
Definition Optional.h:443
constexpr bool IsSet() const
Definition Optional.h:69