FWebBrowserTextureResource::CopySample

Render the given texture sample by using it as or copying it to the render target.

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

void CopySample
(
    const TSharedPtr< FWebBrowserTextureSample, ESPMode::ThreadSafe > & Sample,
    const FLinearColor & ClearColor
)

Remarks

Render the given texture sample by using it as or copying it to the render target.

Parameters

Parameter

Description

Sample

The texture sample to copy.

ClearColor

The clear color to use for the output texture.

See Also

ConvertSample

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