Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FBlake3
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Update
(
FMemoryView View |
Add the buffer as input to the hash. May be called any number of times. | Hash/Blake3.h | |
void Update
(
const FCompositeBuffer& Buffer |
Hash/Blake3.h | ||
void Update
(
const void* Data, |
Hash/Blake3.h |
Update(FMemoryView)
Description
Add the buffer as input to the hash. May be called any number of times.
| Name | Update |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/Blake3.h |
| Include Path | #include "Hash/Blake3.h" |
| Source | /Engine/Source/Runtime/Core/Private/Hash/Blake3.cpp |
void Update
(
FMemoryView View
)
Update(const FCompositeBuffer &)
| Name | Update |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/Blake3.h |
| Include Path | #include "Hash/Blake3.h" |
| Source | /Engine/Source/Runtime/Core/Private/Hash/Blake3.cpp |
void Update
(
const FCompositeBuffer & Buffer
)
Update(const void *, uint64)
| Name | Update |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/Blake3.h |
| Include Path | #include "Hash/Blake3.h" |
| Source | /Engine/Source/Runtime/Core/Private/Hash/Blake3.cpp |
void Update
(
const void * Data,
uint64 Size
)