Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Hash/Blake3.h |
Include |
#include "Hash/Blake3.h" |
struct FBlake3Hash
Stores a BLAKE3 hash.
Name | Description | |
---|---|---|
|
FBlake3Hash() |
Construct a zero hash. |
|
FBlake3Hash ( |
Construct a hash from an array of 32 bytes. |
|
FBlake3Hash ( |
Construct a hash from a view of 32 bytes. |
|
FBlake3Hash ( |
Construct a hash from a 64-character hex string. |
|
FBlake3Hash ( |
Construct a zero hash. |
|
FBlake3Hash ( |
Construct a zero hash. |
Name | Description | ||
---|---|---|---|
|
GetBytes() |
Returns a reference to the raw byte array for the hash. |
|
|
const ByteAr... |
GetBytes() |
|
|
IsZero() |
Returns whether this is a zero hash. |
|
|
Reset() |
Reset this to a zero hash. |
Name |
Description |
---|---|
ByteArray |
Name |
Description |
---|---|
Zero |
A zero hash. |