UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPtrInfo Struct Reference

#include <GenericPlatformMallocCrash.h>

Public Member Functions

 FPtrInfo ()
 
 FPtrInfo (void *NewPtr)
 

Public Attributes

uint64 Size
 
uint8Ptr
 

Detailed Description

Describes a pointer.

Constructor & Destructor Documentation

◆ FPtrInfo() [1/2]

FPtrInfo::FPtrInfo ( )
inline

◆ FPtrInfo() [2/2]

FPtrInfo::FPtrInfo ( void NewPtr)
inline

Member Data Documentation

◆ Ptr

uint8* FPtrInfo::Ptr

Address of the allocation.

◆ Size

uint64 FPtrInfo::Size

Size of the allocation.


The documentation for this struct was generated from the following file: