FSceneOutlinerModule

Implements the Scene Outliner module.

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

FSceneOutlinerModule

References

Module

SceneOutliner

Header

/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerModule.h

Include

#include "SceneOutlinerModule.h"

Syntax

class FSceneOutlinerModule : public IModuleInterface

Remarks

Implements the Scene Outliner module.

Variables

Name Description

Public variable

TMap< FName, Sc...

 

DefaultColumnMap

Map of column type name -> default column info

Public variable

TMap< FName, Sc...

 

OutlinerFilterInfoMap

Additional outliner filters

Functions

Name Description

Public function Virtual Const

TSharedRef< ...

 

CreateCustomSceneOutliner

Creates a custom scene outliner widget

Public function Virtual Const

TSharedRef< ...

 

CreateSceneOutliner

(
    const SceneOutliner::FInitializatio...,
    const FOnActorPicked& OnActorPicke...
)

Creates a scene outliner widget

Public function Virtual Const

TSharedRef< ...

 

CreateSceneOutliner

(
    const SceneOutliner::FInitializatio...,
    const FOnSceneOutlinerItemPicked& ...
)

Creates a scene outliner widget

Public function Const

TSharedPtr< ...

 

FactoryColumn

(
    FName ID,
    ISceneOutliner& Outliner
)

Factory a new column from the specified name.

Public function

void

 

RegisterColumnType()

Register a new type of column available to all scene outliners

Public function

void

 

RegisterDefaultColumnType

Register a new type of default column available to all scene outliners

Public function

void

 

UnRegisterColumnType()

Unregister a previously registered column type

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the module is unloaded, right before the module object is destroyed.

Public function Virtual

void

 

StartupModule()

Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss