Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/FSimpleQuery
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
IsSubjectOf(RelationTypeHandle)
Description
============================================================================ Relation Conditions
Filter to rows that are subjects in relations of the given type. E.g., IsSubjectOf(SubclassOfType) finds all rows that inherit from something.
| Name | IsSubjectOf |
| 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 |
FSimpleQuery & IsSubjectOf
(
RelationTypeHandle RelationType
)
IsSubjectOf(RelationTypeHandle, RowHandle)
Description
Filter to rows that are subjects in relations of the given type where the object is the specified row. E.g., IsSubjectOf(SubclassOfType, UObject) finds direct subclasses of UObject.
| Name | IsSubjectOf |
| 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 |
FSimpleQuery & IsSubjectOf
(
RelationTypeHandle RelationType,
RowHandle Object
)