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" |
| Source | /Engine/Source/Editor/SkeletonEditor/Private/SkeletonTreeBuilder.cpp |
TSharedPtr< class ISkeletonTreeItem > Find
&40;
const FName & InName,
const FName & InType
&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 |
| InType | The type of items to search. If this is NAME_None all items will be searched. |