unreal.RigVMByteCodeStatistics

class unreal.RigVMByteCodeStatistics(instruction_count=0, data_bytes=0)

Bases: unreal.StructBase

Rig VMByte Code Statistics

C++ Source:

  • Module: RigVM

  • File: RigVMStatistics.h

Editor Properties: (see get_editor_property/set_editor_property)

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

  • instruction_count (int32): [Read-Only] Instruction Count

property data_bytes

[Read-Only] Data Bytes

Type

(int32)

property instruction_count

[Read-Only] Instruction Count

Type

(int32)