SSceneOutliner::AddColumn

Add or replace a column of the scene outliner Note: The column id must match the id of the column returned by the factory

Windows
MacOS
Linux

Override Hierarchy

ISceneOutliner::AddColumn()

SSceneOutliner::AddColumn()

References

Module

SceneOutliner

Header

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

Include

#include "SSceneOutliner.h"

Source

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

Syntax

virtual void AddColumn
(
    FName ColumId,
    const SceneOutliner::FColumnInfo & ColumInfo
)

Remarks

Add or replace a column of the scene outliner Note: 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