UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ARFilter.cpp File Reference

Classes

struct  FOptionalFStringIgnoreCaseLess
 

Namespaces

namespace  UE
 
namespace  UE::AssetRegistry
 
namespace  Algo
 

Functions

template<typename InAT , typename InBT , typename LessThanType >
constexpr int Algo::CompareAsInt (InAT &&InputA, InBT &&InputB, LessThanType LessThan)
 
template<typename MapType , typename KeyLessThanType , typename ValueLessThanType >
int Algo::CompareMultiMap (const MapType &A, const MapType &B, KeyLessThanType KeyLessThan, ValueLessThanType ValueLessThan)
 
bool LoadFromCompactBinary (FCbFieldView Field, FSoftObjectPath &SoftObjectPath)
 
uint32 UE::AssetRegistry::GetTypeHash (const FARFilter &Filter)
 
FARFilter UE::AssetRegistry::ConvertToNonCompiledFilter (const FARCompiledFilter &CompiledFilter)
 

Variables

constexpr int32 UE::AssetRegistry::FARCompactBinaryVersion = 1
 

Function Documentation

◆ LoadFromCompactBinary()

bool LoadFromCompactBinary ( FCbFieldView  Field,
FSoftObjectPath SoftObjectPath 
)