Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Internationalization
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 |
namespace StabilizeLocalizationKeys
{
void StabilizeLocalizationKeys&58;&58;StabilizeLocalizationKeysForProperty
&40;
FProperty &42; InProp,
void &42; InPropData,
const FString & InNamespace,
const FString & InKeyRoot,
const bool bAppendPropertyNameToKey
&41;
}
Remarks
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.
This function will recurse into arrays, sets, maps, and sub-structures.