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