Navigation
Unreal Engine C++ API Reference > Runtime > Analytics > FAnalyticsEventAttribute > operator=
References
Module | Analytics |
Header | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsEventAttribute.h |
Include | #include "AnalyticsEventAttribute.h" |
FAnalyticsEventAttribute & operator&61;
&40;
const FAnalyticsEventAttribute & RHS
&41;
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.