A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DlgTwineToJsonHumanText.TwineInnerEdgeData Class Reference

Public Member Functions

 __init__ (self)
 
 __repr__ (self)
 
 __str__ (self)
 
 parse (self)
 
 to_dict (self)
 

Public Attributes

 edge_text
 
 owner_node_index
 
 raw_data
 
 speaker
 
 text
 

Static Public Attributes

str REGEX_EDGE_TEXT = r"``\s*EdgeText\s*:\s*``\s*//(.*)//"
 
str REGEX_SPEAKER = r"``\s*Speaker\s*:\s*``\s*//(.*)//"
 
str REGEX_TEXT = r"``\s*Text\s*:\s*``\s*//(.*)//"
 

Detailed Description

Definition at line 214 of file DlgTwineToJsonHumanText.py.

Constructor & Destructor Documentation

◆ __init__()

DlgTwineToJsonHumanText.TwineInnerEdgeData.__init__ ( self)

Definition at line 219 of file DlgTwineToJsonHumanText.py.

Member Function Documentation

◆ __repr__()

DlgTwineToJsonHumanText.TwineInnerEdgeData.__repr__ ( self)

Definition at line 283 of file DlgTwineToJsonHumanText.py.

◆ __str__()

DlgTwineToJsonHumanText.TwineInnerEdgeData.__str__ ( self)

Definition at line 280 of file DlgTwineToJsonHumanText.py.

◆ parse()

DlgTwineToJsonHumanText.TwineInnerEdgeData.parse ( self)

Definition at line 227 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

◆ to_dict()

DlgTwineToJsonHumanText.TwineInnerEdgeData.to_dict ( self)

Definition at line 269 of file DlgTwineToJsonHumanText.py.

Member Data Documentation

◆ edge_text

DlgTwineToJsonHumanText.TwineInnerEdgeData.edge_text

Definition at line 224 of file DlgTwineToJsonHumanText.py.

◆ owner_node_index

DlgTwineToJsonHumanText.TwineInnerEdgeData.owner_node_index

Definition at line 225 of file DlgTwineToJsonHumanText.py.

◆ raw_data

DlgTwineToJsonHumanText.TwineInnerEdgeData.raw_data

Definition at line 220 of file DlgTwineToJsonHumanText.py.

◆ REGEX_EDGE_TEXT

str DlgTwineToJsonHumanText.TwineInnerEdgeData.REGEX_EDGE_TEXT = r"``\s*EdgeText\s*:\s*``\s*//(.*)//"
static

Definition at line 217 of file DlgTwineToJsonHumanText.py.

◆ REGEX_SPEAKER

str DlgTwineToJsonHumanText.TwineInnerEdgeData.REGEX_SPEAKER = r"``\s*Speaker\s*:\s*``\s*//(.*)//"
static

Definition at line 215 of file DlgTwineToJsonHumanText.py.

◆ REGEX_TEXT

str DlgTwineToJsonHumanText.TwineInnerEdgeData.REGEX_TEXT = r"``\s*Text\s*:\s*``\s*//(.*)//"
static

Definition at line 216 of file DlgTwineToJsonHumanText.py.

◆ speaker

DlgTwineToJsonHumanText.TwineInnerEdgeData.speaker

Definition at line 222 of file DlgTwineToJsonHumanText.py.

◆ text

DlgTwineToJsonHumanText.TwineInnerEdgeData.text

Definition at line 223 of file DlgTwineToJsonHumanText.py.


The documentation for this class was generated from the following file: