Navigation
Unreal Engine C++ API Reference > Runtime > Core > IO
Inheritance Hierarchy
- FBlake3
- FIoHashBuilder
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/IO/IoHash.h |
Include | #include "IO/IoHash.h" |
Syntax
class FIoHashBuilder : public FBlake3
Remarks
Calculates a BLAKE3-160 hash.
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FIoHash | Finalize () |
Finalize the hash of the input data. |
![]() ![]() |
FIoHash | HashBuffer
(
FMemoryView View |
Calculate the hash of the buffer. |
![]() ![]() |
FIoHash | HashBuffer
(
const FCompositeBuffer& Buffer |
|
![]() ![]() |
FIoHash | HashBuffer
(
const void* Data, |