Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FSHA1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Update
(
const Type& InData |
Update with POD data. | Misc/SecureHash.h | |
void Update
(
const uint8* data, |
Update the hash value. | Misc/SecureHash.h |
Update(const Type &)
Description
Update with POD data.
| Name | Update |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
| Include Path | #include "Misc/SecureHash.h" |
template<typename Type, std::enable_if_t<< Type >::Value ), int >>
void Update
(
const Type & InData
)
Update(const uint8 *, uint64)
Description
Update the hash value.
| Name | Update |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
| Include Path | #include "Misc/SecureHash.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/SecureHash.cpp |
void Update
(
const uint8 * data,
uint64 len
)