FSharedReferencer::operator=

Assignment operator adds a reference 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 const & InSharedReference
)

Remarks

Assignment operator adds a reference 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