Navigation
API > API/Plugins > API/Plugins/TedsOutliner
Implements the Scene Outliner module.
| Name | FTedsOutlinerModule |
| Type | class |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOutliner/Public/TedsOutlinerModule.h |
| Include Path | #include "TedsOutlinerModule.h" |
Syntax
class FTedsOutlinerModule : public IModuleInterface
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTedsOutlinerModule() |
TedsOutlinerModule.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LevelEditorTabManagerChangedHandle | FDelegateHandle | TedsOutlinerModule.h | ||
| TedsOutlinerTabName | FName | TedsOutlinerModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< ISceneOutliner > CreateTedsOutliner
(
const FSceneOutlinerInitializationOptions& InInitOptions, |
Creates a TEDS-Outliner widget | TedsOutlinerModule.h | |
virtual UE::Editor::DataStorage::QueryHandle GetLevelEditorTedsOutlinerColumnQuery() |
Get the column query the default table viewer uses. | TedsOutlinerModule.h | |
FName GetTedsOutlinerTabName() |
The name of the tab the default table viewer is opened in. | TedsOutlinerModule.h |
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
TedsOutlinerModule.h | ||
virtual void StartupModule() |
TedsOutlinerModule.h |