SSceneOutliner::Construct

Construct this widget. Called by the SNew()Slate macro.

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

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

Include

#include "SSceneOutliner.h"

Source

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

Syntax

void Construct
(
    const FArguments & InArgs,
    const FInitializationOptions & InitOptions
)

Remarks

Construct this widget. Called by the SNew()Slate macro.

Parameters

Parameter

Description

InArgs

Declaration used by the SNew() macro to construct this widget

InitOptions

Programmer-driven initialization options for this widget

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