unreal.RigVMMemoryStatistics¶
- class unreal.RigVMMemoryStatistics(register_count: int = 0, data_bytes: int = 0, total_bytes: int = 0)¶
Bases:
StructBaseRig 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]