Navigation
API > API/Runtime > API/Runtime/WebBrowserTexture > API/Runtime/WebBrowserTexture/FWebBrowserTextureSample
Description
Initialize the sample with a memory buffer.
| Name | InitializeBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h |
| Include Path | #include "WebBrowserTextureSample.h" |
void InitializeBuffer
(
void * InBuffer,
bool Copy
)
Parameters
| Name | Remarks |
|---|---|
| InBuffer | The buffer containing the sample data. |
| Copy | Whether the buffer should be copied (true) or referenced (false). |
See Also
- InitializeTexture