FVariantData::AddToJsonObject

Insert variant data into json object

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineKeyValuePair.h

Include

#include "OnlineKeyValuePair.h"

Source

/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlineKeyValuePair.cpp

Syntax

void AddToJsonObject
(
    const TSharedRef< FJsonObject > & JsonObject,
    const FString & Name,
    const bool bWithTypeSuffix
) const

Remarks

Insert variant data into json object

Parameters

Parameter

Description

JsonObject

json object to insert data into

Name

field name for value

bWithTypeSuffix

True if you would like the type suffix appended to the 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