FSceneOutlinerModule::CreateSceneOutliner

Creates a 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< ISceneOutliner > CreateSceneOutliner
(
    const SceneOutliner::FInitializationOptions & InitOptions,
    const FOnActorPicked & OnActorPickedDelegate
) const

Remarks

Creates a scene outliner widget

Returns

New scene outliner widget

Parameters

Parameter

Description

InitOptions

Programmer-driven configuration for this widget instance

MakeContentMenuWidgetDelegate

Optional delegate to execute to build a context menu when right clicking on actors

OnActorPickedDelegate

Optional callback when an actor is selected in 'actor picking' mode

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