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