FSceneOutlinerModule::CreateCustomSceneOutliner

Creates a custom scene outliner widget

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

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

Include

#include "SceneOutlinerModule.h"

Source

/Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerModule.cpp

Syntax

virtual TSharedRef< ICustomSceneOutliner > CreateCustomSceneOutliner
(
    SceneOutliner::FInitializationOptions & InitOptions
) const

Remarks

Creates a custom scene outliner widget

Returns

New custom scene outliner widget

Parameters

Parameter

Description

InitOptions

Programmer-driven configuration for this widget instance. Know that the mode will always be converted to custom.

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