Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/IQueryContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RowHandle LookupMappedRow
(
const FMapKeyView& Index |
Elements/Interfaces/TypedElementQueryStorageInterfaces.h | ||
RowHandle LookupMappedRow
(
const FName& Domain, |
Retrieves the row for a mapped object in the provided domain. | Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
LookupMappedRow(const FMapKeyView &)
| Name | LookupMappedRow |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
RowHandle LookupMappedRow
(
const FMapKeyView & Index
) const
LookupMappedRow(const FName &, const FMapKeyView &)
Description
Retrieves the row for a mapped object in the provided domain. Returns an invalid row handle if the key wasn't found.
| Name | LookupMappedRow |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
RowHandle LookupMappedRow
(
const FName & Domain,
const FMapKeyView & Index
) const