FPtrInfo

Describes a pointer.

Windows
MacOS
Linux

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

Name Description

Public variable

uint8[4]

 

Padding

Explicit padding for 32 bit builds

Public variable

uint8 *

 

Ptr

Address of the allocation.

Public variable

uint64

 

Size

Size of the allocation.

Constructors

Name Description

Public function

FPtrInfo()

Public function

FPtrInfo

(
    void* NewPtr
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss