Navigation
API > API/Runtime > API/Runtime/WebBrowserTexture > API/Runtime/WebBrowserTexture/FWebBrowserTextureResource
Description
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.
| Name | Render |
| Type | function |
| Header File | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h |
| Include Path | #include "WebBrowserTextureResource.h" |
| Source | /Engine/Source/Runtime/WebBrowserTexture/Private/WebBrowserTextureResource.cpp |
void Render
(
const FRenderParams & Params
)
Parameters
| Name | Remarks |
|---|---|
| Params | Render parameters. |