UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IoHash.h File Reference

Go to the source code of this file.

Classes

struct  FIoHash
 
class  FIoHashBuilder
 

Functions

template<typename CharType >
TStringBuilderBase< CharType > & operator<< (TStringBuilderBase< CharType > &Builder, const FIoHash &Hash)
 
void LexFromString (FIoHash &OutHash, const TCHAR *Buffer)
 
CORE_API FString LexToString (const FIoHash &Hash)
 

Function Documentation

◆ LexFromString()

void LexFromString ( FIoHash OutHash,
const TCHAR Buffer 
)
inline

Construct a hash from a 40-character hex string.

◆ LexToString()

CORE_API FString LexToString ( const FIoHash Hash)

Convert a hash to a 40-character hex string.

◆ operator<<()

template<typename CharType >
TStringBuilderBase< CharType > & operator<< ( TStringBuilderBase< CharType > &  Builder,
const FIoHash Hash 
)
inline