Navigation
API > API/Runtime > API/Runtime/Core
Calculates a BLAKE3-160 hash.
| Name | FIoHashBuilder |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoHash.h |
| Include Path | #include "IO/IoHash.h" |
Syntax
class FIoHashBuilder : public FBlake3
Inheritance Hierarchy
- FBlake3 → FIoHashBuilder
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Finalize the hash of the input data. | IO/IoHash.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FIoHash HashBuffer
(
FMemoryView View |
Calculate the hash of the buffer. | IO/IoHash.h | |
static FIoHash HashBuffer
(
const FCompositeBuffer& Buffer |
IO/IoHash.h | ||
static FIoHash HashBuffer
(
const void* Data, |
IO/IoHash.h |