UTexturePaintToolset::CopyTextureToRenderTargetTexture

Static: Copies a texture to a render target texture

Windows
MacOS
Linux

References

Module

MeshPaintingToolset

Header

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/TexturePaintToolset.h

Include

#include "TexturePaintToolset.h"

Source

/Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Private/TexturePaintToolset.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