Navigation
API > API/Runtime > API/Runtime/AnalyticsET > API/Runtime/AnalyticsET/FAnalyticsProviderETEventCache
Analytics event entry to be cached
| Name | FAnalyticsEventEntry |
| Type | struct |
| Header File | /Engine/Source/Runtime/Analytics/AnalyticsET/Public/AnalyticsProviderETEventCache.h |
| Include Path | #include "AnalyticsProviderETEventCache.h" |
Syntax
struct FAnalyticsEventEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnalyticsEventEntry
(
FString&& InEventName, |
Constructor. Requires rvalue-refs to ensure we move values efficiently into this struct. | AnalyticsProviderETEventCache.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DateOffsetByteOffset | int32 | Byte offset into the payload stream that this DateOffset will be stored. | AnalyticsProviderETEventCache.h | |
| EventName | FString | Name of event | AnalyticsProviderETEventCache.h | |
| EventSizeChars | int32 | Total charts used by the event. Mostly used for debugging large payloads. | AnalyticsProviderETEventCache.h | |
| TimeStamp | FDateTime | Local time when event was triggered | AnalyticsProviderETEventCache.h |