Navigation
API > API/Runtime > API/Runtime/Core
| Name | TPimplHeapObjectImpl |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/PimplPtr.h |
| Include Path | #include "Templates/PimplPtr.h" |
Syntax
template<typename T>
struct TPimplHeapObjectImpl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPimplHeapObjectImpl
(
void* InVal |
Templates/PimplPtr.h | ||
TPimplHeapObjectImpl
(
ENoCopyType, |
Templates/PimplPtr.h | ||
TPimplHeapObjectImpl
(
EDeepCopyType, |
Templates/PimplPtr.h |
Enums
Public
| Name | Remarks |
|---|---|
| EDeepCopyType | |
| ENoCopyType |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Copier | FCopyFunc | Templates/PimplPtr.h | ||
| Deleter | FDeleteFunc | Templates/PimplPtr.h | ||
| Val | T | Templates/PimplPtr.h |