Navigation
API > API/Runtime > API/Runtime/WebBrowserTexture > API/Runtime/WebBrowserTexture/FWebBrowserTextureSample
Description
Initialize the sample with a texture resource.
This method must be called on the render thread.
| Name | InitializeTexture |
| Type | function |
| Header File | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h |
| Include Path | #include "WebBrowserTextureSample.h" |
FRHITexture * InitializeTexture
(
FRHICommandListBase & RHICmdList
)
The texture resource object that will hold the sample data.
Parameters
| Name | Remarks |
|---|---|
| RHICmdList | the command list used to create the texture. |