FJsonSerializable::FromJson

Serializes the contents of a JSON string into this object

Windows
MacOS
Linux

References

Module

Json

Header

/Engine/Source/Runtime/Json/Public/Serialization/JsonSerializerMacros.h

Include

#include "Serialization/JsonSerializerMacros.h"

Syntax

virtual bool FromJson
(
    const FString & Json
)

Remarks

Serializes the contents of a JSON string into this object

Parameters

Parameter

Description

Json

the JSON data to serialize from

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