Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/ISceneOutliner
- ISceneOutliner::AddColumn()
- SSceneOutliner::AddColumn()
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/ISceneOutliner.h |
| Include | #include "ISceneOutliner.h" |
void AddColumn
&40;
FName ColumnId,
const FSceneOutlinerColumnInfo & ColumnInfo
&41;
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
| Name | Description |
|---|---|
| ColumnId | The id of the column to add |
| ColumInfo | The struct that contains the information on how to present and retrieve the column |