Navigation
API > API/Runtime > API/Runtime/Analytics > API/Runtime/Analytics/FAnalyticsEventAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnalyticsEventAttribute & operator=
(
const FAnalyticsEventAttribute& RHS |
Hack to allow assignment. | AnalyticsEventAttribute.h | |
| Hack to allow assignment. | AnalyticsEventAttribute.h |
operator=(const FAnalyticsEventAttribute &)
Description
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.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsEventAttribute.h |
| Include Path | #include "AnalyticsEventAttribute.h" |
FAnalyticsEventAttribute & operator=
(
const FAnalyticsEventAttribute & RHS
)
operator=(FAnalyticsEventAttribute &&)
Description
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.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Analytics/Analytics/Public/AnalyticsEventAttribute.h |
| Include Path | #include "AnalyticsEventAttribute.h" |
FAnalyticsEventAttribute & operator=
(
FAnalyticsEventAttribute && RHS
)