FPhysXCountMemoryStream

Utility wrapper for a PhysX output stream that only counts the memory.

Windows
MacOS
Linux

Inheritance Hierarchy

PxOutputStream

FPhysXCountMemoryStream

References

Module

PhysicsCore

Header

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

Include

#include "PhysXSupportCore.h"

Syntax

class FPhysXCountMemoryStream : public PxOutputStream

Remarks

Utility wrapper for a PhysX output stream that only counts the memory.

Variables

Name Description

Public variable

uint32

 

UsedMemory

Memory used by the serialized object(s)

Constructors

Name Description

Public function

FPhysXCountMemoryStream()

Functions

Name Description

Public function Virtual

PxU32

 

write

(
    const void* Src,
    PxU32 Count
)

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