TexturePaintHelpers::CopyTextureToRenderTargetTexture

Static: Copies a texture to a render target texture

Unreal Engine C++ API Reference > Editor > MeshPaint > TexturePaintHelpers

References

   
Module MeshPaint
Header /Engine/Source/Editor/MeshPaint/Public/TexturePaintHelpers.h
Include #include "TexturePaintHelpers.h"
Source /Engine/Source/Editor/MeshPaint/Private/TexturePaintHelpers.cpp
static void CopyTextureToRenderTargetTexture
(
    [UTexture](API\Runtime\Engine\Engine\UTexture) * SourceTexture,
    [UTextureRenderTarget2D](API\Runtime\Engine\Engine\UTextureRenderTarget2D) * RenderTargetTexture,
    [ERHIFeatureLevel::Type](API\Runtime\RHI\ERHIFeatureLevel__Type) FeatureLevel
)

Remarks

Static: Copies a texture to a render target texture


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library