Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/TextNamespaceUtil.h |
Include | #include "Internationalization/TextNamespaceUtil.h" |
Source | /Engine/Source/Runtime/Core/Private/Internationalization/TextNamespaceUtil.cpp |
namespace TextNamespaceUtil
{
FString TextNamespaceUtil&58;&58;GetPackageNamespace
&40;
FArchive & InArchive
&41;
}
Remarks
Given an archive, try and get the package namespace it should use for localization. The package namespace, or an empty string if the archive has no package namespace set.
Parameters
Name | Description |
---|---|
InArchive | The archive to try and get the package namespace for. |