FAnalyticsEventEntry

Analytics event entry to be cached

Windows
MacOS
Linux

References

Module

AnalyticsET

Header

/Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h

Include

#include "AnalyticsProviderETEventCache.h"

Syntax

struct FAnalyticsEventEntry

Remarks

Analytics event entry to be cached

Variables

Name Description

Public variable

int32

 

DateOffsetByteOffset

Byte offset into the payload stream that this DateOffset will be stored.

Public variable

FString

 

EventName

Name of event

Public variable

int32

 

EventSizeChars

Total charts used by the event. Mostly used for debugging large payloads.

Public variable

FDateTime

 

TimeStamp

Local time when event was triggered

Constructors

Name Description

Public function

FAnalyticsEventEntry

(
    FString&& InEventName,
    int32 InDateOffsetByteOffset,
    int32 InEventSizeChars
)

  1. Requires rvalue-refs to ensure we move values efficiently into this struct.

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