IAnalyticsProvider::RecordCurrencyGiven

Record a gift of in-game currency from the game itself.

Choose your operating system:

Windows

macOS

Linux

References

Module

Analytics

Header

/Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h

Include

#include "Interfaces/IAnalyticsProvider.h"

Syntax

virtual void RecordCurrencyGiven
(
    const FString & GameCurrencyType,
    int GameCurrencyAmount
)

Remarks

Record a gift of in-game currency from the game itself.

that not all providers support currency events. In this case this method is equivalent to sending a regular event with name "Currency Given".

Parameters

Parameter

Description

GameCurrencyType

type of in game currency given, should be registered with the provider first.

GameCurrencyAmount

amount of in game currency given.