Navigation
API > API/Editor > API/Editor/SkeletonEditor
References
| Module | SkeletonEditor |
| Header | /Engine/Source/Editor/SkeletonEditor/Public/ISkeletonTreeBuilder.h |
| Include | #include "ISkeletonTreeBuilder.h" |
Syntax
struct FSkeletonTreeBuilderOutput
Remarks
Output struct for builders to use
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSkeletonTreeBuilderOutput
(
TArray< TSharedPtr< class ISkeletonTreeItem >>& InItems, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
const TSharedPtr< class ISkeletonTreeItem >& InItem, |
Add an item to the output | |
| void | Add
(
const TSharedPtr< class ISkeletonTreeItem >& InItem, |
Add an item to the output | |
| void | Add
(
const TSharedPtr< class ISkeletonTreeItem >& InItem, |
Add an item to the output | |
| TSharedPtr< class ISkeletonTreeItem > | Find
(
const FName& InName, |
Find the item with the specified name | |
| TSharedPtr< class ISkeletonTreeItem > | Find the item with the specified name | ||
| TSharedPtr< class ISkeletonTreeItem > | Find the item with the specified name |