unreal.RigVMFunction_StringToInteger¶
- class unreal.RigVMFunction_StringToInteger(value: str = '', chop_left: bool = False, chop_right: bool = False, result: int = 0, success: bool = False)¶
Bases:
RigVMFunction_StringBaseConverts a string to an integer
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_String.h
Editor Properties: (see get_editor_property/set_editor_property)
chop_left(bool): [Read-Write] chops non-digit characters from the left of the stringchop_right(bool): [Read-Write] chops non-digit characters from the right of the stringresult(int32): [Read-Write]success(bool): [Read-Write]value(str): [Read-Write]
- property chop_left: bool¶
[Read-Write] chops non-digit characters from the left of the string
- Type:
(bool)