Navigation
API > API/Plugins > API/Plugins/TedsOutliner
| |
|
| Name |
FTedsOutlinerColumnParams |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsOutliner/Public/TedsOutlinerImpl.h |
| Include Path |
#include "TedsOutlinerImpl.h" |
Syntax
struct FTedsOutlinerColumnParams
Constructors
Structs
| Name |
Remarks |
| FColumnPriorityRelation |
Defines possible relations between columns so they can specify the desired ordering. |
Enums
Public
| Name |
Remarks |
| EColumnPriorityGroup |
Defines the priority groups, where Left priority is ordered first and Right priority is ordered last || Left | Middle | Right || |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| InitialVisibility |
ESceneOutlinerColumnVisibility |
Visibility State of this column when the Outliner is Initialized (can change the visibility via the Header right-click menu) |
TedsOutlinerImpl.h |
|
| PriorityGroup |
EColumnPriorityGroup |
Priority Group this column belongs to, it will sort by relations in this group and have an adjusted priority value based on its group. |
TedsOutlinerImpl.h |
|
| PriorityRelation |
FColumnPriorityRelation |
Specifies if this column should appear before or after another column (must be in the same priority group). |
TedsOutlinerImpl.h |
|
Functions
Public