Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/IQueryContext
Description
Returns a list of dependencies or nullptrs if a dependency wasn't found. Mutable versions are return and it's up to the caller to not change immutable dependencies.
Derived Overrides
| Name | GetDependencies |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementQueryStorageInterfaces.h |
| Include Path | #include "Elements/Interfaces/TypedElementQueryStorageInterfaces.h" |
void GetDependencies
(
TArrayView < UObject * > RetrievedAddresses,
TConstArrayView< TWeakObjectPtr < const UClass > > DependencyTypes,
TConstArrayView< EQueryAccessType > AccessTypes
)