Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FQueryDescription
Condition for filtering rows by their participation in relations. If TargetRow is set, only matches relations with that specific counterpart.
| Name | FRelationCondition |
| Type | struct |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/Queries/Description.h |
| Include Path | #include "DataStorage/Queries/Description.h" |
Syntax
struct FRelationCondition
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RelationType | RelationTypeHandle | The relation type to filter by | DataStorage/Queries/Description.h | |
| Role | ERelationRole | Whether we're looking for rows as subjects or objects of the relation | DataStorage/Queries/Description.h | |
| TargetRow | RowHandle | Optional: If set, only match relations where the counterpart is this specific row | DataStorage/Queries/Description.h |