Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/PimplPtr.h |
Include | #include "Templates/PimplPtr.h" |
Syntax
template<typename T>
struct TPimplHeapObjectImpl
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FCopyFunc | Copier | |
![]() |
FDeleteFunc | Deleter | |
![]() |
T | Val |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
TPimplHeapObjectImpl
(
void* InVal |
||
![]() |
TPimplHeapObjectImpl
(
ENoCopyType, |
||
![]() |
TPimplHeapObjectImpl
(
EDeepCopyType, |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
EDeepCopyType | ||
![]() |
ENoCopyType |