Navigation
API > API/Editor > API/Editor/SceneOutliner
Inheritance Hierarchy
- ISceneOutlinerMode
- FActorMode
- FActorPickingMode
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/ActorPickingMode.h |
| Include | #include "ActorPickingMode.h" |
Syntax
class FActorPickingMode : public FActorMode
Constructors
| Type | Name | Description | |
|---|---|---|---|
FActorPickingMode
(
const FActorModeParams& Params, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from ISceneOutlinerMode
| Type | Name | Description | |
|---|---|---|---|
| void | CreateViewContent
(
FMenuBuilder& MenuBuilder |
Fill the view button menu with content | |
| void | OnFilterTextCommited
(
FSceneOutlinerItemSelection& Selection, |
Allow the user to commit their selection by pressing enter if it is valid | |
| void | OnItemSelectionChanged
(
FSceneOutlinerTreeItemPtr Item, |
Called by the outliner when an item is selected in the tree. | |
| bool | Does the mode want to display a view button | ||
| void | Don't synchronize world selection. |