Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Info needed for code redemption
| Name | FRedeemCodeRequest |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePurchaseInterface.h |
| Include Path | #include "Interfaces/OnlinePurchaseInterface.h" |
Syntax
class FRedeemCodeRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Code | FString | Code to redeem | Interfaces/OnlinePurchaseInterface.h | |
| CodeUseId | FString | Optional CodeUseId that was given if code was previously locked before redeeming - See IOnlineCodeRedemption::LockCode | Interfaces/OnlinePurchaseInterface.h | |
| FulfillmentSource | FString | Where this code is being fulfilled from - e.g. Launcher, GameName | Interfaces/OnlinePurchaseInterface.h |