Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Copyright Epic Games, Inc. All Rights Reserved.
| Name | UE::Online::EOfferType |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Commerce.h |
| Include Path | #include "Online/Commerce.h" |
Syntax
namespace UE
{
namespace Online
{
enum EOfferType
{
Nonconsumable,
Consumable,
Subscription,
Unknown,
}
}
}
Values
| Name | Remarks |
|---|---|
| Nonconsumable | |
| Consumable | |
| Subscription | |
| Unknown |