IAssetRegistryInterface::GetDependenciesDeprecated

This function is a workaround for platforms that don't support disable of deprecation warnings on override functions

Windows
MacOS
Linux

Override Hierarchy

IAssetRegistryInterface::GetDependenciesDeprecated()

FAssetRegistryModule::GetDependenciesDeprecated()

References

Module

CoreUObject

Header

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

Include

#include "Misc/AssetRegistryInterface.h"

Syntax

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

Remarks

This function is a workaround for platforms that don't support disable of deprecation warnings on override functions

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