| bForceShowParents |
bool |
If true, parent nodes will be remain visible if a child passes all filters even if the parent fails a filter. |
TedsOutlinerImpl.h |
|
| bShowRowHandleColumn |
bool |
If true, this Outliner will include a column for row handle. |
TedsOutlinerImpl.h |
|
| bUseDefaultObservers |
bool |
If true, the Teds Outliner will create observers to track addition/removal of rows and update the Outliner. |
TedsOutlinerImpl.h |
|
| bUseDefaultTedsFilters |
bool |
If true, this Outliner will automatically add all TEDS tags and columns as filters. |
TedsOutlinerImpl.h |
|
| CellWidgetPurpose |
DataStorage::IUiProvider::FPurposeID |
The purpose to use when generating widgets for row/column pairs through TEDS UI. |
TedsOutlinerImpl.h |
|
| FilterQueries |
TMap< FName, const DataStorage::FQueryDescription > |
TEDS queries that will be used to create filters in this Outliner TEDS-Outliner TODO: Can we consolidate this with the SceneOutliner API to create filters? Currently has to be separate because FTEDSOutlinerFilter needs a reference to the mode which is not possible since filters with the Outliner API are added before the mode is init |
TedsOutlinerImpl.h |
|
| HeaderWidgetPurpose |
DataStorage::IUiProvider::FPurposeID |
The purpose to use when generating widgets for column headers through TEDS UI. |
TedsOutlinerImpl.h |
|
| HierarchyData |
TOptional< FTedsOutlinerHierarchyData > |
If specified, this is how the TEDS Outliner will handle hierarchies. |
TedsOutlinerImpl.h |
|
| LabelWidgetPurpose |
DataStorage::IUiProvider::FPurposeID |
The purpose to use when generating widgets for the "Item Label" column through TEDS UI. |
TedsOutlinerImpl.h |
|
| QueryDescription |
TAttribute< DataStorage::FQueryDescription > |
The query description that will be used to populate rows in the TEDS-Outliner. |
TedsOutlinerImpl.h |
|
| SceneOutliner |
SSceneOutliner * |
|
TedsOutlinerImpl.h |
|
| SelectionSetOverride |
TOptional< FName > |
The selection set to use for this Outliner, unset = don't propagate tree selection to the TEDS column. |
TedsOutlinerImpl.h |
|