FNetAnalyticsAggregator::RegisterAnalyticsData_Internal

Use REGISTER_NET_ANALYTICS instead.

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"

Source

/Engine/Source/Runtime/Net/Core/Private/Net/Core/Analytics/NetAnalytics.cpp

Syntax

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

Remarks

Use REGISTER_NET_ANALYTICS instead. Internal function, which registers a net analytics data holder, with an associated key name, and does type checking to ensure there have been no mixups with the data holder type.

May return nullptr! Analytics can be selectively enabled/disabled, based on the specified analytics data name.

Returns

Returns the newly added analytics data shared reference

Parameters

Parameter

Description

InData

The analytics data shared reference to be registered

InDataName

The name given for referencing the analytics data

InTypeName

Compile-time derived type name for the analytics data - for type checking

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