unreal.RigVMFunction_StringSplit¶
- class unreal.RigVMFunction_StringSplit(value: str = '', separator: str = '', result: None = [])¶
Bases:
RigVMFunction_StringBaseSplits a string into multiple sections given a separator
C++ Source:
Plugin: RigVM
Module: RigVM
File: RigVMFunction_String.h
Editor Properties: (see get_editor_property/set_editor_property)
result(Array[str]): [Read-Write] The array of split up parts of the input stringseparator(str): [Read-Write] The separator to use to split up the input stringvalue(str): [Read-Write] The input string to split up