#include <TypedElementQueryBuilder.h>
|
| TYPEDELEMENTFRAMEWORK_API | Select () |
| |
| template<typename CallbackType , typename Function > |
| | Select (FName Name, const CallbackType &Type, Function &&Callback) |
| |
| template<typename CallbackType , typename Class , typename Function > |
| | Select (FName Name, const CallbackType &Type, Class *Instance, Function &&Callback) |
| |
| template<TDataColumnType... TargetTypes> |
| Select & | ReadOnly () |
| |
| TYPEDELEMENTFRAMEWORK_API Select & | ReadOnly (const UScriptStruct *Target) |
| |
| TYPEDELEMENTFRAMEWORK_API Select & | ReadOnly (TConstArrayView< const UScriptStruct * > Targets) |
| |
| TYPEDELEMENTFRAMEWORK_API Select & | ReadOnly (const FDynamicColumnDescription &Description) |
| |
| template<TDataColumnType... TargetTypes> |
| Select & | ReadOnly (EOptional Optional) |
| |
| TYPEDELEMENTFRAMEWORK_API Select & | ReadOnly (const UScriptStruct *Target, EOptional Optional) |
| |
| TYPEDELEMENTFRAMEWORK_API Select & | ReadOnly (TConstArrayView< const UScriptStruct * > Targets, EOptional Optional) |
| |
| template<TDynamicColumnTemplate Target> |
| Select & | ReadOnly (const FName &Identifier) |
| |
| template<TDynamicColumnTemplate Target> |
| Select & | ReadOnly () |
| |
| template<TDataColumnType... TargetTypes> |
| Select & | ReadWrite () |
| |
| TYPEDELEMENTFRAMEWORK_API Select & | ReadWrite (const UScriptStruct *Target) |
| |
| TYPEDELEMENTFRAMEWORK_API Select & | ReadWrite (TConstArrayView< const UScriptStruct * > Targets) |
| |
| TYPEDELEMENTFRAMEWORK_API Select & | ReadWrite (const FDynamicColumnDescription &Description) |
| |
| template<TDynamicColumnTemplate Target> |
| Select & | ReadWrite (const FName &Identifier) |
| |
| template<TDynamicColumnTemplate Target> |
| Select & | ReadWrite () |
| |
| TYPEDELEMENTFRAMEWORK_API FQueryConditionQuery | Where (const Queries::FConditions &Condition) |
| |
| TYPEDELEMENTFRAMEWORK_API FQueryDescription && | Compile () |
| |
| TYPEDELEMENTFRAMEWORK_API FSimpleQuery | Where () |
| |
| TYPEDELEMENTFRAMEWORK_API FDependency | DependsOn () |
| |
| TYPEDELEMENTFRAMEWORK_API Select & | AccessesHierarchy (const FName &HierarchyName) |
| |
◆ Select() [1/3]
| UE::Editor::DataStorage::Queries::Select::Select |
( |
| ) |
|
◆ Select() [2/3]
Select the columns to operate one, giving read - only or read / write access.
◆ Select() [3/3]
Select the columns to operate one, giving read - only or read / write access.
◆ AccessesHierarchy()
| Select & UE::Editor::DataStorage::Queries::Select::AccessesHierarchy |
( |
const FName & |
HierarchyName | ) |
|
◆ Compile()
◆ DependsOn()
| FDependency UE::Editor::DataStorage::Queries::Select::DependsOn |
( |
| ) |
|
◆ ReadOnly() [1/9]
template<TDataColumnType... TargetTypes>
| Select & UE::Editor::DataStorage::Queries::Select::ReadOnly |
( |
| ) |
|
Request read-only access to the listed columns.
◆ ReadOnly() [2/9]
template<TDynamicColumnTemplate Target>
| Select & UE::Editor::DataStorage::Queries::Select::ReadOnly |
( |
| ) |
|
◆ ReadOnly() [3/9]
◆ ReadOnly() [4/9]
template<TDynamicColumnTemplate Target>
| Select & UE::Editor::DataStorage::Queries::Select::ReadOnly |
( |
const FName & |
Identifier | ) |
|
◆ ReadOnly() [5/9]
Request read-only access to the listed columns.
◆ ReadOnly() [6/9]
Request read-only access to the listed columns. If optional is true read access will be given if the column is in the table but it will not be used for finding matching tables. Columns bound with optional can not be bound to a query callback argument.
◆ ReadOnly() [7/9]
template<TDataColumnType... TargetTypes>
| Select & UE::Editor::DataStorage::Queries::Select::ReadOnly |
( |
EOptional |
Optional | ) |
|
Request read-only access to the listed columns. If optional is true read access will be given if the column is in the table but it will not be used for finding matching tables. Columns bound with optional can not be bound to a query callback argument.
◆ ReadOnly() [8/9]
Request read-only access to the listed columns.
◆ ReadOnly() [9/9]
Request read-only access to the listed columns. If optional is true read access will be given if the column is in the table but it will not be used for finding matching tables. Columns bound with optional can not be bound to a query callback argument.
◆ ReadWrite() [1/6]
template<TDataColumnType... TargetTypes>
| Select & UE::Editor::DataStorage::Queries::Select::ReadWrite |
( |
| ) |
|
Request read and write access to the listed columns.
◆ ReadWrite() [2/6]
template<TDynamicColumnTemplate Target>
| Select & UE::Editor::DataStorage::Queries::Select::ReadWrite |
( |
| ) |
|
◆ ReadWrite() [3/6]
◆ ReadWrite() [4/6]
template<TDynamicColumnTemplate Target>
| Select & UE::Editor::DataStorage::Queries::Select::ReadWrite |
( |
const FName & |
Identifier | ) |
|
◆ ReadWrite() [5/6]
Request read and write access to the listed columns.
◆ ReadWrite() [6/6]
Request read and write access to the listed columns.
◆ Where() [1/2]
| FSimpleQuery UE::Editor::DataStorage::Queries::Select::Where |
( |
| ) |
|
◆ Where() [2/2]
The documentation for this class was generated from the following files: