TexturePaintHelpers::CopyTextureToRenderTargetTexture

Static: Copies a texture to a render target texture

Windows
MacOS
Linux

References

Module

MeshPaint

Header

/Engine/Source/Editor/MeshPaint/Public/TexturePaintHelpers.h

Include

#include "TexturePaintHelpers.h"

Source

/Engine/Source/Editor/MeshPaint/Private/TexturePaintHelpers.cpp

Syntax

static void CopyTextureToRenderTargetTexture
(
    UTexture * SourceTexture,
    UTextureRenderTarget2D * RenderTargetTexture,
    ERHIFeatureLevel::Type FeatureLevel
)

Remarks

Static: Copies a texture to a render target 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