Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/ICommonQueryContext
Description
Establishes a parent relationship between the Target row and a Parent that is not registered in TEDS yet. Every frame, TEDS will attempt to resolve the missing relation by looking up the parent using TEDS Mapping. An optional MaxFrameCount can be specified, which will be decremented every frame until the potential relationship is discarded
| Name | SetUnresolvedParent |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void SetUnresolvedParent
(
RowHandle Target,
FMapKey ParentId,
FName MappingDomain
)