FJsonInternationalizationManifestSerializer::StructuredDataToJsonObj

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

Windows
MacOS
Linux

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

Syntax

static void StructuredDataToJsonObj
(
    TSharedPtr< const FStructuredEntry > InElement,
    TSharedRef< FJsonObject > JsonObj
)

Remarks

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

Parameters

Parameter

Description

InElement

Internationalization manifest data structured based on namespace.

JsonObj

JSON object to be populated.

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