FJsonInternationalizationManifestSerializer::SortStructuredData

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

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

References

   
Module Localization
Header /Engine/Source/Developer/Localization/Public/Serialization/JsonInternationalizationManifestSerializer.h
Include #include "Serialization/JsonInternationalizationManifestSerializer.h"
Source /Engine/Source/Developer/Localization/Private/Serialization/JsonInternationalizationManifestSerializer.cpp
static void SortStructuredData
(
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FStructuredEntry](API\Developer\Localization\Serialization\FStructuredEntry) > InElement
)

Remarks

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

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