Navigation
API > API/Editor > API/Editor/Persona
| Name | FBoneDragDropOp |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/BoneDragDropOp.h |
| Include Path | #include "BoneDragDropOp.h" |
Syntax
class FBoneDragDropOp : public FDragDropOperation
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDragDropOperation → FBoneDragDropOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoneName | FName | BoneDragDropOp.h | ||
| EditableSkeleton | TWeakPtr< class IEditableSkeleton > | BoneDragDropOp.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentIconBrush | const FSlateBrush * | BoneDragDropOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > GetDefaultDecorator() |
The widget decorator to use | BoneDragDropOp.h | |
FText GetHoverText() |
BoneDragDropOp.h | ||
const FSlateBrush * GetIcon() |
BoneDragDropOp.h | ||
virtual bool IsOfTypeImpl
(
const FString& Type |
BoneDragDropOp.h | ||
void SetIcon
(
const FSlateBrush* InIcon |
BoneDragDropOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FString & GetTypeId() |
BoneDragDropOp.h | ||
static TSharedRef< FBoneDragDropOp > New
(
TSharedRef< class IEditableSkeleton > EditableSkeleton, |
BoneDragDropOp.h |