Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/Elements
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FColumnBase | ||
![]() |
FConditions | Product of boolean combination of multiple columns. | |
![]() |
FDynamicColumnDescription | ||
![]() ![]() |
FEditorDataStorageColumn | Base for the data structures for a column. | |
![]() ![]() |
FEditorDataStorageTag | Base for the data structures that act as tags to rows. Tags should not have any data. | |
![]() |
FEditorStorageQueryConditionCompileContext | Specialized compile context that accepts an IEditorDataStorageProvider | |
![]() |
FQueryDescription | ||
![]() |
FQueryResult | ||
![]() ![]() |
FTedsRowHandle | FTedsRowHandle is a strongly typed wrapper around UE::Editor::DataStorage::RowHandle and should only be used in cases where you need the extra info. | |
![]() |
FValueTag | Defines a dynamic type for a value tag Example: FValueTag ColorTagType(TEXT("Color")); FValueTag DirectionTagType(TEXT("Direction")); A value tag can take on different values for each type. | |
![]() |
IQueryConditionCompileContext | Compile Context used to resolve dynamic columns when FConditions are compiled | |
![]() |
TColumn |
Constants
Name | Description |
---|---|
UE::Editor::DataStorage::InvalidQueryHandle | |
UE::Editor::DataStorage::InvalidRowHandle | |
UE::Editor::DataStorage::InvalidTableHandle |
Typedefs
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
UE::Editor::DataStorage::EExecutionMode | Implementations | |
![]() |
UE::Editor::DataStorage::EQueryAccessType | Implementations | |
![]() |
UE::Editor::DataStorage::EQueryCallbackType | Implementations | |
![]() |
UE::Editor::DataStorage::EQueryDependencyFlags | Implementations | |
![]() |
UE::Editor::DataStorage::EQueryTickGroups | Implementations | |
![]() |
UE::Editor::DataStorage::EQueryTickPhase | Implementations |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
const T * | UE::Editor::DataStorage::GetDataStorageFeature
(
const FName InName |
|
![]() |
T * | UE::Editor::DataStorage::GetMutableDataStorageFeature
(
const FName InName |