Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering
Inheritance Hierarchy
- FSlateDrawElement
- FSlateCustomDrawerElement
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include | #include "Rendering/DrawElementTypes.h" |
Syntax
struct FSlateCustomDrawerElement : public FSlateDrawElement
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< ICustomSlateElement, ESPMode::ThreadSafe > | CustomDrawer | Custom drawer data. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetCustomDrawer
(
const TSharedPtr< ICustomSlateElement, ESPMode::ThreadSafe >& InCustomDrawer |