Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FSocketDragDropOp
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/SocketDragDropOp.h |
| Include | #include "SocketDragDropOp.h" |
Syntax
class FSocketDragDropOp : public FDragDropOperation
Remarks
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetHoverText () |
Passed into STextBlock so Slate can grab the current text for display | |
| const FSlateBrush * | GetIcon () |
Passed into SImage so Slate can grab the current icon for display | |
| FSelectedSocketInfo & | Accessor for the socket info | ||
| const FString & | GetTypeId () |
||
| bool | IsAltDrag () |
Is this an alt-drag operation? | |
| TSharedRef< FSocketDragDropOp > | New
(
FSelectedSocketInfo InSocketInfo, |
Use this function to create a new one of me | |
| void | SetIcon
(
const FSlateBrush* InIcon |
Sets the icon to be displayed |
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. |