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 UObject &42; InObject
&41;
}
Remarks
Given an object, try and get the namespace it should use for localization (from its owner package). The package namespace, or an empty string if the package has no namespace.
Parameters
Name | Description |
---|---|
InObject | The object to try and get the namespace for. |