Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/SBoneMappingBase
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/SBoneMappingBase.h |
| Include | #include "SBoneMappingBase.h" |
| Source | /Engine/Source/Editor/Persona/Private/SBoneMappingBase.cpp |
TSharedRef< ITableRow > GenerateBoneMappingRow
&40;
TSharedPtr< FDisplayedBoneMappingInfo > InInfo,
const TSharedRef< STableViewBase > & OwnerTable
&41;
Remarks
Create a widget for an entry in the tree from an info A new Slate widget, containing the UI for this row
Parameters
| Name | Description |
|---|---|
| InInfo | Shared pointer to the morph target we're generating a row for |
| OwnerTable | The table that owns this row |