Navigation
API > API/Runtime > API/Runtime/WebBrowserTexture > API/Runtime/WebBrowserTexture/FWebBrowserTextureSample
References
| Module | WebBrowserTexture |
| Header | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureSample.h |
| Include | #include "WebBrowserTextureSample.h" |
void InitializeBuffer
&40;
void &42; InBuffer,
bool Copy
&41;
Remarks
Initialize the sample with a memory buffer.
Parameters
| Name | Description |
|---|---|
| InBuffer | The buffer containing the sample data. |
| Copy | Whether the buffer should be copied (true) or referenced (false). |