Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UCanvasRenderTarget2D
- UTexture::UpdateResource()
- UCanvasRenderTarget2D::UpdateResource()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/CanvasRenderTarget2D.h |
Include | #include "Engine/CanvasRenderTarget2D.h" |
Source | /Engine/Source/Runtime/Engine/Private/CanvasRenderTarget2D.cpp |
UFUNCTION (BlueprintCallable, Category="Canvas Render Target 2D")
virtual void UpdateResource()
Remarks
Updates the the canvas render target texture's resource. This is where the render target will create or find a canvas object to use. It also calls UpdateResourceImmediate() to clear the render target texture from the deferred rendering list, to stop the texture from being cleared the next frame. From there it will ask the rendering thread to set up the RHI viewport. The canvas is then set up for rendering and then the user's update delegate is called. The canvas is then flushed and the RHI resolves the texture to make it available for rendering.