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