StabilizeLocalizationKeys::StabilizeLocalizationKeysForStruct

Walk through the struct and convert any text that has been initialized from a raw string to have a deterministic key based on the given key root and the property name.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Internationalization/StabilizeLocalizationKeys.h

Include

#include "Internationalization/StabilizeLocalizationKeys.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Internationalization/StabilizeLocalizationKeys.cpp

Syntax

namespace StabilizeLocalizationKeys
{
    void StabilizeLocalizationKeys::StabilizeLocalizationKeysForStruct
    (
        UStruct * InStruct,
        void * InStructData,
        const FString & InNamespace,
        const FString & InKeyRoot
    )
}

Remarks

Walk through the struct and convert any text that has been initialized from a raw string to have a deterministic key based on the given key root and the property name. @note This function will recurse into arrays, sets, maps, and sub-structures.

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