IAnalyticsProvider::RecordProgress

Record a player progression event that has happened in the game

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 RecordProgress
(
    const FString & ProgressType,
    const FString & ProgressHierarchy
)

Remarks

Record a player progression event that has happened in the game

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

Parameters

Parameter

Description

Error

the error string to record