FDynamicRHI::RHICopySubTextureRegion_RenderThread

Copy the source box pixels in the destination box texture, return true if implemented for the current platform

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/DynamicRHI.h

Include

#include "DynamicRHI.h"

Source

/Engine/Source/Runtime/RHI/Private/RHICommandList.cpp

Syntax

virtual void RHICopySubTextureRegion_RenderThread
(
    class FRHICommandListImmediate & RHICmdList,
    FRHITexture2D * SourceTexture,
    FRHITexture2D * DestinationTexture,
    FBox2D SourceBox,
    FBox2D DestinationBox
)

Remarks

Copy the source box pixels in the destination box texture, return true if implemented for the current platform

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