Navigation
API > API/Editor > API/Editor/Persona
| Name | SBoneMappingBase |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/SBoneMappingBase.h |
| Include Path | #include "SBoneMappingBase.h" |
Syntax
class SBoneMappingBase : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBoneMappingBase
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBoneMappingBase
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoneMappingList | TArray< TSharedPtr< FDisplayedBoneMappingInfo > > | A list of retarget sources. Used by the BoneMappingListView. | SBoneMappingBase.h | |
| BoneMappingListView | TSharedPtr< SBoneMappingListType > | Widget used to display the list of retarget sources | SBoneMappingBase.h | |
| FilterText | FText | Current text typed into NameFilterBox | SBoneMappingBase.h | |
| NameFilterBox | TSharedPtr< SSearchBox > | Box to filter to a specific morph target name | SBoneMappingBase.h | |
| OnBoneMappingChangedDelegate | FOnBoneMappingChanged | SBoneMappingBase.h | ||
| OnCreateBoneMappingDelegate | FOnCreateBoneMapping | SBoneMappingBase.h | ||
| OnGetBoneMappingDelegate | FOnGetBoneMapping | SBoneMappingBase.h | ||
| OnGetReferenceSkeletonDelegate | FGetReferenceSkeleton | SBoneMappingBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Slate construction function | SBoneMappingBase.h | |
TSharedRef< ITableRow > GenerateBoneMappingRow
(
TSharedPtr< FDisplayedBoneMappingInfo > InInfo, |
Create a widget for an entry in the tree from an info | SBoneMappingBase.h | |
void OnFilterTextChanged
(
const FText& SearchText |
Filters the SListView when the user changes the search text box (NameFilterBox) | SBoneMappingBase.h | |
void OnFilterTextCommitted
(
const FText& SearchText, |
Filters the SListView when the user hits enter or clears the search box Simply calls OnFilterTextChanged | SBoneMappingBase.h | |
void RefreshBoneMappingList() |
Handler for the delete of retarget source | SBoneMappingBase.h |