Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- TSharedFromThis
- FDragDropOperation
- FBoneDragDropOp
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/BoneDragDropOp.h |
| Include | #include "BoneDragDropOp.h" |
Syntax
class FBoneDragDropOp : public FDragDropOperation
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | BoneName | ||
| TWeakPtr< class IEditableSkeleton > | EditableSkeleton |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetHoverText () |
||
| const FSlateBrush * | GetIcon () |
||
| const FString & | GetTypeId () |
||
| TSharedRef< FBoneDragDropOp > | New
(
TSharedRef< class IEditableSkeleton > EditableSkeleton, |
||
| void | SetIcon
(
const FSlateBrush* InIcon |
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. |