ISceneOutliner::AddColumn

Add or replace a column of the scene outliner

Windows
MacOS
Linux

Override Hierarchy

ISceneOutliner::AddColumn()

SSceneOutliner::AddColumn()

References

Module

SceneOutliner

Header

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

Include

#include "ISceneOutliner.h"

Syntax

void AddColumn
(
    FName ColumnId,
    const SceneOutliner::FColumnInfo & ColumnInfo
)

Remarks

Add or replace a column of the scene outliner

The column id must match the id of the column returned by the factory

Parameters

Parameter

Description

ColumnId

The id of the column to add

ColumInfo

The struct that contains the information on how to present and retrieve the column

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