Navigation
Unreal Engine C++ API Reference > Runtime > Analytics > FAnalyticsEventAttribute > FAnalyticsEventAttribute
References
Module | Analytics |
Header | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsEventAttribute.h |
Include | #include "AnalyticsEventAttribute.h" |
FAnalyticsEventAttribute
&40;
FAnalyticsEventAttribute && RHS
&41;
Remarks
Hack to allow copy ctor using an rvalue-ref. 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.