Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTextureRenderTarget2DArrayResou-
Description
Updates (resolves) the render target texture. Optionally clears each face of the render target to green. This is only called by the rendering thread.
Updates (resolves) the render target texture. Optionally clears each face of the render target to the clear color. This is only called by the rendering thread.
Virtual Inheritance
- FDeferredUpdateResource::UpdateDeferredResource → FTextureRenderTarget2DArrayResource::UpdateDeferredResource
| Name | UpdateDeferredResource |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TextureRenderTarget2DArrayResource.h |
| Include Path | #include "TextureRenderTarget2DArrayResource.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TextureRenderTarget2DArray.cpp |
virtual void UpdateDeferredResource
(
FRHICommandListImmediate & RHICmdList,
bool bClearRenderTarget
)