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