FJsonInternationalizationArchiveSerializer::SortStructuredData

Goes through the structured, hierarchy based, archive data and does a non-culture specific sort on namespaces and default text.

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/Serialization/JsonInternationalizationArchiveSerializer.h

Include

#include "Serialization/JsonInternationalizationArchiveSerializer.h"

Source

/Engine/Source/Developer/Localization/Private/Serialization/JsonInternationalizationArchiveSerializer.cpp

Syntax

static void SortStructuredData
(
    TSharedPtr< FStructuredArchiveEntry > InElement
)

Remarks

Goes through the structured, hierarchy based, archive data and does a non-culture specific sort on namespaces and default text.

Parameters

Parameter

Description

RootElement

The root element of the structured data.

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