Navigation
API > API/Editor > API/Editor/MaterialEditor
Interface for items that can be dragged and can show a layer handle
| Name | IDraggableItem |
| Type | class |
| Header File | /Engine/Source/Editor/MaterialEditor/Public/MaterialPropertyHelpers.h |
| Include Path | #include "MaterialPropertyHelpers.h" |
Syntax
class IDraggableItem
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnLayerDragDetected() |
MaterialPropertyHelpers.h | ||
void OnLayerDragEnter
(
const FDragDropEvent& DragDropEvent |
MaterialPropertyHelpers.h | ||
void OnLayerDragLeave
(
const FDragDropEvent& DragDropEvent |
MaterialPropertyHelpers.h |