FJsonObjectConverter::GetTextFromField

Convert a Json value to text (takes some hints from the value name)

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 GetTextFromField
(
    const FString & FieldName,
    const TSharedPtr< FJsonValue > & FieldValue,
    FText & TextOut
)

Remarks

Convert a Json value to text (takes some hints from the value name)

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