FGenericPlatformMisc::GetSHA256Signature

Generates the SHA256 signature of the given data.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h

Include

#include "GenericPlatform/GenericPlatformMisc.h"

Source

/Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp

Syntax

static bool GetSHA256Signature
(
    const void * Data,
    uint32 ByteSize,
    FSHA256Signature & OutSignature
)

Remarks

Generates the SHA256 signature of the given data.

Returns

whether the hash was computed successfully

Parameters

Parameter

Description

Data

Pointer to the beginning of the data to hash

Bytesize

Size of the data to has, in bytes.

OutSignature

Output Structure to hold the computed signature.

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