Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TBufferOwnerPtr
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TBufferOwnerPtr & operator=
(
const TBufferOwnerPtr& Ptr |
Memory/SharedBuffer.h | ||
TBufferOwnerPtr & operator=
(
TBufferOwnerPtr&& Ptr |
Memory/SharedBuffer.h | ||
TBufferOwnerPtr & operator=
(
const TBufferOwnerPtr< FOtherOps >& Ptr |
Memory/SharedBuffer.h | ||
TBufferOwnerPtr & operator=
(
TBufferOwnerPtr< FOtherOps >&& Ptr |
Memory/SharedBuffer.h | ||
TBufferOwnerPtr< FOps > & operator=
(
const TBufferOwnerPtr< FOtherOps >& Ptr |
Memory/SharedBuffer.h | ||
TBufferOwnerPtr< FOps > & operator=
(
TBufferOwnerPtr< FOtherOps >&& Ptr |
Memory/SharedBuffer.h |
operator=(const TBufferOwnerPtr &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
TBufferOwnerPtr & operator=
(
const TBufferOwnerPtr & Ptr
)
operator=(TBufferOwnerPtr &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
TBufferOwnerPtr & operator=
(
TBufferOwnerPtr && Ptr
)
operator=(const TBufferOwnerPtr< FOtherOps > &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
template<typename FOtherOps>
TBufferOwnerPtr & operator=
(
const TBufferOwnerPtr < FOtherOps > & Ptr
)
operator=(TBufferOwnerPtr< FOtherOps > &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
template<typename FOtherOps>
TBufferOwnerPtr & operator=
(
TBufferOwnerPtr < FOtherOps > && Ptr
)
operator=(const TBufferOwnerPtr< FOtherOps > &)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
template<typename FOtherOps>
TBufferOwnerPtr < FOps > & operator=
(
const TBufferOwnerPtr < FOtherOps > & Ptr
)
operator=(TBufferOwnerPtr< FOtherOps > &&)
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Memory/SharedBuffer.h |
| Include Path | #include "Memory/SharedBuffer.h" |
template<typename FOtherOps>
TBufferOwnerPtr < FOps > & operator=
(
TBufferOwnerPtr < FOtherOps > && Ptr
)