FAnalyticsEventAttribute::operator=

Hack to allow assignment.

Windows
MacOS
Linux

References

Module

Analytics

Header

/Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsEventAttribute.h

Include

#include "AnalyticsEventAttribute.h"

Syntax

FAnalyticsEventAttribute & operator=
(
    const FAnalyticsEventAttribute & RHS
)

Remarks

Hack to allow assignment. This class only "sort of" acts like an immutable class because the const members prevents assignment, which was not intended when this code was changed.

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