IOnlineCodeRedemption::EvaluateCode

Initiate the Evaluation Code process for checking if a code is valid and what product information it relates too

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineCodeRedemptionInterface.h"

Syntax

void EvaluateCode
(
    const FUniqueNetId & UserId,
    const FString & CodeId,
    const FOnProductCodeEvaluateComplete & Delegate
)

Remarks

Initiate the Evaluation Code process for checking if a code is valid and what product information it relates too

Parameters

Parameter

Description

UserId

User initiating the request

CodeId

The Redemption code to evaluate

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