FPurchaseReceipt::Serialize

Abstract method that needs to be supplied using the macros

Windows
MacOS
Linux

Override Hierarchy

FJsonSerializable::Serialize()

FPurchaseReceipt::Serialize()

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePurchaseInterface.h

Include

#include "Interfaces/OnlinePurchaseInterface.h"

Syntax

virtual void Serialize
(
    FJsonSerializerBase & Serializer,
    bool bFlatObject
)

Remarks

Abstract method that needs to be supplied using the macros

Parameters

Parameter

Description

Serializer

the object that will perform serialization in/out of JSON

bFlatObject

if true then no object wrapper is used

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