Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | SBonePairRow |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/SSkeletonWidget.h |
| Include Path | #include "SSkeletonWidget.h" |
Syntax
class SBonePairRow : public SMultiColumnTableRow< TSharedPtr< FBoneTrackPair > >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → STableRow → SMultiColumnTableRow → SBonePairRow
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → STableRow → SMultiColumnTableRow → SBonePairRow
- STableRow → SMultiColumnTableRow → SBonePairRow
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BonePair | TSharedPtr< FBoneTrackPair > | SSkeletonWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Construct child widgets that comprise this widget. | SSkeletonWidget.h |
Overridden from SMultiColumnTableRow
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& ColumnName |
SSkeletonWidget.h |