Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/SBoneSelectionWidget
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SBoneSelectionWidget::FArguments
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/BoneSelectionWidget.h |
| Include | #include "BoneSelectionWidget.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SBoneSelectionWidget >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | bShowSocket
(
bool InArg |
||
| WidgetArgsType & | bShowVirtualBones
(
bool InArg |
Should show skeletons virtual bones in tree | |
| WidgetArgsType & | OnBoneSelectionChanged
(
const FOnBoneSelectionChanged& InDelegate |
Set selected bone name | |
| WidgetArgsType & | OnGetReferenceSkeleton
(
const FGetReferenceSkeleton& InDelegate |
Get Reference skeleton | |
| WidgetArgsType & | OnGetSelectedBone
(
const FGetSelectedBone& InDelegate |
Get selected bone name | |
| WidgetArgsType & | OnGetSocketList
(
const FGetSocketList& InDelegate |
Get Socket List |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |