className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 0
76
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
SWebBrowserView::FArguments::BackgroundColor | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Opaque background color used before a document is loaded and when no document color is specified. | WebBrowser | WidgetArgsType & BackgroundColor &40; FColor InArg &41; | [] |
SWebBrowserView::FArguments::BrowserFrameRate | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | The frames per second rate that the browser will attempt to use. | WebBrowser | WidgetArgsType & BrowserFrameRate &40; int InArg &41; | [] |
SWebBrowserView::FArguments::ContentsToLoad | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Optional string to load contents as a web page. | WebBrowser | WidgetArgsType & ContentsToLoad &40; TOptional< FString > InArg &41; | [] |
SWebBrowserView::FArguments::ContextSettings | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Override the default global context settings for this specific window. If not set, the global default will be used. | WebBrowser | WidgetArgsType & ContextSettings &40; TOptional< FBrowserContextSettings > InArg &41; | [] |
SWebBrowserView::FArguments::InitialURL | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | URL that the browser will initially navigate to. | WebBrowser | WidgetArgsType & InitialURL &40; FString InArg &41; | [] |
SWebBrowserView::FArguments::InterceptLoadRequests | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Should this browser window intercept resource loading requests. If false the BrowserContext will instead. Defaults to True. | WebBrowser | WidgetArgsType & InterceptLoadRequests &40; bool InArg &41; | [] |
SWebBrowserView::FArguments::OnBeforeNavigation | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called before browser navigation. | WebBrowser | WidgetArgsType & OnBeforeNavigation &40; const FOnBeforeBrowse & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnBeforePopup | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called before a popup window happens | WebBrowser | WidgetArgsType & OnBeforePopup &40; const FOnBeforePopupDelegate & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnConsoleMessage | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called for each console message | WebBrowser | WidgetArgsType & OnConsoleMessage &40; const FOnConsoleMessageDelegate & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnCreateToolTip | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called to allow overriding of ToolTip widget construction. | WebBrowser | WidgetArgsType & OnCreateToolTip &40; const FOnCreateToolTip & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnCloseWindow | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called when a browser window close event is detected | WebBrowser | WidgetArgsType & OnCloseWindow &40; const FOnCloseWindowDelegate & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnCreateWindow | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called when the browser requests the creation of a new window | WebBrowser | WidgetArgsType & OnCreateWindow &40; const FOnCreateWindowDelegate & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnDragWindow | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called when drag is detected in a web page area tagged as a drag region. | WebBrowser | WidgetArgsType & OnDragWindow &40; const FOnDragWindow & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnDismissAllDialogs | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called to dismiss any dialogs shown via OnShowDialog. | WebBrowser | WidgetArgsType & OnDismissAllDialogs &40; const FSimpleDelegate & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnLoadCompleted | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called when document loading completed. | WebBrowser | WidgetArgsType & OnLoadCompleted &40; const FSimpleDelegate & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnLoadError | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called when document loading failed. | WebBrowser | WidgetArgsType & OnLoadError &40; const FSimpleDelegate & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnSuppressContextMenu | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called to allow supression of the browser context menu. | WebBrowser | WidgetArgsType & OnSuppressContextMenu &40; const FOnSuppressContextMenu & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnLoadStarted | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called when document loading started. | WebBrowser | WidgetArgsType & OnLoadStarted &40; const FSimpleDelegate & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnLoadUrl | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called to allow bypassing page content on load. | WebBrowser | WidgetArgsType & OnLoadUrl &40; const FOnLoadUrl & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnShowDialog | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called when the browser needs to show a dialog to the user. | WebBrowser | WidgetArgsType & OnShowDialog &40; const FOnShowDialog & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnUnhandledKeyChar | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called to allow the handling of any key char events not handled by the browser. | WebBrowser | WidgetArgsType & OnUnhandledKeyChar &40; const FOnUnhandledKeyChar & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnTitleChanged | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called when document title changed. | WebBrowser | WidgetArgsType & OnTitleChanged &40; const FOnTextChanged & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnUnhandledKeyDown | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called to allow the handling of any key down events not handled by the browser. | WebBrowser | WidgetArgsType & OnUnhandledKeyDown &40; const FOnUnhandledKeyDown & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnUnhandledKeyUp | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called to allow the handling of any key up events not handled by the browser. | WebBrowser | WidgetArgsType & OnUnhandledKeyUp &40; const FOnUnhandledKeyUp & InDelegate &41; | [] |
SWebBrowserView::FArguments::OnUrlChanged | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Called when the Url changes. | WebBrowser | WidgetArgsType & OnUrlChanged &40; const FOnTextChanged & InDelegate &41; | [] |
SWebBrowserView::FArguments::ParentWindow | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | A reference to the parent window. | WebBrowser | WidgetArgsType & ParentWindow &40; TSharedPtr< SWindow > InArg &41; | [] |
SWebBrowserView::FArguments::PopupMenuMethod | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Override the popup menu method used for popup menus. If not set, parent widgets will be queried instead. | WebBrowser | WidgetArgsType & PopupMenuMethod &40; TOptional< EPopupMethod > InArg &41; | [] |
SWebBrowserView::FArguments::SupportsThumbMouseButtonNavigation | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Whether to allow forward and back navigation via the mouse thumb buttons. | WebBrowser | WidgetArgsType & SupportsThumbMouseButtonNavigation &40; bool InArg &41; | [] |
SWebBrowserView::FArguments::ViewportSize | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Desired size of the web browser viewport. | WebBrowser | WidgetArgsType & ViewportSize &40; const TAttribute< FVector2D > & InAttribute &41; | [] |
SWebBrowserView::FArguments::SupportsTransparency | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Should this browser window support transparency. | WebBrowser | WidgetArgsType & SupportsTransparency &40; bool InArg &41; | [] |
SWebBrowserView::FArguments::ShowErrorMessage | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Whether to show an error message in case of loading errors. | WebBrowser | WidgetArgsType & ShowErrorMessage &40; bool InArg &41; | [] |
SWebBrowserView::FArguments::FArguments | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | FArguments&40;&41; | [] |
|
WidgetArgsType | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | typedef FArguments WidgetArgsType | [] |
|
FArguments | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | struct FArguments : public [TSlateBaseNamedArgs< SWebBrowserView >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] |
|
FOnDragWindow | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | typedef TBaseDelegate_OneParam< bool, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & > FOnDragWindow | [] |
|
FOnBeforeBrowse | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | typedef TBaseDelegate_TwoParams< bool, const [FString](API\Runtime\Core\Containers\FString) &, const [FWebNavigationRequest](API\Runtime\WebBrowser\FWebNavigationRequest) & > FOnBeforeBrowse | [] |
|
FOnLoadUrl | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | typedef TBaseDelegate_ThreeParams< bool, const [FString](API\Runtime\Core\Containers\FString) &, const [FString](API\Runtime\Core\Containers\FString) &, [FString](API\Runtime\Core\Containers\FString) & > FOnLoadUrl | [] |
|
FOnShowDialog | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | typedef TBaseDelegate_OneParam< EWebBrowserDialogEventResponse, const [TWeakPtr](API\Runtime\Core\Templates\TWeakPtr)< [IWebBrowserDialog](API\Runtime\WebBrowser\IWebBrowserDialog) > & > FOnShowDialog | [] |
|
FOnSuppressContextMenu | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | typedef TBaseDelegate_NoParams< bool > FOnSuppressContextMenu | [] |
|
FOnUnhandledKeyChar | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | typedef TBaseDelegate_OneParam< bool, const [FCharacterEvent](API\Runtime\SlateCore\Input\FCharacterEvent) & > FOnUnhandledKeyChar | [] |
|
FOnUnhandledKeyDown | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | typedef TBaseDelegate_OneParam< bool, const [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent) & > FOnUnhandledKeyDown | [] |
|
SWebBrowserView::GetSource | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | This method has to be called asynchronously by passing a callback function, which will be called at a later point when the result is ready. | WebBrowser | void GetSource ( [TFunction](API\Runtime\Core\GenericPlatform\TFunction)< void(const [FString](API\Runtime\Core\Containers\FString) &)> Callback ) const | [] |
SWebBrowserView::GetAddressBarUrlText | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Gets the URL that appears in the address bar, this may not be the URL that is currently loaded in the frame.
The address bar URL. | WebBrowser | [FText](API\Runtime\Core\Internationalization\FText) GetAddressBarUrlText() const | [] |
FOnUnhandledKeyUp | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | typedef TBaseDelegate_OneParam< bool, const [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent) & > FOnUnhandledKeyUp | [] |
|
SWebBrowserView::GetTitleText | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Get the current title of the web page. | WebBrowser | [FText](API\Runtime\Core\Internationalization\FText) GetTitleText() const | [] |
SWebBrowserView::GoBack | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Navigate backwards. | WebBrowser | void GoBack() | [] |
SWebBrowserView::GetUrl | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Gets the currently loaded URL.
The URL, or empty string if no document is loaded. | WebBrowser | [FString](API\Runtime\Core\Containers\FString) GetUrl() const | [] |
SWebBrowserView::GoForward | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Navigate forwards. | WebBrowser | void GoForward() | [] |
SWebBrowserView::HandleSuppressContextMenu | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | bool HandleSuppressContextMenu() | [] |
|
SWebBrowserView::IsInitialized | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Whether the browser widget is done initializing. | WebBrowser | bool IsInitialized() const | [] |
SWebBrowserView::IsLoaded | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Whether the document finished loading. | WebBrowser | bool IsLoaded() const | [] |
SWebBrowserView::LoadString | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Load a string as data to create a web page. | WebBrowser | void LoadString ( [FString](API\Runtime\Core\Containers\FString) Contents, [FString](API\Runtime\Core\Containers\FString) DummyURL ) | [] |
SWebBrowserView::IsLoading | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Whether the document is currently being loaded. | WebBrowser | bool IsLoading() const | [] |
SWebBrowserView::LoadURL | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Load the specified URL. | WebBrowser | void LoadURL ( [FString](API\Runtime\Core\Containers\FString) NewURL ) | [] |
SWebBrowserView::OnPaint | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. Called by the non-virtual OnPaint to enforce pre/post conditions during OnPaint.
The maximum layer ID attained by this widget or any of its children. | WebBrowser | virtual int32 OnPaint ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & Args, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & MyCullingRect, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements, int32 LayerId, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle, bool bParentEnabled ) const | [] |
SWebBrowserView::Reload | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Reload the current page. | WebBrowser | void Reload() | [] |
SWebBrowserView::SetBrowserKeyboardFocus | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Update the underlying browser widget to match the KB focus in slate. This is used to work around a CEF bug that loses focus state on navigations | WebBrowser | void SetBrowserKeyboardFocus() | [] |
SWebBrowserView::SetParentWindow | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Set parentSWindowfor this browser. | WebBrowser | void SetParentWindow ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWindow](API\Runtime\SlateCore\Widgets\SWindow) > Window ) | [] |
SWebBrowserView::StopLoad | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Stop loading the page. | WebBrowser | void StopLoad() | [] |
SWebBrowserView::SupportsKeyboardFocus | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Checks to see if this widget supports keyboard focus. Override this in derived classes.
True if this widget can take keyboard focus | WebBrowser | virtual bool SupportsKeyboardFocus() const | [] |
SWebBrowserView::UnbindInputMethodSystem | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | void UnbindInputMethodSystem() | [] |
|
SWebBrowserView::UnbindUObject | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Remove an existing script binding registered by BindUObject. | WebBrowser | void UnbindUObject ( const [FString](API\Runtime\Core\Containers\FString) & Name, [UObject](API\Runtime\CoreUObject\UObject\UObject) * Object, bool bIsPermanent ) | [] |
SWebBrowserView::UnbindAdapter | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | void UnbindAdapter ( const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [IWebBrowserAdapter](API\Runtime\WebBrowser\IWebBrowserAdapter) > & Adapter ) | [] |
|
SWebBrowserView::~SWebBrowserView | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | ~SWebBrowserView() | [] |
|
SWebBrowserView::SWebBrowserView | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | Default constructor. | WebBrowser | SWebBrowserView() | [] |
FWebBrowserTextureResource::ClearTexture | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Clear the texture using the given clear color. | WebBrowserTexture | void ClearTexture ( const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & ClearColor ) | [] |
SWebBrowserView | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h | WebBrowser | class SWebBrowserView : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | [] |
|
FWebBrowserTextureResource::CopySample | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | ConvertSample | WebBrowserTexture | void CopySample ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FWebBrowserTextureSample](API\Runtime\WebBrowserTexture\FWebBrowserTextureSample), ESPMode::ThreadSafe > & Sample, const [FLinearColor](API\Runtime\Core\Math\FLinearColor) & ClearColor ) | [] |
FRenderParams | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Parameters for the Render method. | WebBrowserTexture | struct FRenderParams | [
{
"type": "FLinearColor",
"name": "ClearColor",
"description": "The clear color to use when clearing the texture."
},
{
"type": "FGuid",
"name": "PlayerGuid",
"description": "Guid associated with the texture."
},
{
"type": "TWeakPtr<FWebB...",
"name": "SampleSource",
"description": "The sample source to render."
}
] |
FWebBrowserTextureResource::GetFriendlyName | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | The resource's friendly name. Typically aUObjectname. | WebBrowserTexture | virtual [FString](API\Runtime\Core\Containers\FString) GetFriendlyName() const | [] |
FWebBrowserTextureResource::GetSizeX | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Returns the width of the texture in pixels. | WebBrowserTexture | virtual uint32 GetSizeX() const | [] |
FWebBrowserTextureResource::GetSizeXY | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Properties. | WebBrowserTexture | virtual FIntPoint GetSizeXY() const | [] |
FWebBrowserTextureResource::GetSizeY | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Returns the height of the texture in pixels. | WebBrowserTexture | virtual uint32 GetSizeY() const | [] |
FWebBrowserTextureResource::InitRHI | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Initializes the RHI resources used by this resource. Called when entering the state where both the resource and the RHI have been initialized. This is only called by the rendering thread. | WebBrowserTexture | virtual void InitRHI ( [FRHICommandListBase](API\Runtime\RHI\FRHICommandListBase) & RHICmdList ) | [] |
FWebBrowserTextureResource::ReleaseRHI | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Releases the RHI resources used by this resource. Called when leaving the state where both the resource and the RHI have been initialized. This is only called by the rendering thread. | WebBrowserTexture | virtual void ReleaseRHI() | [] |
FWebBrowserTextureResource::UpdateTextureReference | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Set the owner's texture reference to the given texture. | WebBrowserTexture | void UpdateTextureReference ( FRHITexture2D * NewTexture ) | [] |
FWebBrowserTextureResource::Render | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | This method is called on the render thread by the WebBrowserTexture that owns this texture resource to clear or redraw the resource using the given parameters. | WebBrowserTexture | void Render ( const [FRenderParams](API\Runtime\WebBrowserTexture\FWebBrowserTextureResource\FRenderParams) & Params ) | [] |
FWebBrowserTextureResource::UpdateResourceSize | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Calculates the current resource size and notifies the owner texture. | WebBrowserTexture | void UpdateResourceSize() | [] |
FWebBrowserTextureResource::~FWebBrowserTextureResource | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Virtual destructor. | WebBrowserTexture | virtual ~FWebBrowserTextureResource() | [] |
FWebBrowserTextureResource::FWebBrowserTextureResource | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Creates and initializes a new instance. | WebBrowserTexture | FWebBrowserTextureResource ( [UWebBrowserTexture](API\Runtime\WebBrowserTexture\UWebBrowserTexture) & InOwner, FIntPoint & InOwnerDim, SIZE_T & InOwnerSize ) | [] |
FWebBrowserTextureSample::GetBuffer | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | WebBrowserTexture | virtual const void * GetBuffer() | [] |
|
FWebBrowserTextureResource | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h | Texture resource type for webbrowser textures. | WebBrowserTexture | class FWebBrowserTextureResource : public [FRenderTarget](API\Runtime\Engine\FRenderTarget), public [FTextureResource](API\Runtime\Engine\FTextureResource) | [] |
FWebBrowserTextureSample::GetOffset | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | WebBrowserTexture | virtual [FLinearColor](API\Runtime\Core\Math\FLinearColor) GetOffset() const | [] |
|
FWebBrowserTextureSample::GetDim | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | WebBrowserTexture | virtual FIntPoint GetDim() const | [] |
|
FWebBrowserTextureSample::GetScaleRotation | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | WebBrowserTexture | virtual [FLinearColor](API\Runtime\Core\Math\FLinearColor) GetScaleRotation() const | [] |
|
FWebBrowserTextureSample::GetStride | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | WebBrowserTexture | virtual uint32 GetStride() const | [] |
|
FWebBrowserTextureSample::Initialize | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | Initialize the sample.
true on success, false otherwise. | WebBrowserTexture | bool Initialize ( const FIntPoint & InDim ) | [] |
FWebBrowserTextureSample::GetMutableBuffer | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | Get a writable pointer to the sample buffer.
Sample buffer. | WebBrowserTexture | void * GetMutableBuffer() | [] |
FWebBrowserTextureSample::InitializeBuffer | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | InitializeTexture | WebBrowserTexture | void InitializeBuffer ( void * InBuffer, bool Copy ) | [] |
FWebBrowserTextureSample::InitializeBufferForCopy | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | InitializeTexture | WebBrowserTexture | int32 InitializeBufferForCopy() | [] |
FWebBrowserTextureSample::SetScaleRotationOffset | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | Set the sample Scale, Rotation, Offset. | WebBrowserTexture | void SetScaleRotationOffset ( FVector4 & InScaleRotation, FVector4 & InOffset ) | [] |
FWebBrowserTextureSample::InitializeTexture | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | InitializeBuffer | WebBrowserTexture | FRHITexture2D * InitializeTexture() | [] |
FWebBrowserTextureSample::~FWebBrowserTextureSample | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | Virtual destructor. | WebBrowserTexture | virtual ~FWebBrowserTextureSample() | [] |
FWebBrowserTextureSample | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | Texture sample generated by the WebBrowser. | WebBrowserTexture | class FWebBrowserTextureSample : public [IMediaPoolable](API\Runtime\MediaUtils\IMediaPoolable) | [] |
FWebBrowserTextureSampleQueue::DoPendingFlushes | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | Perform any pending flushes. | WebBrowserTexture | void DoPendingFlushes() | [] |
FWebBrowserTextureSamplePool | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | Implements a pool for WebBrowser's texture sample objects. | WebBrowserTexture | class FWebBrowserTextureSamplePool : public [TMediaObjectPool< FWebBrowserTextureSample >](API\Runtime\MediaUtils\TMediaObjectPool) | [] |
FWebBrowserTextureSampleQueue::Dequeue | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | WebBrowserTexture | virtual bool Dequeue ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FWebBrowserTextureSample](API\Runtime\WebBrowserTexture\FWebBrowserTextureSample), ESPMode::ThreadSafe > & OutSample ) | [] |
|
FWebBrowserTextureSampleQueue::Num | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | Peek | WebBrowserTexture | int32 Num() const | [] |
FWebBrowserTextureSampleQueue::Enqueue | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | WebBrowserTexture | virtual bool Enqueue ( const [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FWebBrowserTextureSample](API\Runtime\WebBrowserTexture\FWebBrowserTextureSample), ESPMode::ThreadSafe > & Sample ) | [] |
|
FWebBrowserTextureSampleQueue::Peek | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h | WebBrowserTexture | virtual bool Peek ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FWebBrowserTextureSample](API\Runtime\WebBrowserTexture\FWebBrowserTextureSample), ESPMode::ThreadSafe > & OutSample ) | [] |