Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FDecoratedDragDropOp |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DragAndDrop/DecoratedDragDropOp.h |
| Include Path | #include "DragAndDrop/DecoratedDragDropOp.h" |
Syntax
class FDecoratedDragDropOp : public FDragDropOperation
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FDecoratedDragDropOp
Derived Classes
FDecoratedDragDropOp derived class hierarchy
- FActorDragDropOp
- FAssetDragDropOp
- FAvaOutlinerItemDragDropOp
- FCameraNodeGraphInterfaceParameterDragDropOp
- FCollectionDragDropOp
- FCompositeDragDropOp
- FDataLayerActorMoveOp
- FDataLayerDragDropOp
- FFolderDragDropOp
- FLevelDragDropOp
- FNiagaraParameterDragOperation
- FNiagaraScriptDragOperation
- FNiagaraStackEntryDragDropOp
- FGraphNodeDragDropOp
- FHierarchyWidgetDragDropOp
- FIKRigSkeletonDragDropOp
- FIKRigSolverStackDragDropOp
- FLayerDragDropOp
- FLayersDragDropOp
- FNavigationToolItemDragDropOp
- FObjectTreeClassDragDropOp
- FRetargetOpStackDragDropOp
- FTedsRowDragDropOp
- FWidgetPropertyDragDropOp
- FWidgetTemplateDragDropOp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDecoratedDragDropOp() |
DragAndDrop/DecoratedDragDropOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentHoverText | FText | String to show as hover text | DragAndDrop/DecoratedDragDropOp.h | |
| CurrentIconBrush | const FSlateBrush * | Icon to be displayed | DragAndDrop/DecoratedDragDropOp.h | |
| CurrentIconColorAndOpacity | FSlateColor | The color of the icon to be displayed. | DragAndDrop/DecoratedDragDropOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetDefaultHoverText() |
Gets the default hover text for this drag drop op. | DragAndDrop/DecoratedDragDropOp.h | |
FText GetHoverText() |
DragAndDrop/DecoratedDragDropOp.h | ||
const FSlateBrush * GetIcon() |
DragAndDrop/DecoratedDragDropOp.h | ||
FSlateColor GetIconColorAndOpacity() |
DragAndDrop/DecoratedDragDropOp.h | ||
virtual void ResetToDefaultToolTip() |
Set the decorator back to the icon and text defined by the default | DragAndDrop/DecoratedDragDropOp.h | |
void SetToolTip
(
const FText& Text, |
Set the text and icon for this tooltip | DragAndDrop/DecoratedDragDropOp.h | |
void SetupDefaults() |
Setup some default values for the decorator | DragAndDrop/DecoratedDragDropOp.h |
Overridden from FDragDropOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Construct() |
Overridden to provide public access | DragAndDrop/DecoratedDragDropOp.h | |
virtual TSharedPtr< SWidget > GetDefaultDecorator() |
The widget decorator to use | DragAndDrop/DecoratedDragDropOp.h | |
virtual bool IsOfTypeImpl
(
const FString& Type |
DragAndDrop/DecoratedDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
DragAndDrop/DecoratedDragDropOp.h |