Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Internationalization > API/Runtime/CoreUObject/Internationalization/TextNamespaceUti-_1
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;EnsurePackageNamespace
&40;
UObject &42; InObject
&41;
}
Remarks
Given an object, try and ensure it has a namespace it should use for localization (from its owner package). The package namespace, or an empty string if the package has no namespace and one could not be added.
Parameters
| Name | Description |
|---|---|
| InObject | The object to try and get the namespace for. |