Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/ISceneOutlinerMode
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/ISceneOutlinerMode.h |
| Include | #include "ISceneOutlinerMode.h" |
template<typename TreeItemType, typename TreeItemData>
FSceneOutlinerTreeItemPtr CreateItemFor
&40;
const TreeItemData & Data,
bool bForce
&41;
Remarks
Attempt to create a tree item for a given data type. returns a shared pointer to the new item if it was created may be invalid if the item was not created
Parameters
| Name | Description |
|---|---|
| bForce | should the item be created regardless if it passes the filters or not |