Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TRefCountPtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TRefCountPtr & operator=
(
ReferencedType* InReference |
Templates/RefCounting.h | ||
TRefCountPtr & operator=
(
const TRefCountPtr& InPtr |
Templates/RefCounting.h | ||
TRefCountPtr & operator=
(
const TRefCountPtr< CopyReferencedType >& InPtr |
Templates/RefCounting.h | ||
TRefCountPtr & operator=
(
TRefCountPtr&& InPtr |
Templates/RefCounting.h | ||
TRefCountPtr & operator=
(
TRefCountPtr< MoveReferencedType >&& InPtr |
Templates/RefCounting.h |
operator=(ReferencedType *)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
TRefCountPtr & operator=
(
ReferencedType * InReference
)
operator=(const TRefCountPtr &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
TRefCountPtr & operator=
(
const TRefCountPtr & InPtr
)
operator=(const TRefCountPtr< CopyReferencedType > &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
template<typename CopyReferencedType>
TRefCountPtr & operator=
(
const TRefCountPtr < CopyReferencedType > & InPtr
)
operator=(TRefCountPtr &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
TRefCountPtr & operator=
(
TRefCountPtr && InPtr
)
operator=(TRefCountPtr< MoveReferencedType > &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/RefCounting.h |
| Include Path | #include "Templates/RefCounting.h" |
template<typename MoveReferencedType>
TRefCountPtr & operator=
(
TRefCountPtr < MoveReferencedType > && InPtr
)