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 FXxHash128Builder
Remarks
Calculates a 128-bit hash with XXH128.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FXxHash128Builder
(
const FXxHash128Builder& |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FXxHash128 | Finalize () |
||
| void | Reset () |
||
| void | Update
(
FMemoryView View |
||
| void | Update
(
const FCompositeBuffer& Buffer |
||
| void | Update
(
const void* Data, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FXxHash128Builder & | operator=
(
const FXxHash128Builder& |