unreal.RigVMFunction_StringPadInteger

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

Bases: RigVMFunction_StringBase

Converts an integer number to a string with padding

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_String.h

Editor Properties: (see get_editor_property/set_editor_property)

  • digits (int32): [Read-Write]

  • result (str): [Read-Write]

  • value (int32): [Read-Write]

property digits: int

[Read-Write]

Type:

(int32)

property result: str

[Read-Only]

Type:

(str)

property value: int

[Read-Write]

Type:

(int32)