Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Analytics/Analytics/Public/Interfaces/IAnalyticsProvider.h |
Include |
#include "Interfaces/IAnalyticsProvider.h" |
virtual void RecordCurrencyGiven
(
const FString & GameCurrencyType,
int GameCurrencyAmount,
const TArray< FAnalyticsEventAttribute > & EventAttrs
)
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".
Parameter |
Description |
---|---|
GameCurrencyType |
type of in game currency given, should be registered with the provider first. |
GameCurrencyAmount |
amount of in game currency given. |
EventAttrs |
a list of key/value pairs to assign to this event |