TextKeyUtil::HashString

Utility to produce a hash for a UTF-16 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 FString & InStr,
        const uint32 InBaseHash
    )
}

Remarks

Utility to produce a hash for a UTF-16 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