Navigation
API > API/Editor > API/Editor/PlacementMode > API/Editor/PlacementMode/FPlaceableItem
An object which provides handling for Drags.
| Name | FDragHandler |
| Type | struct |
| Header File | /Engine/Source/Editor/PlacementMode/Public/IPlacementModeModule.h |
| Include Path | #include "IPlacementModeModule.h" |
Syntax
struct FDragHandler : public TSharedFromThis< FDragHandler >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FPlaceableItem::FDragHandler
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetContentToDrag | TBaseDelegate_NoParams< TSharedRef< FDragDropOperation > > | IPlacementModeModule.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GetContentToDrag | FGetContentToDrag | A delegate thart returns the FDragDropOperation for the the draggable | IPlacementModeModule.h | |
| IconBrush | const FSlateBrush * | The const FSlateBrush* that provides the icon for the draggable | IPlacementModeModule.h | |
| ToolTip | TSharedPtr< IToolTip > | The tooltip for the draggable | IPlacementModeModule.h |