FPhysXAllocator

PhysX memory allocator wrapper

Windows
MacOS
Linux

Inheritance Hierarchy

PxAllocatorCallback

FPhysXAllocator

References

Module

PhysicsCore

Header

/Engine/Source/Runtime/PhysicsCore/Public/PhysXSupportCore.h

Include

#include "PhysXSupportCore.h"

Syntax

class FPhysXAllocator : public PxAllocatorCallback

Remarks

PhysX memory allocator wrapper

Constructors

Name Description

Public function

FPhysXAllocator()

Destructors

Name Description

Public function Virtual

~FPhysXAllocator()

Functions

Name Description

Public function Virtual

void *

 

allocate

(
    size_t size,
    const char* typeName,
    const char* filename,
    int line
)

Public function Virtual

void

 

deallocate

(
    void* ptr
)

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