FAnalyticsEventAttribute::FAnalyticsEventAttribute

Hack to allow copy ctor using an rvalue-ref.

Windows
MacOS
Linux

References

Module

Analytics

Header

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

Include

#include "AnalyticsEventAttribute.h"

Syntax

FAnalyticsEventAttribute
(
    FAnalyticsEventAttribute && RHS
)

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.

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