Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Rendering
Inheritance Hierarchy
- ICustomSlateElement
- FDebugCanvasDrawer
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
Include | #include "Rendering/RenderingCommon.h" |
Syntax
class ICustomSlateElement
Remarks
An interface for a custom slate drawing element Implementers of this interface are expected to handle destroying this interface properly when a separate rendering thread may have access to it. (I.E this cannot be destroyed from a different thread if the rendering thread is using it)
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | DrawRenderThread
(
FRHICommandListImmediate& RHICmdList, |
Called from the rendering thread when it is time to render the element |