IAssetRegistryInterface

Asset Registry module interface

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

IAssetRegistryInterface

FAssetRegistryModule

References

Module

CoreUObject

Header

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

Include

#include "Misc/AssetRegistryInterface.h"

Syntax

class IAssetRegistryInterface : public IModuleInterface

Remarks

Asset Registry module interface

Functions

Name Description

Public function

void

 

GetDependencies

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

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

Public function Static

IAssetRegist...

 

GetPtr()

Tries to gets a pointer to the active AssetRegistryInterface implementation.

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