Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/ISceneOutlinerMode
Description
Called by the outliner when an item is selected in the tree. Used to partially synchronize selection
Derived Overrides
- FActorBrowsingMode::OnItemSelectionChanged
- FActorFolderPickingMode::OnItemSelectionChanged
- FActorPickingMode::OnItemSelectionChanged
| Name | OnItemSelectionChanged |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/ISceneOutlinerMode.h |
| Include Path | #include "ISceneOutlinerMode.h" |
virtual void OnItemSelectionChanged
(
FSceneOutlinerTreeItemPtr Item,
ESelectInfo::Type SelectionType,
const FSceneOutlinerItemSelection & Selection
)