Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SSkeletonWidget
- SSkeletonListWidget
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SSkeletonWidget.h |
| Include | #include "SSkeletonWidget.h" |
Syntax
class SSkeletonListWidget : public SSkeletonWidget
Remarks
1 columns - just show bone list
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| TSharedRef< ITableRow > | GenerateSkeletonBoneRow
(
TSharedPtr< FName > InBoneName, |
||
| TSharedRef< ITableRow > | GenerateSkeletonRow
(
USkeleton* InSkeleton, |
||
| void | SkeletonSelectionChanged
(
const FAssetData& AssetData |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |