FJsonInternationalizationArchiveSerializer::SortStructuredData

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

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

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
static void SortStructuredData
(
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FStructuredArchiveEntry](API\Developer\Localization\Serialization\FStructuredArchiveEntry) > InElement
)

Remarks

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

Parameters

Name Description
RootElement The root element of the structured data.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library