Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FBlake3Hash
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBlake3Hash () |
Construct a zero hash. | Hash/Blake3.h | |
FBlake3Hash
(
const ByteArray& Hash |
Construct a hash from an array of 32 bytes. | Hash/Blake3.h | |
FBlake3Hash
(
FAnsiStringView HexHash |
Construct a hash from a 64-character hex string. | Hash/Blake3.h | |
FBlake3Hash
(
FWideStringView HexHash |
Hash/Blake3.h | ||
FBlake3Hash
(
FUtf8StringView HexHash |
Hash/Blake3.h |
FBlake3Hash()
Description
Construct a zero hash.
| Name | FBlake3Hash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/Blake3.h |
| Include Path | #include "Hash/Blake3.h" |
FBlake3Hash()
FBlake3Hash(const ByteArray &)
Description
Construct a hash from an array of 32 bytes.
| Name | FBlake3Hash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/Blake3.h |
| Include Path | #include "Hash/Blake3.h" |
FBlake3Hash
(
const ByteArray & Hash
)
FBlake3Hash(FAnsiStringView)
Description
Construct a hash from a 64-character hex string.
| Name | FBlake3Hash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/Blake3.h |
| Include Path | #include "Hash/Blake3.h" |
FBlake3Hash
(
FAnsiStringView HexHash
)
FBlake3Hash(FWideStringView)
| Name | FBlake3Hash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/Blake3.h |
| Include Path | #include "Hash/Blake3.h" |
FBlake3Hash
(
FWideStringView HexHash
)
FBlake3Hash(FUtf8StringView)
| Name | FBlake3Hash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/Blake3.h |
| Include Path | #include "Hash/Blake3.h" |
FBlake3Hash
(
FUtf8StringView HexHash
)