FAnalyticsProviderETEventCache::FAnalyticsEventEntry::FAnalyticsEventEntry

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

Windows
MacOS
Linux

References

Module

AnalyticsET

Header

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

Include

#include "AnalyticsProviderETEventCache.h"

Syntax

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

Remarks

  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