FSHA1::HashBuffer

Calculate the hash on a single block and return it

Windows
MacOS
Linux

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

Syntax

static void HashBuffer
(
    const void * Data,
    uint64 DataSize,
    uint8 * OutHash
)

Remarks

Calculate the hash on a single block and return it

Parameters

Parameter

Description

Data

Input data to hash

DataSize

Size of the Data block

OutHash

Resulting hash value (20 byte buffer)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss