Navigation
API > API/Runtime > API/Runtime/Core
Calculates a 128-bit hash with XXH128.
| Name | FXxHash128Builder |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/xxhash.h |
| Include Path | #include "Hash/xxhash.h" |
Syntax
class FXxHash128Builder
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Hash/xxhash.h | |||
FXxHash128Builder
(
const FXxHash128Builder& |
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 |
|---|---|---|---|
FXxHash128 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 |
|---|---|---|---|
FXxHash128Builder & operator=
(
const FXxHash128Builder& |
Hash/xxhash.h |