FJsonInternationalizationArchiveSerializer::StructuredDataToJsonObj

Populates a JSON object from Internationalization archive data that has been structured based on namespace.

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 StructuredDataToJsonObj
(
    [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< const [FStructuredArchiveEntry](API\Developer\Localization\Serialization\FStructuredArchiveEntry) > InElement,
    [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FJsonObject](API\Runtime\Json\Dom\FJsonObject) > JsonObj
)

Remarks

Populates a JSON object from Internationalization archive data that has been structured based on namespace.

Parameters

Name Description
InElement Internationalization archive data structured based on namespace.
JsonObj JSON object to be populated.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library