Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc
Inheritance Hierarchy
- IAssetRegistryInterface
- FAssetRegistryModule
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/AssetRegistryInterface.h |
Include | #include "Misc/AssetRegistryInterface.h" |
Syntax
class IAssetRegistryInterface
Remarks
Asset Registry module interface
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | GetDependencies
(
FName InPackageName, |
Lookup dependencies for the given package name and fill OutDependencies with direct dependencies |
![]() ![]() |
IAssetRegistryInterface * | GetPtr () |
Tries to gets a pointer to the active AssetRegistryInterface implementation. |
![]() ![]() |
UE::AssetRegistry::EExists | TryGetAssetByObjectPath
(
const FSoftObjectPath& ObjectPath, |
Tries to get the asset data for the specified object path |
![]() ![]() |
UE::AssetRegistry::EExists | TryGetAssetPackageData
(
FName PackageName, |
Tries to get the pacakge data for a specified path |
Constants
Name | Description |
---|---|
Default |