| ActiveSortMode |
EColumnSortMode::Type |
|
SAnimAttributeView.h |
|
| AttributeListView |
TSharedPtr< SListView< TSharedPtr< FAnimAttributeEntry > > > |
List view |
SAnimAttributeView.h |
|
| bShouldRefreshListView |
bool |
|
SAnimAttributeView.h |
|
| bShouldRefreshValueView |
bool |
|
SAnimAttributeView.h |
|
| CachedAttributeIdentifierLists |
TArray< TTuple< FName, TArray< FAnimationAttributeIdentifier > > > |
Cache all attributes in the attribute container that the list view is observing such that we can use it to detect if a change to the attribute container occured and refresh the list accordingly |
SAnimAttributeView.h |
|
| CachedAttributeSnapshotMap |
TMap< FAnimationAttributeIdentifier, TArray< FName > > |
For each attribute, save the name of the attribute container snapshot that contains it |
SAnimAttributeView.h |
|
| CachedNumSnapshots |
int32 |
|
SAnimAttributeView.h |
|
| CachedSnapshotNameIndexMap |
TMap< FName, int32 > |
|
SAnimAttributeView.h |
|
| ColumnIdToSort |
FName |
|
SAnimAttributeView.h |
|
| FilteredAttributeEntries |
TArray< TSharedPtr< FAnimAttributeEntry > > |
Attributes to be displayed |
SAnimAttributeView.h |
|
| FilterText |
FString |
|
SAnimAttributeView.h |
|
| HeaderRow |
TSharedPtr< SHeaderRow > |
|
SAnimAttributeView.h |
|
| OnGetAttributeSnapshotColumnDisplayName |
FOnGetAttributeSnapshotColumnDisplayName |
|
SAnimAttributeView.h |
|
| SelectedAttribute |
TOptional< FAnimAttributeEntry > |
|
SAnimAttributeView.h |
|
| SelectedAttributeSnapshotValueViews |
TArray< FAttributeValueView > |
|
SAnimAttributeView.h |
|
| SnapshotColumnLabelOverride |
TAttribute< FText > |
|
SAnimAttributeView.h |
|
| ValueViewBox |
TSharedPtr< SScrollBox > |
Value view |
SAnimAttributeView.h |
|