Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/Select
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Request read-only access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h | ||
| Elements/Framework/TypedElementQueryBuilder.h | |||
Select & ReadOnly
(
const UScriptStruct* Target |
Request read-only access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h | |
Select & ReadOnly
(
TConstArrayView< const UScriptStruct* > Targets |
Request read-only access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h | |
Select & ReadOnly
(
const FDynamicColumnDescription& Description |
Elements/Framework/TypedElementQueryBuilder.h | ||
| Request read-only access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h | ||
| Elements/Framework/TypedElementQueryBuilder.h | |||
Select & ReadOnly
(
const UScriptStruct* Target, |
Request read-only access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h | |
Select & ReadOnly
(
TConstArrayView< const UScriptStruct* > Targets, |
Request read-only access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h |
ReadOnly()
Description
Request read-only access to the listed columns.
| Name | ReadOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.h |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.inl |
template<TDataColumnType... TargetTypes>
Select & ReadOnly()
ReadOnly()
| Name | ReadOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.h |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.h" |
template<TDynamicColumnTemplate Target>
Select & ReadOnly()
ReadOnly(const UScriptStruct *)
Description
Request read-only access to the listed columns.
| Name | ReadOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.h |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/Elements/Framework/TypedElementQueryBuilder.cpp |
Select & ReadOnly
(
const UScriptStruct * Target
)
ReadOnly(TConstArrayView< const UScriptStruct * >)
Description
Request read-only access to the listed columns.
| Name | ReadOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.h |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/Elements/Framework/TypedElementQueryBuilder.cpp |
Select & ReadOnly
(
TConstArrayView< const UScriptStruct * > Targets
)
ReadOnly(const FDynamicColumnDescription &)
| Name | ReadOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.h |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/Elements/Framework/TypedElementQueryBuilder.cpp |
Select & ReadOnly
(
const FDynamicColumnDescription & Description
)
ReadOnly(EOptional)
Description
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.
| Name | ReadOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.h |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.inl |
template<TDataColumnType... TargetTypes>
Select & ReadOnly
(
EOptional Optional
)
ReadOnly(const FName &)
| Name | ReadOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.h |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.inl |
template<TDynamicColumnTemplate Target>
Select & ReadOnly
(
const FName & Identifier
)
ReadOnly(const UScriptStruct *, EOptional)
Description
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.
| Name | ReadOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.h |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/Elements/Framework/TypedElementQueryBuilder.cpp |
Select & ReadOnly
(
const UScriptStruct * Target,
EOptional Optional
)
ReadOnly(TConstArrayView< const UScriptStruct * >, EOptional)
Description
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.
| Name | ReadOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.h |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.h" |
| Source | /Engine/Source/Runtime/TypedElementFramework/Private/Elements/Framework/TypedElementQueryBuilder.cpp |
Select & ReadOnly
(
TConstArrayView< const UScriptStruct * > Targets,
EOptional Optional
)