Choose your operating system:
Windows
macOS
Linux
| ICustomSlateElement
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
Include |
#include "Rendering/RenderingCommon.h" |
class ICustomSlateElement
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)
Name | Description | |
---|---|---|
|
~ICustomSlateElement() |
Name | Description | ||
---|---|---|---|
|
DrawRenderThread ( |
Called from the rendering thread when it is time to render the element |