unreal.RigVMMemoryStatistics

class unreal.RigVMMemoryStatistics(register_count: int = 0, data_bytes: int = 0, total_bytes: int = 0)

Bases: StructBase

Rig VMMemory Statistics

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMStatistics.h

Editor Properties: (see get_editor_property/set_editor_property)

  • data_bytes (int32): [Read-Only]

  • register_count (int32): [Read-Only]

  • total_bytes (int32): [Read-Only]

property data_bytes: int

[Read-Only]

Type:

(int32)

property register_count: int

[Read-Only]

Type:

(int32)

property total_bytes: int

[Read-Only]

Type:

(int32)