FNetAnalyticsAggregator

Central object (usually within NetDriver) which handles registration/retrieval/type-checking of net analytics data holders.

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

class FNetAnalyticsAggregator

Remarks

Central object (usually within NetDriver) which handles registration/retrieval/type-checking of net analytics data holders.

Constructors

Name Description

Public function

FNetAnalyticsAggregator()

Public function

FNetAnalyticsAggregator

(
    TSharedPtr< IAnalyticsProvider > In...,
    FName InNetDriverName
)

Base constructor

Functions

Name Description

Public function

const TShare...

 

GetAnalyticsProvider()

Accessor for AnalyticsProvider

Public function

void

 

Init()

Initialize the net analytics aggregator

Public function

void

 

InitConfig()

Initialize the net analytics aggregator config - must support hotfixing

Public function

TNetAnalytic...

 

RegisterAnalyticsData_Internal

(
    TNetAnalyticsDataRef<> InData,
    const FName& InDataName,
    FString InTypeName
)

Use REGISTER_NET_ANALYTICS instead.

Public function

void

 

SendAnalytics()

Tells the analytics data holders to finish aggregating their analytics data, and to dispatch it.

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