UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCompiledAssetManagerSearchRules Struct Reference
+ Inheritance diagram for FCompiledAssetManagerSearchRules:

Public Member Functions

 FCompiledAssetManagerSearchRules (const FAssetManagerSearchRules &InRules)
 
bool PassesWildcardsAndDelegates (const FAssetData &AssetData, const UAssetManager *AssetManager) const
 
- Public Member Functions inherited from FAssetManagerSearchRules
ENGINE_API bool AreRulesSet () const
 

Public Attributes

TArray< FString > IncludeWildcards
 
TArray< FString > ExcludeWildcards
 
TArray< FTopLevelAssetPathAssetClassNames
 
TSet< FTopLevelAssetPathDerivedClassNames
 
bool bShouldCallDelegate
 
bool bShouldCheckWildcards
 
- Public Attributes inherited from FAssetManagerSearchRules
TArray< FString > AssetScanPaths
 
TArray< FString > IncludePatterns
 
TArray< FString > ExcludePatterns
 
TObjectPtr< UClassAssetBaseClass = nullptr
 
bool bHasBlueprintClasses = false
 
bool bForceSynchronousScan = false
 
bool bSkipVirtualPathExpansion = false
 
bool bSkipManagerIncludeCheck = false
 
FAssetManagerShouldIncludeDelegate ShouldIncludeDelegate
 

Detailed Description

Version of rules with cached data

Constructor & Destructor Documentation

◆ FCompiledAssetManagerSearchRules()

FCompiledAssetManagerSearchRules::FCompiledAssetManagerSearchRules ( const FAssetManagerSearchRules InRules)
inline

Member Function Documentation

◆ PassesWildcardsAndDelegates()

bool FCompiledAssetManagerSearchRules::PassesWildcardsAndDelegates ( const FAssetData AssetData,
const UAssetManager AssetManager 
) const
inline

Member Data Documentation

◆ AssetClassNames

TArray<FTopLevelAssetPath> FCompiledAssetManagerSearchRules::AssetClassNames

◆ bShouldCallDelegate

bool FCompiledAssetManagerSearchRules::bShouldCallDelegate

◆ bShouldCheckWildcards

bool FCompiledAssetManagerSearchRules::bShouldCheckWildcards

◆ DerivedClassNames

TSet<FTopLevelAssetPath> FCompiledAssetManagerSearchRules::DerivedClassNames

◆ ExcludeWildcards

TArray<FString> FCompiledAssetManagerSearchRules::ExcludeWildcards

◆ IncludeWildcards

TArray<FString> FCompiledAssetManagerSearchRules::IncludeWildcards

The documentation for this struct was generated from the following file: