FMD5::HashAnsiString

Helper to perform the very common case of hashing an ASCII string into a hex representation.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/SecureHash.h

Include

#include "Misc/SecureHash.h"

Syntax

static FString HashAnsiString
(
    const TCHAR * String
)

Remarks

Helper to perform the very common case of hashing an ASCII string into a hex representation.

Parameters

Parameter

Description

String

hex representation of the hash (32 lower-case hex digits)

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