TextKeyUtil::HashString

Utility to produce a hash for a string (as used by [FTextKey](API\Runtime\Core\Internationalization\FTextKey))

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/TextKey.h

Include

#include "Internationalization/TextKey.h"

Syntax

namespace TextKeyUtil
{
    uint32 TextKeyUtil::HashString
    (
        const TCHAR * InStr,
        const int32 InStrLen
    )
}

Remarks

Utility to produce a hash for a string (as used by FTextKey)

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