Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FBuzHash
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
uint8 X |
Appends a byte to the start of the window and updates the hash. | Hash/BuzHash.h | |
void Add
(
FMemoryView View |
Adds an array of bytes to the start of the window. | Hash/BuzHash.h | |
void Add
(
const uint8* Data, |
Adds an array of bytes to the start of the window. | Hash/BuzHash.h |
Add(uint8)
Description
Appends a byte to the start of the window and updates the hash.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/BuzHash.h |
| Include Path | #include "Hash/BuzHash.h" |
void Add
(
uint8 X
)
Add(FMemoryView)
Description
Adds an array of bytes to the start of the window.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/BuzHash.h |
| Include Path | #include "Hash/BuzHash.h" |
void Add
(
FMemoryView View
)
Add(const uint8 *, uint64)
Description
Adds an array of bytes to the start of the window.
| Name | Add |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/BuzHash.h |
| Include Path | #include "Hash/BuzHash.h" |
void Add
(
const uint8 * Data,
uint64 Size
)