unreal.RigUnit_StringPadInteger

class unreal.RigUnit_StringPadInteger(value: int = 0, digits: int = 0, result: str = '')

Bases: RigUnit_StringBase

Converts an integer number to a string with padding

C++ Source:

  • Plugin: ControlRig

  • Module: ControlRig

  • File: RigUnit_String.h

Editor Properties: (see get_editor_property/set_editor_property)

  • digits (int32): [Read-Write] Digits

  • result (str): [Read-Write] Result

  • value (int32): [Read-Write] Value

property digits: int

[Read-Write] Digits

Type:

(int32)

property result: str

[Read-Only] Result

Type:

(str)

property value: int

[Read-Write] Value

Type:

(int32)