Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering > API/Runtime/SlateCore/Rendering/ICustomSlateElement
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
| Include | #include "Rendering/RenderingCommon.h" |
virtual void Draw_RenderThread
(
class FRHICommandListImmediate & RHICmdList,
const void * RenderTarget,
const FSlateCustomDrawParams & Params
)
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 |
| Params | Params about current draw state |
| RenderingPolicyInterface | Interface to current rendering policy |