Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/ISceneOutlinerTreeItem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * CastTo () |
Attempt to cast this item to another type if it is of that type. Returns nullptr if it fails | ISceneOutlinerTreeItem.h | |
const T * CastTo () |
Attempt to cast this item to another type if it is of that type. Returns nullptr if it fails | ISceneOutlinerTreeItem.h |
CastTo()
Description
Attempt to cast this item to another type if it is of that type. Returns nullptr if it fails
| Name | CastTo |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/ISceneOutlinerTreeItem.h |
| Include Path | #include "ISceneOutlinerTreeItem.h" |
template<typename T>
T * CastTo()
CastTo()
Description
Attempt to cast this item to another type if it is of that type. Returns nullptr if it fails
| Name | CastTo |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/ISceneOutlinerTreeItem.h |
| Include Path | #include "ISceneOutlinerTreeItem.h" |
template<typename T>
const T * CastTo() const