Navigation
API > API/Editor > API/Editor/SceneOutliner
Inheritance Hierarchy
- ISceneOutlinerMode
- FActorMode
- FActorFolderPickingMode
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/ActorFolderPickingMode.h |
| Include | #include "ActorFolderPickingMode.h" |
Syntax
class FActorFolderPickingMode : public FActorMode
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnSceneOutlinerItemPicked | OnItemPicked | Delegate to call when an item is picked | |
| FFolder::FRootObject | RootObject |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FActorFolderPickingMode
(
SSceneOutliner* InSceneOutliner, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from ISceneOutlinerMode
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< ISceneOutlinerHierarchy > | |||
| void | CreateViewContent
(
FMenuBuilder& MenuBuilder |
Fill the view button menu with content | |
| void | OnFilterTextCommited
(
FSceneOutlinerItemSelection& Selection, |
Begin ISceneOutlinerMode Implementation | |
| void | OnItemSelectionChanged
(
FSceneOutlinerTreeItemPtr Item, |
Called by the outliner when an item is selected in the tree. | |
| bool | Should folders be shown in the outliner | ||
| bool | Does the mode want to display a view button |