Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvasBatchedElementRenderItem
Description
Renders the canvas item. Iterates over all batched elements and draws them with their own transforms
Virtual Inheritance
- FCanvasBaseRenderItem::Render_RenderThread → FCanvasBatchedElementRenderItem::Render_RenderThread
| Name | Render_RenderThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasBatchedElementRenderItem.h |
| Include Path | #include "CanvasBatchedElementRenderItem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
virtual bool Render_RenderThread
(
FCanvasRenderContext & RenderContext,
FMeshPassProcessorRenderState & DrawRenderState,
const FCanvas * Canvas
)
true if anything rendered
Parameters
| Name | Remarks |
|---|---|
| Canvas | canvas currently being rendered |
| RHICmdList | command list to use |