Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SSkeletonSelectorWindow
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/SSkeletonWidget.h |
| Include | #include "SSkeletonWidget.h" |
Syntax
class SSkeletonSelectorWindow : public SCompoundWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| void | ConstructButtons
(
TSharedRef< SVerticalBox > ParentBox |
||
| void | |||
| void | ConstructWindowFromAnimBlueprint
(
UAnimBlueprint* AnimBlueprint |
||
| void | ConstructWindowFromAnimSet
(
UAnimSet* InAnimSet |
||
| void | ConstructWindowFromMesh
(
USkeletalMesh* InSkeletalMesh |
||
| USkeleton * | |||
| FReply | OnAccept () |
||
| FReply | OnCancel () |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |