Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FIoHash
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FIoHash HashBuffer
(
FMemoryView View |
Calculate the hash of the buffer. | IO/IoHash.h | |
static FIoHash HashBuffer
(
const FCompositeBuffer& Buffer |
IO/IoHash.h | ||
static FIoHash HashBuffer
(
const void* Data, |
IO/IoHash.h |
HashBuffer(FMemoryView)
Description
Calculate the hash of the buffer.
| Name | HashBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoHash.h |
| Include Path | #include "IO/IoHash.h" |
static FIoHash HashBuffer
(
FMemoryView View
)
HashBuffer(const FCompositeBuffer &)
| Name | HashBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoHash.h |
| Include Path | #include "IO/IoHash.h" |
static FIoHash HashBuffer
(
const FCompositeBuffer & Buffer
)
HashBuffer(const void *, uint64)
| Name | HashBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoHash.h |
| Include Path | #include "IO/IoHash.h" |
static FIoHash HashBuffer
(
const void * Data,
uint64 Size
)