Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Hash
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Hash/xxhash.h |
| Include | #include "Hash/xxhash.h" |
Syntax
class FXxHash64Builder
Remarks
Calculates a 64-bit hash with XXH3.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FXxHash64Builder
(
const FXxHash64Builder& |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FXxHash64 | Finalize () |
||
| void | Reset () |
||
| void | Update
(
FMemoryView View |
||
| void | Update
(
const FCompositeBuffer& Buffer |
||
| void | Update
(
const void* Data, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FXxHash64Builder & | operator=
(
const FXxHash64Builder& |