![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Containers/StringFwd.h"#include "Containers/StringView.h"#include "Containers/UnrealString.h"#include "HAL/Platform.h"#include "HAL/PlatformString.h"#include "HAL/UnrealMemory.h"#include "Hash/Blake3.h"#include "Memory/MemoryFwd.h"#include "Memory/MemoryView.h"#include "Misc/AssertionMacros.h"#include "Serialization/Archive.h"#include "String/BytesToHex.h"#include "String/HexToBytes.h"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) |
Construct a hash from a 40-character hex string.
|
inline |