UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FHashedName Class Reference

#include <MemoryImage.h>

Public Member Functions

 FHashedName ()
 
CORE_API FHashedName (uint64 InHash)
 
CORE_API FHashedName (const FHashedName &InName)
 
CORE_API FHashedNameoperator= (const FHashedName &InName)
 
CORE_API FHashedName (const TCHAR *InString)
 
CORE_API FHashedName (const FString &InString)
 
CORE_API FHashedName (const FName &InName)
 
uint64 GetHash () const
 
bool IsNone () const
 
bool operator== (const FHashedName &Rhs) const
 
bool operator!= (const FHashedName &Rhs) const
 
bool operator< (const FHashedName &Rhs) const
 

Friends

FArchiveoperator<< (FArchive &Ar, FHashedName &String)
 
uint32 GetTypeHash (const FHashedName &Name)
 

Constructor & Destructor Documentation

◆ FHashedName() [1/6]

FHashedName::FHashedName ( )
inline

◆ FHashedName() [2/6]

FHashedName::FHashedName ( uint64  InHash)
explicit

◆ FHashedName() [3/6]

FHashedName::FHashedName ( const FHashedName InName)

◆ FHashedName() [4/6]

FHashedName::FHashedName ( const TCHAR InString)

◆ FHashedName() [5/6]

FHashedName::FHashedName ( const FString &  InString)

◆ FHashedName() [6/6]

FHashedName::FHashedName ( const FName InName)

Member Function Documentation

◆ GetHash()

uint64 FHashedName::GetHash ( ) const
inline

◆ IsNone()

bool FHashedName::IsNone ( ) const
inline

◆ operator!=()

bool FHashedName::operator!= ( const FHashedName Rhs) const
inline

◆ operator<()

bool FHashedName::operator< ( const FHashedName Rhs) const
inline

For sorting by name

◆ operator=()

FHashedName & FHashedName::operator= ( const FHashedName InName)

◆ operator==()

bool FHashedName::operator== ( const FHashedName Rhs) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FHashedName Name)
friend

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FHashedName String 
)
friend

The documentation for this class was generated from the following files: