IOnlineCodeRedemption::LockCode

Initiate the lock code process for reserving a product redemption

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineCodeRedemptionInterface.h"

Syntax

void LockCode
(
    const FString & CodeId,
    int32 LockTimeoutSeconds,
    const FOnProductCodeLockedComplete & Delegate
)

Remarks

Initiate the lock code process for reserving a product redemption

Parameters

Parameter

Description

CodeId

The Redemption code to lock

LockTimeoutSeconds

The duration in seconds to keep the code locked for

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