unreal.RigVMMemoryStatistics

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

Bases: unreal.StructBase

Rig VMMemory Statistics

C++ Source:

  • Module: RigVM

  • File: RigVMStatistics.h

Editor Properties: (see get_editor_property/set_editor_property)

  • data_bytes (int32): [Read-Only] Data Bytes

  • register_count (int32): [Read-Only] Register Count

  • total_bytes (int32): [Read-Only] Total Bytes

property data_bytes

[Read-Only] Data Bytes

Type

(int32)

property register_count

[Read-Only] Register Count

Type

(int32)

property total_bytes

[Read-Only] Total Bytes

Type

(int32)