IAnalyticsProvider::RecordCurrencyGiven

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

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.

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