Navigation
API > API/Editor > API/Editor/SkeletonEditor > API/Editor/SkeletonEditor/FSkeletonTreeBuilderOutput > API/Editor/SkeletonEditor/FSkeletonTreeBuilderOutput/Find
References
| Module | SkeletonEditor |
| Header | /Engine/Source/Editor/SkeletonEditor/Public/ISkeletonTreeBuilder.h |
| Include | #include "ISkeletonTreeBuilder.h" |
TSharedPtr< class ISkeletonTreeItem > Find
&40;
const FName & InName,
std::initializer_list< FName > InTypes
&41; const
Remarks
Find the item with the specified name the item found, or an invalid ptr if it was not found.
Parameters
| Name | Description |
|---|---|
| InName | The item's name |
| InTypes | The types of items to search. If this is empty all items will be searched. |