UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AssetRegistryHelpers.h File Reference
#include "AssetRegistry/ARFilter.h"
#include "AssetRegistry/AssetData.h"
#include "AssetRegistry/IAssetRegistry.h"
#include "Containers/Array.h"
#include "Containers/Set.h"
#include "Containers/UnrealString.h"
#include "Delegates/Delegate.h"
#include "UObject/NameTypes.h"
#include "UObject/Object.h"
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptInterface.h"
#include "UObject/SoftObjectPath.h"
#include "UObject/UObjectGlobals.h"
#include "Containers/ArrayView.h"
#include "AssetRegistryHelpers.generated.h"

Go to the source code of this file.

Classes

struct  FTagAndValue
 
class  UAssetRegistryHelpers
 
struct  UAssetRegistryHelpers::FTemporaryCachingModeScope
 

Enumerations

enum class  EAssetRegistrySortOrder : uint8 { Ascending , Descending }
 
enum class  EAssetsWithOuterForPathsFlags {
  None = 0 , RecursivePaths = (1 << 0) , IncludeOnlyOnDiskAsset = (1 << 1) , ExactOuter = (1 << 2) ,
  ScanPaths = (1 << 3)
}
 

Functions

 ENUM_CLASS_FLAGS (EAssetsWithOuterForPathsFlags)
 

Enumeration Type Documentation

◆ EAssetRegistrySortOrder

Enumerator
Ascending 
Descending 

◆ EAssetsWithOuterForPathsFlags

Enumerator
None 
RecursivePaths 
IncludeOnlyOnDiskAsset 
ExactOuter 
ScanPaths 

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( EAssetsWithOuterForPathsFlags  )