TextNamespaceUtil::ForcePackageNamespace

Given a package, force it to have the given namespace for localization (even if a transient package!).

Windows
MacOS
Linux

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

Syntax

namespace TextNamespaceUtil
{
    void TextNamespaceUtil::ForcePackageNamespace
    (
        UPackage * InPackage,
        const FString & InNamespace
    )
}

Remarks

Given a package, force it to have the given namespace for localization (even if a transient package!).

Parameters

Parameter

Description

InPackage

The package to set the namespace for.

InNamespace

The namespace to set.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss