| AddObserverQuery |
TOptional< FQueryDescription > |
Additional queries that the TEDS Outliner will use to add or remove certain rows when the query is run. |
TedsOutlinerImpl.h |
|
| bForceShowParents |
bool |
If true, parent nodes will 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 |
|
| bShowViewButton |
bool |
If true, the Teds Outliner will create a view button (settings cog) pre-populated with hierarchy actions. |
TedsOutlinerImpl.h |
|
| bUseDefaultObservers |
bool |
If true, the Teds Outliner will create observers to track addition/removal of rows and update the Outliner. |
TedsOutlinerImpl.h |
|
| CellWidgetPurpose |
DataStorage::IUiProvider::FPurposeID |
The purpose to use when generating widgets for row/column pairs through TEDS UI. |
TedsOutlinerImpl.h |
|
| ColumnDescription |
FTedsOutlinerColumnDescription |
The columns to display in the TEDS Outliner and any additional metadata. |
TedsOutlinerImpl.h |
|
| ExpansionStateBridge |
FTedsOutlinerExpansionStateBridge |
Expansion state bridge (temporary) |
TedsOutlinerImpl.h |
|
| FilterCategoryMap |
TMap< FName, TArray< TSharedPtr< FFilterCategory > > > |
Additional categories for type filters. |
TedsOutlinerImpl.h |
|
| Filters |
TArray< TSharedPtr< FTedsOutlinerFilter > > |
TEDS Filters that utilize QueryDescriptions or QueryFunctions in this TEDS Outliner. |
TedsOutlinerImpl.h |
|
| HeaderWidgetPurpose |
DataStorage::IUiProvider::FPurposeID |
The purpose to use when generating widgets for column headers through TEDS UI. |
TedsOutlinerImpl.h |
|
| HierarchyData |
TSharedPtr< ITedsOutlinerHierarchyDataInterface > |
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 |
|
| OnCanPopulate |
FOnCanPopulate |
Delegate used by the SSceneOutliner to decide whether to populate. |
TedsOutlinerImpl.h |
|
| OnCustomAddToToolbar |
FOnCustomAddToToolbar |
Delegate fired by the mode's CustomAddToToolbar - extender adds widgets to the outliner toolbar. |
TedsOutlinerImpl.h |
|
| OnExtendOptionsMenu |
FOnExtendOptionsMenu |
Delegate for adding entries into the "Options" section of the View Menu. |
TedsOutlinerImpl.h |
|
| OnInitializeViewMenuExtender |
FOnExtendViewMenu |
Delegate for extending the View Menu with additional options. |
TedsOutlinerImpl.h |
|
| OnItemDoubleClick |
FOnOutlinerItemDoubleClick |
Delegate called before the default double-click behavior. Return true if handled. |
TedsOutlinerImpl.h |
|
| OnRegisterInteractiveFilters |
FOnRegisterInteractiveFilters |
Delegate invoked once after the outliner is constructed so callers can register interactive filters via SSceneOutliner::AddInteractiveFilter. |
TedsOutlinerImpl.h |
|
| QueryDescription |
DataStorage::FQueryDescription |
The query description that will be used to populate rows in the TEDS Outliner. |
TedsOutlinerImpl.h |
|
| RemoveObserverQuery |
TOptional< FQueryDescription > |
|
TedsOutlinerImpl.h |
|
| SceneOutliner |
SSceneOutliner * |
|
TedsOutlinerImpl.h |
|
| SelectionSet |
UTypedElementSelectionSet * |
|
TedsOutlinerImpl.h |
|
| ShowOptionsFilters |
TArray< TSharedPtr< FTedsOutlinerFilter > > |
TEDS Filters that populate the Show section of the settings menu: "Hide Components", etc. |
TedsOutlinerImpl.h |
|