TextNamespaceUtil::ClearPackageNamespace

Given an object, clear any namespace it has set for localization (from its owner 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::ClearPackageNamespace
    (
        UObject * InObject
    )
}

Remarks

Given an object, clear any namespace it has set for localization (from its owner package).

Parameters

Parameter

Description

InObject

The object to clear the 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