Navigation
API > API/Editor > API/Editor/Persona
| Name | SBoneSelectionWidget |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/BoneSelectionWidget.h |
| Include Path | #include "BoneSelectionWidget.h" |
Syntax
class SBoneSelectionWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBoneSelectionWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBoneSelectionWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BonePickerButton | TSharedPtr< SComboButton > | Base combo button. | BoneSelectionWidget.h | |
| bShowNone | bool | BoneSelectionWidget.h | ||
| bShowSocket | bool | BoneSelectionWidget.h | ||
| bShowVirtualBones | bool | BoneSelectionWidget.h | ||
| OnBoneSelectionChanged | FOnBoneSelectionChanged | Delegates | BoneSelectionWidget.h | |
| OnGetReferenceSkeleton | FGetReferenceSkeleton | BoneSelectionWidget.h | ||
| OnGetSelectedBone | FGetSelectedBone | BoneSelectionWidget.h | ||
| OnGetSocketList | FGetSocketList | BoneSelectionWidget.h | ||
| SuppliedToolTip | FText | Cache supplied tooltip. | BoneSelectionWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct this widget | BoneSelectionWidget.h |