FSceneOutlinerModule::FactoryColumn

Factory a new column from the specified name.

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

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

Include

#include "SceneOutlinerModule.h"

Syntax

TSharedPtr< ISceneOutlinerColumn > FactoryColumn
(
    FName ID,
    ISceneOutliner & Outliner
) const

Remarks

Factory a new column from the specified name. Returns null if no type has been registered under that name.

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