Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FSHA1 > API/Runtime/Core/Misc/FSHA1/HashBuffer
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/SecureHash.h |
| Include | #include "Misc/SecureHash.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/SecureHash.cpp |
static void HashBuffer
&40;
const void &42; Data,
uint64 DataSize,
uint8 &42; OutHash
&41;
Remarks
Calculate the hash on a single block and return it
Parameters
| Name | Description |
|---|---|
| Data | Input data to hash |
| DataSize | Size of the Data block |
| OutHash | Resulting hash value (20 byte buffer) |