|
| FArchive & | operator<< (FArchive &Ar, FLegacyAssetRegistryExportPath &Path) |
| |
| uint32 | HashCaseSensitive (const TCHAR *Str, int32 Len) |
| |
| uint32 | HashCaseSensitive (const UTF8CHAR *Str, int32 Len) |
| |
| uint32 | HashCombineQuick (uint32 A, uint32 B) |
| |
| uint32 | HashCombineQuick (uint32 A, uint32 B, uint32 C) |
| |
| template<typename T > |
| TArrayView< T > | Slice (TArrayView< T > FullView, int32 SliceIndex, int32 SliceNum) |
| |
| bool | operator== (FMapHandle A, FMapHandle B) |
| |
| template<class CharType > |
| void | CopyString (CharType *Dst, const TCHAR *Src, uint32 Num) |
| |
| template<class CharType , class MapType > |
| TArray< CharType > | FlattenAndConcatenateAs (uint32 NumCharacters, const MapType &StringIndices, const TArray< uint32 > &Offsets) |
| |
| template<typename T , class KeyFuncs > |
| TArray< T > | Flatten (const TMap< T, uint32, FDefaultSetAllocator, KeyFuncs > &Index) |
| |
| template<EOrder Order = Member, typename StoreType , typename VisitorType > |
| void | VisitViews (StoreType &&Store, VisitorType &&Visitor) |
| |
| template<typename T > |
| void | DestroyElements (TArrayView< T > View) |
| |
| template<class T > |
| uint64 | GetBytes (TArrayView< T > View) |
| |
| template<class T > |
| void | SetNum (TArrayView< T > &View, int32 Num) |
| |
| template<class T > |
| void | SetUntypedDataPtr (TArrayView< T > &View, void *Data) |
| |
| void | SaveStore (const FStoreData &Store, FArchive &Ar) |
| |
| TRefCountPtr< const FStore > | LoadStore (FArchive &Ar, FAssetRegistryVersion::Type Version) |
| |
| TRefCountPtr< const FStore > | InitializeFromBuilder (FStoreBuilder &InBuilder) |
| |
| bool | operator== (const FNumberlessExportPath &A, const FNumberlessExportPath &B) |
| |
| uint32 | GetTypeHash (const FNumberlessExportPath &Export) |
| |
| struct COREUOBJECT_API | alignas (uint64) FMapHandle |
| |