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