A Demo Project for the UnrealEngineSDK
|
Public Member Functions | |
clean_text (cls, text) | |
parse_twine_node_name (cls, raw_name, context_multiple_matches, context_invalid_index, context_invalid_speaker) | |
Static Public Attributes | |
str | REGEX_NAME = r"(-?\d+)\.\s*(.*)" |
Definition at line 129 of file DlgTwineToJsonHumanText.py.
DlgTwineToJsonHumanText.TwineHelper.clean_text | ( | cls, | |
text ) |
Definition at line 157 of file DlgTwineToJsonHumanText.py.
DlgTwineToJsonHumanText.TwineHelper.parse_twine_node_name | ( | cls, | |
raw_name, | |||
context_multiple_matches, | |||
context_invalid_index, | |||
context_invalid_speaker ) |
Definition at line 133 of file DlgTwineToJsonHumanText.py.
|
static |
Definition at line 130 of file DlgTwineToJsonHumanText.py.