FSharedReferencer::operator=

Move assignment operator adds no references to the assigned object.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h

Include

#include "Templates/SharedPointerInternals.h"

Syntax

FSharedReferencer & operator=
(
    FSharedReferencer && InSharedReference
)

Remarks

Move assignment operator adds no references to the assigned object. If this counter was previously referencing an object, that reference will be released.

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