TBasicNetAnalyticsData::CommitAnalytics

Called by the class/code which is locally collecting analytics data, to commit the local data for aggregation when done.

Windows
MacOS
Linux

References

Module

NetCore

Header

/Engine/Source/Runtime/Net/Core/Public/Net/Core/Analytics/NetAnalytics.h

Include

#include "Net/Core/Analytics/NetAnalytics.h"

Syntax

void CommitAnalytics
(
    TDataStruct & AnalyticsVars
)

Remarks

Called by the class/code which is locally collecting analytics data, to commit the local data for aggregation when done.

Parameters

Parameter

Description

AnalyticsVars

The local analytics variables to be committed/aggregated

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