FSkeletonTreeBuilderOutput::Find

Find the item with the specified name

Windows
MacOS
Linux

References

Module

SkeletonEditor

Header

/Engine/Source/Editor/SkeletonEditor/Public/ISkeletonTreeBuilder.h

Include

#include "ISkeletonTreeBuilder.h"

Source

/Engine/Source/Editor/SkeletonEditor/Private/SkeletonTreeBuilder.cpp

Syntax

TSharedPtr< class ISkeletonTreeItem > Find
(
    const FName & InName,
    const FName & InType
) const

Remarks

Find the item with the specified name

Returns

the item found, or an invalid ptr if it was not found.

Parameters

Parameter

Description

InName

The item's name

InType

The type of items to search. If this is NAME_None all items will be searched.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss