TextNamespaceUtil::GetPackageNamespace

Given an archive, try and get the package namespace it should use for localization.

Windows
MacOS
Linux

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

Syntax

namespace TextNamespaceUtil
{
    FString TextNamespaceUtil::GetPackageNamespace
    (
        FArchive & InArchive
    )
}

Remarks

Given an archive, try and get the package namespace it should use for localization.

Returns

The package namespace, or an empty string if the archive has no package namespace set.

Parameters

Parameter

Description

InArchive

The archive to try and get the package namespace for.

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