![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "AssetRegistry/ARFilter.h"#include "Algo/Compare.h"#include "Serialization/CompactBinarySerialization.h"#include "Serialization/CompactBinaryWriter.h"#include "Templates/UnrealTemplate.h"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 |
| bool LoadFromCompactBinary | ( | FCbFieldView | Field, |
| FSoftObjectPath & | SoftObjectPath | ||
| ) |