Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FQueryDescription
Specifies the role a row plays in a relation.
| Name | ERelationRole |
| Type | enum |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/Queries/Description.h |
| Include Path | #include "DataStorage/Queries/Description.h" |
Syntax
enum ERelationRole
{
Subject,
Object,
}
Values
| Name | Remarks |
|---|---|
| Subject | The "from" / "child" side of a relation |
| Object | The "to" / "parent" side of a relation |