Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/ISceneOutlinerTreeItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsA () |
Returns true if this item is of the specified type | ISceneOutlinerTreeItem.h | |
bool IsA
(
const FSceneOutlinerTreeItemType& InType |
ISceneOutlinerTreeItem.h |
IsA()
Description
Returns true if this item is of the specified type
| Name | IsA |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/ISceneOutlinerTreeItem.h |
| Include Path | #include "ISceneOutlinerTreeItem.h" |
template<typename T>
bool IsA() const
IsA(const FSceneOutlinerTreeItemType &)
| Name | IsA |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/ISceneOutlinerTreeItem.h |
| Include Path | #include "ISceneOutlinerTreeItem.h" |
bool IsA
(
const FSceneOutlinerTreeItemType & InType
) const