FStructuredArchiveEntry

Used to arrange Internationalization archive data in a hierarchy based on namespace prior to json serialization.

Unreal Engine C++ API Reference > Developer > Localization > Serialization

References

   
Module Localization
Header /Engine/Source/Developer/Localization/Public/Serialization/JsonInternationalizationArchiveSerializer.h
Include #include "Serialization/JsonInternationalizationArchiveSerializer.h"

Syntax

struct FStructuredArchiveEntry  

Remarks

Used to arrange Internationalization archive data in a hierarchy based on namespace prior to json serialization.

Variables

Type Name Description
TArray< TShared... ArchiveEntries  
const FString Namespace  
TArray< TShared... SubNamespaces  

Constructors

Type Name Description
  FStructuredArchiveEntry ( const FString& InNamespace )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library