Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc
References
| |
|
| Module |
CoreUObject |
| Header |
/Engine/Source/Runtime/CoreUObject/Public/Misc/AssetRegistryInterface.h |
| Include |
#include "Misc/AssetRegistryInterface.h" |
Syntax
namespace UE
{
namespace AssetRegistry
{
enum EEnumerateAssetsFlags
{
None = 0,
OnlyOnDiskAssets = (1 << 0),
AllowUnmountedPaths = (1 << 1),
AllowUnfilteredArAssets = (1 << 2),
}
}
}
Values
| Name |
Description |
| None |
|
| OnlyOnDiskAssets |
|
| AllowUnmountedPaths |
|
| AllowUnfilteredArAssets |
|