Navigation
API > API/Runtime > API/Runtime/WebBrowserTexture > API/Runtime/WebBrowserTexture/FWebBrowserTextureResource
Parameters for the Render method.
| Name | FRenderParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h |
| Include Path | #include "WebBrowserTextureResource.h" |
Syntax
struct FRenderParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClearColor | FLinearColor | The clear color to use when clearing the texture. | WebBrowserTextureResource.h | |
| PlayerGuid | FGuid | Guid associated with the texture. | WebBrowserTextureResource.h | |
| SampleSource | TWeakPtr< FWebBrowserTextureSampleQueue, ESPMode::ThreadSafe > | The sample source to render. | WebBrowserTextureResource.h |