Navigation
API > API/Editor > API/Editor/MaterialEditor
Inheritance Hierarchy
References
| Module | MaterialEditor |
| Header | /Engine/Source/Editor/MaterialEditor/Public/MaterialPropertyHelpers.h |
| Include | #include "MaterialPropertyHelpers.h" |
Syntax
class SLayerHandle : public SCompoundWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| TSharedPtr< class FLayerDragDropOp > | CreateDragDropOperation
(
TSharedPtr< SMaterialLayersFunctionsInstanceTreeItem > InOwningStack |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnDragDetected
(
const FGeometry& MyGeometry, |
Called when Slate detects that a widget started to be dragged. | |
| FReply | OnMouseButtonDown
(
const FGeometry& MyGeometry, |
MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |