IAssetRegistryInterface::GetDependencies

Lookup dependencies for the given package name and fill OutDependencies with direct dependencies

Windows
MacOS
Linux

Override Hierarchy

IAssetRegistryInterface::GetDependencies()

FAssetRegistryModule::GetDependencies()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Misc/AssetRegistryInterface.h

Include

#include "Misc/AssetRegistryInterface.h"

Syntax

void GetDependencies
(
    FName InPackageName,
    TArray< FName > & OutDependencies,
    EAssetRegistryDependencyType::Type InDependencyType
)

Remarks

Lookup dependencies for the given package name and fill OutDependencies with direct dependencies

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss