Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TPimplHeapObjectImpl
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPimplHeapObjectImpl
(
void* InVal |
Templates/PimplPtr.h | ||
TPimplHeapObjectImpl
(
ENoCopyType, |
Templates/PimplPtr.h | ||
TPimplHeapObjectImpl
(
EDeepCopyType, |
Templates/PimplPtr.h |
TPimplHeapObjectImpl(void *)
| Name | TPimplHeapObjectImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PimplPtr.h |
| Include Path | #include "Templates/PimplPtr.h" |
TPimplHeapObjectImpl
(
void * InVal
)
TPimplHeapObjectImpl(ENoCopyType, ArgTypes &&...)
| Name | TPimplHeapObjectImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PimplPtr.h |
| Include Path | #include "Templates/PimplPtr.h" |
template<typename... ArgTypes>
TPimplHeapObjectImpl
(
ENoCopyType ,
ArgTypes &&... Args
)
TPimplHeapObjectImpl(EDeepCopyType, ArgTypes &&...)
| Name | TPimplHeapObjectImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PimplPtr.h |
| Include Path | #include "Templates/PimplPtr.h" |
template<typename... ArgTypes>
TPimplHeapObjectImpl
(
EDeepCopyType ,
ArgTypes &&... Args
)