Navigation
API > API/Runtime > API/Runtime/WebBrowserTexture > API/Runtime/WebBrowserTexture/FWebBrowserTextureResource
References
Module | WebBrowserTexture |
Header | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h |
Include | #include "WebBrowserTextureResource.h" |
Source | /Engine/Source/Runtime/WebBrowserTexture/Private/WebBrowserTextureResource.cpp |
void Render
&40;
const FRenderParams & Params
&41;
Remarks
Render the texture resource.
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.
Parameters
Name | Description |
---|---|
Params | Render parameters. |