Navigation
API > API/Editor > API/Editor/SkeletonEditor > API/Editor/SkeletonEditor/FSkeletonTreeBuilderOutput
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< class ISkeletonTreeItem > Find
(
const FName& InName, |
Find the item with the specified name | ISkeletonTreeBuilder.h | |
TSharedPtr< class ISkeletonTreeItem > Find
(
const FName& InName, |
Find the item with the specified name | ISkeletonTreeBuilder.h | |
TSharedPtr< class ISkeletonTreeItem > Find
(
const FName& InName, |
Find the item with the specified name | ISkeletonTreeBuilder.h |
Find(const FName &, TArrayView< const FName >)
Description
Find the item with the specified name
| Name | Find |
| Type | function |
| Header File | /Engine/Source/Editor/SkeletonEditor/Public/ISkeletonTreeBuilder.h |
| Include Path | #include "ISkeletonTreeBuilder.h" |
| Source | /Engine/Source/Editor/SkeletonEditor/Private/SkeletonTreeBuilder.cpp |
TSharedPtr< class ISkeletonTreeItem > Find
(
const FName & InName,
TArrayView< const FName > InTypes
) const
the item found, or an invalid ptr if it was not found.
Parameters
| Name | Remarks |
|---|---|
| InName | The item's name |
| InTypes | The types of items to search. If this is empty all items will be searched. |
Find(const FName &, std::initializer_list< FName >)
Description
Find the item with the specified name
| Name | Find |
| Type | function |
| Header File | /Engine/Source/Editor/SkeletonEditor/Public/ISkeletonTreeBuilder.h |
| Include Path | #include "ISkeletonTreeBuilder.h" |
TSharedPtr< class ISkeletonTreeItem > Find
(
const FName & InName,
std::initializer_list< FName > InTypes
) const
the item found, or an invalid ptr if it was not found.
Parameters
| Name | Remarks |
|---|---|
| InName | The item's name |
| InTypes | The types of items to search. If this is empty all items will be searched. |
Find(const FName &, const FName &)
Description
Find the item with the specified name
| Name | Find |
| Type | function |
| Header File | /Engine/Source/Editor/SkeletonEditor/Public/ISkeletonTreeBuilder.h |
| Include Path | #include "ISkeletonTreeBuilder.h" |
| Source | /Engine/Source/Editor/SkeletonEditor/Private/SkeletonTreeBuilder.cpp |
TSharedPtr< class ISkeletonTreeItem > Find
(
const FName & InName,
const FName & InType
) const
the item found, or an invalid ptr if it was not found.
Parameters
| Name | Remarks |
|---|---|
| InName | The item's name |
| InType | The type of items to search. If this is NAME_None all items will be searched. |