Navigation
API > API/Runtime > API/Runtime/Core
| Name | TPatchedPtrBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
| Include Path | #include "Serialization/MemoryImage.h" |
Syntax
template<typename T, typename PtrType>
class TPatchedPtrBase
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TPatchedPtrBase
(
T* InPtr |
Serialization/MemoryImage.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FPtrTable | TPtrTableBase< T, PtrType > | Serialization/MemoryImage.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Ptr | PtrType | Serialization/MemoryImage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * Get() |
Serialization/MemoryImage.h | ||
T * GetChecked() |
Serialization/MemoryImage.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator T*() |
Serialization/MemoryImage.h | ||
T & operator*() |
Serialization/MemoryImage.h | ||
T * operator->() |
Serialization/MemoryImage.h |