Navigation
API > API/Editor > API/Editor/MaterialEditor
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FDecoratedDragDropOp
- FLayerDragDropOp
References
| Module | MaterialEditor |
| Header | /Engine/Source/Editor/MaterialEditor/Public/MaterialPropertyHelpers.h |
| Include | #include "MaterialPropertyHelpers.h" |
Syntax
class FLayerDragDropOp : public FDecoratedDragDropOp
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | DecoratorWidget | ||
| TWeakPtr< class SMaterialLayersFunctionsInstanceTreeItem > | OwningStack |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLayerDragDropOp
(
TSharedPtr< SMaterialLayersFunctionsInstanceTreeItem > InOwningStack |
Functions
Overridden from FDragDropOperation
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | The widget decorator to use | ||
| bool | IsOfTypeImpl
(
const FString& Type |
Checks whether this drag and drop operation can cast safely to the specified type. |