Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Internationalization > API/Runtime/CoreUObject/Internationalization/TextNamespaceUti-
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/Internationalization/TextPackageNamespaceUtil.h |
Include | #include "Internationalization/TextPackageNamespaceUtil.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/Internationalization/TextPackageNamespaceUtil.cpp |
namespace TextNamespaceUtil
{
FString TextNamespaceUtil&58;&58;GetPackageNamespace
&40;
const UPackage &42; InPackage
&41;
}
Remarks
Given a package, try and get the namespace it should use for localization. The package namespace, or an empty string if the package has no namespace.
Parameters
Name | Description |
---|---|
InPackage | The package to try and get the namespace for. |