Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering > API/Runtime/SlateCore/Rendering/ICustomSlateElement
- ICustomSlateElement::DrawRenderThread()
- FDebugCanvasDrawer::DrawRenderThread()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
| Include | #include "Rendering/RenderingCommon.h" |
void DrawRenderThread
&40;
class FRHICommandListImmediate & RHICmdList,
const void &42; RenderTarget
&41;
Remarks
Called from the rendering thread when it is time to render the element
Parameters
| Name | Description |
|---|---|
| RenderTarget | handle to the platform specific render target implementation. Note this is already bound by Slate initially |