Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchiveState
Syntax
FString * LocalizationNamespacePtr
Remarks
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). Stored as a pointer to a heap-allocated string because of a dependency between TArray (thus FString) and FArchive; null should be treated as an empty string.