![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoHash.h>
Inheritance diagram for FIoHashBuilder:Public Member Functions | |
| FIoHash | Finalize () const |
Public Member Functions inherited from FBlake3 | |
| FBlake3 () | |
| FBlake3 (const FBlake3 &)=delete | |
| FBlake3 & | operator= (const FBlake3 &)=delete |
| CORE_API void | Reset () |
| CORE_API void | Update (FMemoryView View) |
| CORE_API void | Update (const void *Data, uint64 Size) |
| CORE_API void | Update (const FCompositeBuffer &Buffer) |
| CORE_API FBlake3Hash | Finalize () const |
Static Public Member Functions | |
| static FIoHash | HashBuffer (FMemoryView View) |
| static FIoHash | HashBuffer (const void *Data, uint64 Size) |
| static FIoHash | HashBuffer (const FCompositeBuffer &Buffer) |
Static Public Member Functions inherited from FBlake3 | |
| static CORE_API FBlake3Hash | HashBuffer (FMemoryView View) |
| static CORE_API FBlake3Hash | HashBuffer (const void *Data, uint64 Size) |
| static CORE_API FBlake3Hash | HashBuffer (const FCompositeBuffer &Buffer) |
Calculates a BLAKE3-160 hash.
|
inline |
Finalize the hash of the input data.
May be called any number of times, and more input may be added after.
|
inlinestatic |
|
inlinestatic |
Calculate the hash of the buffer.