FLocalNetAnalyticsStruct

For use with TThreadedNetAnalyticsData - this struct is subclassed, and used to define/hold the analytics variables, that will be tracked/aggregated.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

NetCore

Header

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

Include

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

Syntax

struct FLocalNetAnalyticsStruct : public FVirtualDestructor

Remarks

For use with TThreadedNetAnalyticsData - this struct is subclassed, and used to define/hold the analytics variables, that will be tracked/aggregated.

This base type is required, due to how TThreadedNetAnalyticsData handles tracking of local analytics variables.