Navigation
API > API/Runtime > API/Runtime/WebBrowserTexture > API/Runtime/WebBrowserTexture/FWebBrowserTextureResource
References
| Module | WebBrowserTexture |
| Header | /Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h |
| Include | #include "WebBrowserTextureResource.h" |
| Source | /Engine/Source/Runtime/WebBrowserTexture/Private/WebBrowserTextureResource.cpp |
FWebBrowserTextureResource
&40;
UWebBrowserTexture & InOwner,
FIntPoint & InOwnerDim,
SIZE_T & InOwnerSize
&41;
Remarks
Creates and initializes a new instance.
Parameters
| Name | Description |
|---|---|
| InOwner | The Movie texture object to create a resource for (must not be nullptr). |
| InOwnerDim | The initial width and height of the texture. |
| InOwnerSize | The initial memory allocated to the texture. |