FWebBrowserTextureResource::FWebBrowserTextureResource

Creates and initializes a new instance.

Windows
MacOS
Linux

References

Module

WebBrowserTexture

Header

/Engine/Source/Runtime/WebBrowserTexture/Public/WebBrowserTextureResource.h

Include

#include "WebBrowserTextureResource.h"

Source

/Engine/Source/Runtime/WebBrowserTexture/Private/WebBrowserTextureResource.cpp

Syntax

FWebBrowserTextureResource
(
    UWebBrowserTexture & InOwner,
    FIntPoint & InOwnerDim,
    SIZE_T & InOwnerSize
)

Remarks

Creates and initializes a new instance.

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss