Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/FSceneOutlinerItemSelection
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachItem
(
TFunctionRef< void(TreeType&)> Func |
Apply a function to each item of a specified type | |
| void | ForEachItem
(
TFunctionRef< void(FSceneOutlinerTreeItemPtr&)> Func |
Apply a function to every item in the selection regardless of type. |