FWebBrowserTextureSample::InitializeBuffer

Initialize the sample with a memory buffer.

Windows
MacOS
Linux

References

Module

WebBrowserTexture

Header

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

Include

#include "WebBrowserTextureSample.h"

Syntax

void InitializeBuffer
(
    void * InBuffer,
    bool Copy
)

Remarks

Initialize the sample with a memory buffer.

Parameters

Parameter

Description

InBuffer

The buffer containing the sample data.

Copy

Whether the buffer should be copied (true) or referenced (false).

See Also

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