![]() |
UCefView
|
This is the complete list of members for SCefView, including all inherited members.
AddArchiveFileResource(const FString &InArchivePath, const FString &InTargetUrl, const FString &InPassword="", int32 InPriority=0) | SCefView | |
AddLocalFolderResource(const FString &InFolderPath, const FString &InTargetUrl, int32 InPriority=0) | SCefView | |
AllFrameID | SCefView | static |
BroadcastEvent(const FString &InName, const TArray< TSharedPtr< FJsonValue > > &InArgs) | SCefView | |
BrowserCanGoBack() | SCefView | |
BrowserCanGoForward() | SCefView | |
BrowserGoBack() | SCefView | |
BrowserGoForward() | SCefView | |
BrowserReload() | SCefView | |
BrowserStopLoad() | SCefView | |
CloseDevTools() | SCefView | |
ComputeDesiredSize(float InLayoutScaleMultiplier) const override | SCefView | protected |
Construct(const FArguments &InArgs) | SCefView | |
CreateNativeBrowser(const UCefContext *InCefContext) | SCefView | |
DestroyNativeBrowser() | SCefView | |
ExecuteJavascript(const FCefFrameId &InFrameId, const FString &InJavascriptCode, const FString &InTargetUrl) | SCefView | |
ExecuteJavascriptWithResult(const FCefFrameId &InFrameId, const FString &InJavascriptCode, const FString &InTargetUrl, const FString &InExecuteContext) | SCefView | |
FOnAddressChangedEvent typedef | SCefView | |
FOnConsoleMessageEvent typedef | SCefView | |
FOnDraggableRegionChangedEvent typedef | SCefView | |
FOnFaviconUrlChangedEvent typedef | SCefView | |
FOnFullscreenModeChangedEvent typedef | SCefView | |
FOnInvokeMethodEvent typedef | SCefView | |
FOnLoadEndEvent typedef | SCefView | |
FOnLoadErrorEvent typedef | SCefView | |
FOnLoadingProgressChangedEvent typedef | SCefView | |
FOnLoadStartEvent typedef | SCefView | |
FOnLoadStateChangedEvent typedef | SCefView | |
FOnNativeBrowserCreatedEvent typedef | SCefView | |
FOnQueryRequestEvent typedef | SCefView | |
FOnReportJavascriptResultEvent typedef | SCefView | |
FOnStatusMessageEvent typedef | SCefView | |
FOnTitleChangedEvent typedef | SCefView | |
FOnUrlRequestEvent typedef | SCefView | |
GetBrowserId() | SCefView | |
GetChildren() override | SCefView | protected |
HasDevTools() | SCefView | |
IsBrowserLoading() | SCefView | |
IsDragAndDropEnabled() const | SCefView | |
IsPopupContextMenuDisabled() | SCefView | |
JSDialogContainerSlot | SCefView | protected |
MainFrameID | SCefView | static |
NavigateToUrl(const FString &InTargetUrl) | SCefView | |
OnAddressChanged | SCefView | protected |
OnArrangeChildren(const FGeometry &InAllottedGeometry, FArrangedChildren &InArrangedChildren) const override | SCefView | protected |
OnConsoleMessage | SCefView | protected |
OnDraggableRegionChanged | SCefView | protected |
OnFaviconUrlChanged | SCefView | protected |
OnFocusLost(const FFocusEvent &InFocusEvent) override | SCefView | protected |
OnFocusReceived(const FGeometry &InGeometry, const FFocusEvent &InFocusEvent) override | SCefView | protected |
OnFullscreenModeChanged | SCefView | protected |
OnInvokeMethod | SCefView | protected |
OnKeyChar(const FGeometry &InGeometry, const FCharacterEvent &InCharacterEvent) override | SCefView | protected |
OnKeyDown(const FGeometry &InGeometry, const FKeyEvent &InKeyEvent) override | SCefView | protected |
OnKeyUp(const FGeometry &InGeometry, const FKeyEvent &InKeyEvent) override | SCefView | protected |
OnLoadEnd | SCefView | protected |
OnLoadError | SCefView | protected |
OnLoadingProgressChanged | SCefView | protected |
OnLoadStart | SCefView | protected |
OnLoadStateChanged | SCefView | protected |
OnMapCursor(const FCursorReply &InCursorReply) const | SCefView | protected |
OnMouseButtonDoubleClick(const FGeometry &InGeometry, const FPointerEvent &InMouseEvent) override | SCefView | protected |
OnMouseButtonDown(const FGeometry &InGeometry, const FPointerEvent &InMouseEvent) override | SCefView | protected |
OnMouseButtonUp(const FGeometry &InGeometry, const FPointerEvent &InMouseEvent) override | SCefView | protected |
OnMouseEnter(const FGeometry &InGeometry, const FPointerEvent &InMouseEvent) override | SCefView | protected |
OnMouseLeave(const FPointerEvent &InMouseEvent) override | SCefView | protected |
OnMouseMove(const FGeometry &InGeometry, const FPointerEvent &InMouseEvent) override | SCefView | protected |
OnMouseWheel(const FGeometry &InGeometry, const FPointerEvent &InMouseEvent) override | SCefView | protected |
OnNativeBrowserCreated | SCefView | protected |
OnNavigation(const FGeometry &InGeometry, const FNavigationEvent &InNavigationEvent) override | SCefView | protected |
OnNewBrowser(const FCefFrameId &InSourceFrameId, const FString &InTargetUrl, const FString &InFrameName, ECefWindowOpenDisposition InTargetDisposition, FIntRect &InDesiredRect) | SCefView | protected |
OnNewPopup(const FCefFrameId &InSourceFrameId, const FString &InTargetUrl, FString &InFrameName, ECefWindowOpenDisposition InTargetDisposition, FIntRect &InDesiredRect, FCefViewSettings &InBrowserSettings, bool &bInDisableJavascriptAccess) | SCefView | protected |
OnPaint(const FPaintArgs &InArgs, const FGeometry &InAllottedGeometry, const FSlateRect &InMyCullingRect, FSlateWindowElementList &InOutDrawElements, int32 InLayerId, const FWidgetStyle &InWidgetStyle, bool bInParentEnabled) const override | SCefView | protected |
OnPreviewKeyDown(const FGeometry &InGeometry, const FKeyEvent &InKeyEvent) override | SCefView | protected |
OnPreviewMouseButtonDown(const FGeometry &InGeometry, const FPointerEvent &InMouseEvent) override | SCefView | protected |
OnQueryRequest | SCefView | protected |
OnReportJavascriptResult | SCefView | protected |
OnRequestCloseFromWeb() | SCefView | protected |
OnStatusMessage | SCefView | protected |
OnTitleChanged | SCefView | protected |
OnUrlRequest | SCefView | protected |
ResponseUCefQuery(const int64 InQueryId, const bool bInIsSuccess, const FString &InResponse, const int32 InError) | SCefView | |
SCefView() | SCefView | |
SetDisablePopupContextMenu(bool bInIsDisable) | SCefView | |
SetPreference(const FString &InPreferenceName, const FString &InPreferenceValue, FString &OutError) | SCefView | |
SetSettings(const FCefViewSettings &InSettings) | SCefView | |
SetUrl(const FString &InUrl) | SCefView | |
SetVisibility(TAttribute< EVisibility > InVisibility) override | SCefView | |
ShowDevTools() | SCefView | |
SupportsKeyboardFocus() const override | SCefView | protected |
Tick(const FGeometry &InAllottedGeometry, const double InCurrentTime, const float InDeltaTime) override | SCefView | protected |
TriggerEventForFrame(const FString &InName, const TArray< TSharedPtr< FJsonValue > > &InArgs, const FCefFrameId &InFrameId) | SCefView | |
TriggerEventForMainFrame(const FString &InName, const TArray< TSharedPtr< FJsonValue > > &InArgs) | SCefView | |
~SCefView() | SCefView |