Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FWeakReferencer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWeakReferencer & operator=
(
FWeakReferencer const& InWeakReference |
Assignment operator from a weak referencer object. | Templates/SharedPointerInternals.h | |
FWeakReferencer & operator=
(
FWeakReferencer&& InWeakReference |
Assignment operator from an rvalue weak referencer object. | Templates/SharedPointerInternals.h | |
FWeakReferencer & operator=
(
FSharedReferencer< Mode > const& InSharedReference |
Assignment operator from a shared reference counter. | Templates/SharedPointerInternals.h |
operator=(FWeakReferencer const &)
Description
Assignment operator from a weak referencer object. If this counter was previously referencing an object, that reference will be released.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
FWeakReferencer & operator=
(
FWeakReferencer const & InWeakReference
)
operator=(FWeakReferencer &&)
Description
Assignment operator from an rvalue weak referencer object. If this counter was previously referencing an object, that reference will be released.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
FWeakReferencer & operator=
(
FWeakReferencer && InWeakReference
)
operator=(FSharedReferencer< Mode > const &)
Description
Assignment operator from a shared reference counter. If this counter was previously referencing an object, that reference will be released.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/SharedPointerInternals.h |
| Include Path | #include "Templates/SharedPointerInternals.h" |
FWeakReferencer & operator=
(
FSharedReferencer < Mode > const & InSharedReference
)