GetDependencies

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

GetDependencies

(
    const FAssetIdentifier& AssetIdent...,
    TArray< FAssetIdentifier >& OutDep...,
    EAssetRegistryDependencyType::Type ...
)

Gets a list of packages and searchable names that are referenced by the supplied package or name.

Public function Const

bool

 

GetDependencies

(
    FName PackageName,
    TArray< FName >& OutDependencies,
    EAssetRegistryDependencyType::Type ...
)

Gets a list of paths to objects that are referenced by the supplied package.

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