Navigation
API > API/Runtime > API/Runtime/Core
Describes a pointer.
| Name | FPtrInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMallocCrash.h |
| Include Path | #include "GenericPlatform/GenericPlatformMallocCrash.h" |
Syntax
struct FPtrInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPtrInfo () |
GenericPlatform/GenericPlatformMallocCrash.h | ||
FPtrInfo
(
void* NewPtr |
GenericPlatform/GenericPlatformMallocCrash.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Padding | uint8 | Explicit padding for 32 bit builds | GenericPlatform/GenericPlatformMallocCrash.h | |
| Ptr | uint8 * | Address of the allocation. | GenericPlatform/GenericPlatformMallocCrash.h | |
| Size | uint64 | Size of the allocation. | GenericPlatform/GenericPlatformMallocCrash.h |