![]() |
UCefView 1.0.24
Install On Fab
World's highest-performance WebView plugin for Unreal Engine. UCefView delivers GPU-accelerated rendering, seamless cross-platform integration and both C++ code and Blueprint development approaches.
|
This is the complete list of members for UCefView, including all inherited members.
| AddArchiveFileResource(const FString &InArchivePath, const FString &InTargetUrl, const FString &InPassword="", int32 InPriority=0) | UCefView | |
| AddLocalFolderResource(const FString &InFolderPath, const FString &InTargetUrl, int32 InPriority=0) | UCefView | |
| AllFrameID | UCefView | static |
| ArchiveFileResourceMapping | UCefView | |
| bAcceptDrops | UCefView | |
| bAllowDrag | UCefView | |
| bEnableContextMenu | UCefView | |
| BroadcastEvent(const UCefViewEvent *InCefViewEvent) | UCefView | |
| BrowserCanGoBack() | UCefView | |
| BrowserCanGoForward() | UCefView | |
| BrowserGoBack() | UCefView | |
| BrowserGoForward() | UCefView | |
| BrowserReload() | UCefView | |
| BrowserStopLoad() | UCefView | |
| CloseDevTools() | UCefView | |
| ExecuteJavascript(const FCefFrameId &InFrameId, const FString &InJavascriptCode, const FString &InTargetUrl) | UCefView | |
| ExecuteJavascriptWithResult(const FCefFrameId &InFrameId, const FString &InJavascriptCode, const FString &InTargetUrl, const FString &InExecuteContext) | UCefView | |
| FOnAddressChangedEvent typedef | UCefView | |
| FOnConsoleMessageEvent typedef | UCefView | |
| FOnCreateNewBrowserEvent typedef | UCefView | |
| FOnDraggableRegionChangedEvent typedef | UCefView | |
| FOnFaviconUrlChangedEvent typedef | UCefView | |
| FOnFullscreenModeChangedEvent typedef | UCefView | |
| FOnInvokeMethodEvent typedef | UCefView | |
| FOnLoadEndEvent typedef | UCefView | |
| FOnLoadErrorEvent typedef | UCefView | |
| FOnLoadingProgressChangedEvent typedef | UCefView | |
| FOnLoadStartEvent typedef | UCefView | |
| FOnLoadStateChangedEvent typedef | UCefView | |
| FOnNativeBrowserCreatedEvent typedef | UCefView | |
| FOnQueryRequestEvent typedef | UCefView | |
| FOnReportJavascriptResultEvent typedef | UCefView | |
| FOnStatusMessageEvent typedef | UCefView | |
| FOnTitleChangedEvent typedef | UCefView | |
| FOnUrlRequestEvent typedef | UCefView | |
| GetBrowserId() | UCefView | |
| HasDevTools() | UCefView | |
| IsBrowserLoading() | UCefView | |
| IsDragAndDropEnabled() const | UCefView | |
| IsPopupContextMenuDisabled() | UCefView | |
| LocalFolderResourceMapping | UCefView | |
| MainFrameID | UCefView | static |
| NavigateToUrl(const FString &InTargetUrl) | UCefView | |
| OnAddressChanged | UCefView | |
| OnConsoleMessage | UCefView | |
| OnCreateNewBrowser | UCefView | |
| OnDraggableRegionChanged | UCefView | |
| OnFaviconUrlChanged | UCefView | |
| OnFullscreenModeChanged | UCefView | |
| OnInvokeMethod | UCefView | |
| OnLoadEnd | UCefView | |
| OnLoadError | UCefView | |
| OnLoadingProgressChanged | UCefView | |
| OnLoadStart | UCefView | |
| OnLoadStateChanged | UCefView | |
| OnNativeBrowserCreated | UCefView | |
| OnNewBrowser(const FCefFrameId &InSourceFrameId, const FString &InUrl, const FString &InName, ECefWindowOpenDisposition InTargetDisposition, FIntRect &InRect) | UCefView | protected |
| OnNewPopup(const FCefFrameId &InFrameId, const FString &InTargetUrl, FString &InTargetFrameName, ECefWindowOpenDisposition InTargetDisposition, FIntRect &InRect, FSlateCefViewSettings &InSettings, bool &bInDisableJavascriptAccess) | UCefView | protected |
| OnQueryRequest | UCefView | |
| OnReportJavascriptResult | UCefView | |
| OnRequestCloseFromWeb() | UCefView | protected |
| OnSlateAddressChangedEvent(const FCefFrameId &InFrameId, const FString &InNewAddress) | UCefView | protected |
| OnSlateConsoleMessageEvent(const FString &InMessage, int32 InLevel) | UCefView | protected |
| OnSlateCreateNewBrowserEvent(const FCefFrameId &InSourceFrameId, const FString &InUrl, const FString &InName, const ECefWindowOpenDisposition &InTargetDisposition, const FIntRect &InRect) | UCefView | protected |
| OnSlateDraggableRegionChangedEvent(const FVector4 &InDraggableRegion, const FVector4 &InNonDraggableRegion) | UCefView | protected |
| OnSlateFaviconUrlChangedEvent(const TArray< FString > &InUrls) | UCefView | protected |
| OnSlateFullscreenModeChangedEvent(bool bInFullscreen) | UCefView | protected |
| OnSlateInvokeMethodEvent(const int64 &InBrowserId, const FCefFrameId &InFrameId, const FString &InMethod, const TArray< TSharedPtr< FJsonValue > > &InArguments) | UCefView | protected |
| OnSlateLoadEndEvent(const int64 &InBrowserId, const FCefFrameId &InFrameId, bool bInIsMainFrame, int InHttpStatusCode) | UCefView | protected |
| OnSlateLoadErrorEvent(const int64 &InBrowserId, const FCefFrameId &InFrameId, bool bInIsMainFrame, int InErrorCode, const FString &InErrorMsg, const FString &InFailedUrl, bool &bInHandled) | UCefView | protected |
| OnSlateLoadingProgressChangedEvent(double InProgress) | UCefView | protected |
| OnSlateLoadStartEvent(const int64 &InBrowserId, const FCefFrameId &InFrameId, bool bInIsMainFrame, int InTransitionType) | UCefView | protected |
| OnSlateLoadStateChangedEvent(const int64 &InBrowserId, bool bInIsLoading, bool bInCanGoBack, bool bInCanGoForward) | UCefView | protected |
| OnSlateNativeBrowserCreatedEvent() | UCefView | protected |
| OnSlateQueryRequestEvent(const int64 &InBrowserId, const FCefFrameId &InFrameId, const int64 &InQueryId, const FString &InRequest) | UCefView | protected |
| OnSlateReportJavascriptResultEvent(const int64 &InBrowserId, const FCefFrameId &InFrameId, const FString &InContext, const TSharedPtr< FJsonValue > &InResult) | UCefView | protected |
| OnSlateStatusMessageEvent(const FString &InMessage) | UCefView | protected |
| OnSlateTitleChangedEvent(const FString &InTitle) | UCefView | protected |
| OnSlateUrlRequestEvent(const int64 &InBrowserId, const FCefFrameId &InFrameId, const FString &InRequestUrl) | UCefView | protected |
| OnStatusMessage | UCefView | |
| OnTitleChanged | UCefView | |
| OnUrlRequest | UCefView | |
| RebuildWidget() override | UCefView | protectedvirtual |
| ReleaseSlateResources(bool bInReleaseChildren) override | UCefView | virtual |
| ResponseUCefQuery(const UCefViewQuery *InCefQuery) | UCefView | |
| SetDisablePopupContextMenu(bool bInIsDisable) | UCefView | |
| SetEnableDragAndDrop(bool bInIsEnable) | UCefView | |
| SetPreference(const FString &InPreferenceName, const FString &InPreferenceValue, FString &InError) | UCefView | |
| Settings | UCefView | |
| ShowDevTools() | UCefView | |
| SlateCefView | UCefView | protected |
| SynchronizeProperties() override | UCefView | virtual |
| TriggerEventForFrame(const UCefViewEvent *InCefViewEvent, const FCefFrameId &InFrameId) | UCefView | |
| TriggerEventForMainFrame(const UCefViewEvent *InCefViewEvent) | UCefView | |
| UCefView() | UCefView | |
| Url | UCefView | |
| ~UCefView() | UCefView | virtual |