Navigation
API > API/Runtime > API/Runtime/WebBrowserTexture
Inheritance Hierarchy
- IMediaPoolable
- FWebBrowserTextureSample
References
| Module | WebBrowserTexture |
| Header | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h |
| Include | #include "WebBrowserTextureSample.h" |
Syntax
class FWebBrowserTextureSample : public IMediaPoolable
Remarks
Texture sample generated by the WebBrowser.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const void * | GetBuffer () |
||
| FIntPoint | GetDim () |
||
| void * | Get a writable pointer to the sample buffer. | ||
| FLinearColor | GetOffset () |
||
| FLinearColor | |||
| uint32 | GetStride () |
||
| bool | Initialize
(
const FIntPoint& InDim |
Initialize the sample. | |
| void | InitializeBuffer
(
void* InBuffer, |
Initialize the sample with a memory buffer. | |
| int32 | Initialize the sample for copy externally. | ||
| FRHITexture2D * | Initialize the sample with a texture resource.This method must be called on the render thread. | ||
| void | SetScaleRotationOffset
(
FVector4& InScaleRotation, |
Set the sample Scale, Rotation, Offset. |