Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIndexedPtrBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIndexedPtrBase
(
T* InPtr |
Serialization/MemoryImage.h | ||
TIndexedPtrBase
(
const TIndexedPtrBase< T, PtrType >& Rhs |
Copy constructor requires an unfrozen source. | Serialization/MemoryImage.h | |
TIndexedPtrBase
(
const TIndexedPtrBase< T, PtrType >& Rhs, |
Serialization/MemoryImage.h |
TIndexedPtrBase(T *)
| Name | TIndexedPtrBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
| Include Path | #include "Serialization/MemoryImage.h" |
TIndexedPtrBase
(
T * InPtr
)
TIndexedPtrBase(const TIndexedPtrBase< T, PtrType > &)
Description
Copy constructor requires an unfrozen source.
| Name | TIndexedPtrBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
| Include Path | #include "Serialization/MemoryImage.h" |
TIndexedPtrBase
(
const TIndexedPtrBase < T, PtrType > & Rhs
)
TIndexedPtrBase(const TIndexedPtrBase< T, PtrType > &, const FPtrTable &)
| Name | TIndexedPtrBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
| Include Path | #include "Serialization/MemoryImage.h" |
TIndexedPtrBase
(
const TIndexedPtrBase < T, PtrType > & Rhs,
const FPtrTable & InTable
)