Navigation
API > API/Editor > API/Editor/Persona
| |
|
| Name |
SBoneMappingListRow |
| Type |
class |
| Header File |
/Engine/Source/Editor/Persona/Public/SBoneMappingBase.h |
| Include Path |
#include "SBoneMappingBase.h" |
Syntax
class SBoneMappingListRow : public SMultiColumnTableRow< FDisplayedBoneMappingInfoPtr >
Inheritance Hierarchy
- SMultiColumnTableRow< FDisplayedBoneMappingInfoPtr > → SBoneMappingListRow
Structs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BoneMappingListView |
TSharedPtr< SBoneMappingListType > |
Widget used to display the list of retarget sources |
SBoneMappingBase.h |
|
| Item |
FDisplayedBoneMappingInfoPtr |
The name and weight of the retarget source |
SBoneMappingBase.h |
|
| OnBoneMappingChanged |
FOnBoneMappingChanged |
|
SBoneMappingBase.h |
|
| OnGetBoneMapping |
FOnGetBoneMapping |
|
SBoneMappingBase.h |
|
| OnGetFilteredText |
FOnGetFilteredText |
|
SBoneMappingBase.h |
|
| OnGetReferenceSkeleton |
FGetReferenceSkeleton |
|
SBoneMappingBase.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Construct
(
const FArguments& InArgs,
const TSharedRef< STableViewBase >& OwnerTableView
)
|
|
SBoneMappingBase.h |
|
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& ColumnName
)
|
Overridden from SMultiColumnTableRow. Generates a widget for this column of the tree row. |
SBoneMappingBase.h |
|