UAnalyticsBlueprintLibrary::RecordProgressWithFullHierarchyAndAttributes

Records a user progress event has happened with a full list of progress hierarchy names and with attributes

Windows
MacOS
Linux

References

Module

AnalyticsBlueprintLibrary

Header

/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Classes/AnalyticsBlueprintLibrary.h

Include

#include "AnalyticsBlueprintLibrary.h"

Source

/Engine/Plugins/Runtime/Analytics/AnalyticsBlueprintLibrary/Source/AnalyticsBlueprintLibrary/Private/AnalyticsBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Analytics")
static void RecordProgressWithFullHierarchyAndAttributes
(
    const FString & ProgressType,
    const TArray< FString > & ProgressNames,
    const TArray< FAnalyticsEventAttr > & Attributes
)

Remarks

Records a user progress event has happened with a full list of progress hierarchy names and with attributes

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