Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMallocCrash.h |
| Include | #include "GenericPlatform/GenericPlatformMallocCrash.h" |
Syntax
struct FPtrInfo
Remarks
Describes a pointer.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8[4] | Padding | Explicit padding for 32 bit builds | |
| uint8 * | Ptr | Address of the allocation. | |
| uint64 | Size | Size of the allocation. |