Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/FSceneOutlinerModule
Description
Factory a new column from the specified name. Returns null if no type has been registered under that name.
| Name | FactoryColumn |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerModule.h |
| Include Path | #include "SceneOutlinerModule.h" |
TSharedPtr< ISceneOutlinerColumn > FactoryColumn
(
FName ID,
ISceneOutliner & Outliner
) const