Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
Explicitly not following the naming convention in order to present this as a query that can be read as such.
| Name | Select |
| Type | class |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.h |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.h" |
Syntax
class Select
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
Select () |
Elements/Framework/TypedElementQueryBuilder.h | ||
| Select the columns to operate one, giving read - only or read / write access. | Elements/Framework/TypedElementQueryBuilder.h | ||
| Select the columns to operate one, giving read - only or read / write access. | Elements/Framework/TypedElementQueryBuilder.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Query | FQueryDescription | Elements/Framework/TypedElementQueryBuilder.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Elements/Framework/TypedElementQueryBuilder.h | |||
FQueryDescription && Compile() |
Elements/Framework/TypedElementQueryBuilder.h | ||
FDependency DependsOn() |
Elements/Framework/TypedElementQueryBuilder.h | ||
Select & ReadOnly
(
const UScriptStruct* Target, |
Request read-only access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h | |
| Elements/Framework/TypedElementQueryBuilder.h | |||
| Request read-only access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h | ||
Select & ReadOnly
(
const FDynamicColumnDescription& Description |
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 UScriptStruct* Target |
Request read-only access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h | |
| Elements/Framework/TypedElementQueryBuilder.h | |||
| 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 | |
| Request read and write access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h | ||
| Elements/Framework/TypedElementQueryBuilder.h | |||
Select & ReadWrite
(
const UScriptStruct* Target |
Request read and write access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h | |
Select & ReadWrite
(
TConstArrayView< const UScriptStruct* > Targets |
Request read and write access to the listed columns. | Elements/Framework/TypedElementQueryBuilder.h | |
Select & ReadWrite
(
const FDynamicColumnDescription& Description |
Elements/Framework/TypedElementQueryBuilder.h | ||
| Elements/Framework/TypedElementQueryBuilder.h | |||
| Elements/Framework/TypedElementQueryBuilder.h | |||
FQueryConditionQuery Where
(
const Queries::FConditions& Condition |
Query Condition API. | Elements/Framework/TypedElementQueryBuilder.h |