RecordCurrencyPurchase

Overload list

Windows
MacOS
Linux
Name Description

Public function Virtual

void

 

RecordCurrencyPurchase

(
    const FString& GameCurrencyType,
    int GameCurrencyAmount
)

Record an in-game purchase of a an item.

Public function Virtual

void

 

RecordCurrencyPurchase

(
    const FString& GameCurrencyType,
    int GameCurrencyAmount,
    const TArray< FAnalyticsEventAttrib...
)

Record a purchase of in-game currency using real-world money.

Public function Virtual

void

 

RecordCurrencyPurchase

(
    const FString& GameCurrencyType,
    int GameCurrencyAmount,
    const FString& RealCurrencyType,
    float RealMoneyCost,
    const FString& PaymentProvider
)

Record a purchase of in-game currency using real-world money.

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