IAnalyticsProviderET::GetDefaultEventAttribute

Used with GetDefaultEventAttributeCount to iterate over the default attributes.

Windows
MacOS
Linux

References

Module

AnalyticsET

Header

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

Include

#include "IAnalyticsProviderET.h"

Syntax

FAnalyticsEventAttribute GetDefaultEventAttribute
(
    int AttributeIndex
) const

Remarks

Used with GetDefaultEventAttributeCount to iterate over the default attributes.

Range checking is not done, similar to TArray. Use GetDefaultAttributeCount() first!

Returns

one attribute of the default attributes so we don't have to copy the entire attribute array.

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