IOnlineCodeRedemption::UnlockCode

Initiate the Release code process to clear reservation on a product code

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineCodeRedemptionInterface.h"

Syntax

void UnlockCode
(
    const FString & CodeId,
    const FString & CodeUseId,
    const FOnProductCodeUnlockedComplete & Delegate
)

Remarks

Initiate the Release code process to clear reservation on a product code

Parameters

Parameter

Description

CodeId

The Redemption code to unlock

CodeUseId

The in use Code Id that was returned from LockCode

Delegate

completion callback (guaranteed to be called)

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