unreal.RigVMFunction_StringTrimWhitespace¶
- class unreal.RigVMFunction_StringTrimWhitespace(value: str = '', result: str = '')¶
Bases:
RigVMFunction_StringBaseTrims the whitespace from a string (start and end)
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_String.h
Editor Properties: (see get_editor_property/set_editor_property)
result(str): [Read-Write]value(str): [Read-Write]