FArchiveState::SetLocalizationNamespace

Set the localization namespace that this archive should use when serializing text properties.

Windows
MacOS
Linux

Override Hierarchy

FArchiveState::SetLocalizationNamespace()

FArchiveProxy::SetLocalizationNamespace()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/Archive.h

Include

#include "Serialization/Archive.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp

Syntax

virtual void SetLocalizationNamespace
(
    const FString & InLocalizationNamespace
)

Remarks

Set the localization namespace that this archive should use when serializing text properties. This is typically the namespace used by the package being serialized (if serializing a package, or an object within a package).

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