Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBoneMappingBase
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/SBoneMappingBase.h |
| Include | #include "SBoneMappingBase.h" |
Syntax
class SBoneMappingBase : public SCompoundWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Slate construction function | |
| TSharedRef< ITableRow > | GenerateBoneMappingRow
(
TSharedPtr< FDisplayedBoneMappingInfo > InInfo, |
Create a widget for an entry in the tree from an info | |
| void | OnFilterTextChanged
(
const FText& SearchText |
Filters the SListView when the user changes the search text box (NameFilterBox) | |
| void | OnFilterTextCommitted
(
const FText& SearchText, |
Filters the SListView when the user hits enter or clears the search box Simply calls OnFilterTextChanged | |
| void | Handler for the delete of retarget source |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |