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