PurchaseType

Windows
MacOS
Linux

References

Module

MagicLeap

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeap/Public/InAppPurchaseComponent.h

Include

#include "InAppPurchaseComponent.h"

Syntax

enum PurchaseType
{
    Consumable,
    Nonconsumable,
    Undefined,
}

Values

Name

Description

Consumable

This represents an item that can be bought multiple times. The application is responsible for managing the consumption of this item.

Nonconsumable

This represents an item that can only be bought once. This will be enforced by the services.

Undefined

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