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