GetDependencies

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

bool

 

GetDependencies

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

Use GetDependencies that takes a UE::AssetRegistry::EDependencyCategory instead

Public function Const

bool

 

GetDependencies

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

Use GetDependencies that takes a UE::AssetRegistry::EDependencyCategory instead

Public function Const

bool

 

GetDependencies

(
    const FAssetIdentifier& AssetIdent...,
    TArray< FAssetIdentifier >& OutDep...,
    UE::AssetRegistry::EDependencyCateg...,
    const UE::AssetRegistry::FDependenc...
)

Gets a list of AssetIdentifiers or FAssetDependencies that are referenced by the supplied AssetIdentifier.

Public function Const

bool

 

GetDependencies

(
    const FAssetIdentifier& AssetIdent...,
    TArray< FAssetDependency >& OutDep...,
    UE::AssetRegistry::EDependencyCateg...,
    const UE::AssetRegistry::FDependenc...
)

Public function Const

bool

 

GetDependencies

(
    FName PackageName,
    TArray< FName >& OutDependencies,
    UE::AssetRegistry::EDependencyCateg...,
    const UE::AssetRegistry::FDependenc...
)

Gets a list of PackageNames that are referenced by the supplied package. (On disk references ONLY)

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