Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
| Name | FSimpleQuery |
| Type | class |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Framework/TypedElementQueryBuilder.h |
| Include Path | #include "Elements/Framework/TypedElementQueryBuilder.h" |
Syntax
class FSimpleQuery
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSimpleQuery
(
FQueryDescription* Query |
Simple Query | 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 |
|---|---|---|---|
FSimpleQuery & All
(
const FName& Tag, |
Adds a filter to the query which must match a given ValueTag. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & All
(
const UEnum& Enum, |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & All
(
const FValueTag& Tag, |
Adds a filter to the query which must match a given ValueTag. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & All
(
EnumT EnumValue |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & All
(
const FName& Tag |
Adds a filter to the query which must match a given ValueTag. The value of the DynamicTag will not be checked. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & All
(
const FName& |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & All
(
const FDynamicColumnDescription& Description |
Dynamic Column support. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & All
(
const UEnum& Enum |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & All
(
TConstArrayView< const UScriptStruct* > Targets |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & All
(
const FValueTag& Tag |
Value Tags | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & All () |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & All () |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & All () |
FSimpleQuery | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & All
(
const UScriptStruct* Target |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & Any () |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & Any
(
const FDynamicColumnDescription& Description |
Dynamic Column Support. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & Any
(
const FName& |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & Any
(
const FName& |
ValueTags not yet supported for Any. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & Any
(
const FName& |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & Any
(
TConstArrayView< const UScriptStruct* > Targets |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & Any
(
const UScriptStruct* Target |
Elements/Framework/TypedElementQueryBuilder.h | ||
FQueryDescription && Compile() |
Elements/Framework/TypedElementQueryBuilder.h | ||
FDependency DependsOn() |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & IsAncestorOf
(
RelationTypeHandle RelationType, |
Filter to rows that are ancestors of the specified descendant in the given hierarchical relation. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & IsDescendantOf
(
RelationTypeHandle RelationType, |
============================================================================ Hierarchy Conditions (for hierarchical relation types) | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & IsObjectOf
(
RelationTypeHandle RelationType |
Filter to rows that are objects in relations of the given type. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & IsObjectOf
(
RelationTypeHandle RelationType, |
Filter to rows that are objects in relations of the given type where the subject is the specified row. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & IsSubjectOf
(
RelationTypeHandle RelationType |
============================================================================ Relation Conditions | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & IsSubjectOf
(
RelationTypeHandle RelationType, |
Filter to rows that are subjects in relations of the given type where the object is the specified row. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & None () |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & None
(
const UScriptStruct* Target |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & None
(
TConstArrayView< const UScriptStruct* > Targets |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & None
(
const FName& Tag |
ValueTags not yet supported for None. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & None
(
const FDynamicColumnDescription& Description |
Dynamic Column Support. | Elements/Framework/TypedElementQueryBuilder.h | |
FSimpleQuery & None
(
const FName& |
Elements/Framework/TypedElementQueryBuilder.h | ||
FSimpleQuery & None
(
const FName& Tag, |
Elements/Framework/TypedElementQueryBuilder.h |