UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Editor::DataStorage::FHasher Struct Reference

Public Member Functions

uint64 operator() (FEmptyVariantState)
 
uint64 operator() (const void *Value)
 
uint64 operator() (const UObject *Value)
 
uint64 operator() (int64 Value)
 
uint64 operator() (uint64 Value)
 
uint64 operator() (float Value)
 
uint64 operator() (double Value)
 
uint64 operator() (const FString &Value)
 
uint64 operator() (const FStringView &Value)
 
uint64 operator() (const FName &Value)
 
uint64 operator() (const FName *Value)
 
uint64 operator() (const FSoftObjectPath *Value)
 
uint64 operator() (const TUniquePtr< FSoftObjectPath > &Value)
 

Member Function Documentation

◆ operator()() [1/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( const FName Value)
inline

◆ operator()() [2/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( const FName Value)
inline

◆ operator()() [3/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( const FSoftObjectPath Value)
inline

◆ operator()() [4/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( const FString &  Value)
inline

◆ operator()() [5/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( const FStringView Value)
inline

◆ operator()() [6/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( const TUniquePtr< FSoftObjectPath > &  Value)
inline

◆ operator()() [7/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( const UObject Value)
inline

◆ operator()() [8/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( const void Value)
inline

◆ operator()() [9/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( double  Value)
inline

◆ operator()() [10/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( FEmptyVariantState  )
inline

◆ operator()() [11/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( float  Value)
inline

◆ operator()() [12/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( int64  Value)
inline

◆ operator()() [13/13]

uint64 UE::Editor::DataStorage::FHasher::operator() ( uint64  Value)
inline

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