FJsonObjectConverter::GetTextFromObject

Parse an [FText](API\Runtime\Core\Internationalization\FText) from a json object (assumed to be of the form where keys are culture codes and values are strings)

Windows
MacOS
Linux

References

Module

JsonUtilities

Header

/Engine/Source/Runtime/JsonUtilities/Public/JsonObjectConverter.h

Include

#include "JsonObjectConverter.h"

Source

/Engine/Source/Runtime/JsonUtilities/Private/JsonObjectConverter.cpp

Syntax

static bool GetTextFromObject
(
    const TSharedRef< FJsonObject > & Obj,
    FText & TextOut
)

Remarks

Parse an FText from a json object (assumed to be of the form where keys are culture codes and values are strings)

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