Navigation
API > API/Editor > API/Editor/SceneOutliner
Inheritance Hierarchy
- TSharedFromThis
- ISceneOutlinerColumn
- FTextInfoColumn
- FObjectMixerOutlinerTextInfoColumn
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerTextInfoColumn.h |
| Include | #include "SceneOutlinerTextInfoColumn.h" |
Syntax
class FTextInfoColumn : public ISceneOutlinerColumn
Remarks
A custom column for the SceneOutliner which is capable of displaying any text based information related to items Note: Only has support for text, any other requirements should have a custom column made
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTextInfoColumn
(
ISceneOutliner& Outliner, |
Constructor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ISceneOutlinerColumn > | CreateTextInfoColumn
(
ISceneOutliner& Outliner, |
Factory function to create a TextInfoColumn (This column is not registered by default because of it's requirements and therefore requires a factory!) |
Overridden from ISceneOutlinerColumn
| Type | Name | Description | |
|---|---|---|---|
| SHeaderRow::FColumn::FArguments | |||
| const TSharedRef< SWidget > | ConstructRowWidget
(
FSceneOutlinerTreeItemRef TreeItem, |
||
| FName | GetColumnID () |
||
| void | PopulateSearchStrings
(
const ISceneOutlinerTreeItem& Item, |
Optionally overridden interface methods | |
| void | SortItems
(
TArray< FSceneOutlinerTreeItemPtr >& RootItems, |
||
| bool |