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

Public Member Functions

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

Public Attributes

 owner_node_index
 
 raw_data
 
 raw_text
 
 target_node_index
 
 text
 

Static Public Attributes

str IGNORE_EMPTY_TEXT_FLAG = "~ignore~"
 

Detailed Description

Definition at line 162 of file DlgTwineToJsonHumanText.py.

Constructor & Destructor Documentation

◆ __init__()

DlgTwineToJsonHumanText.TwineEdgeData.__init__ ( self)

Definition at line 165 of file DlgTwineToJsonHumanText.py.

Member Function Documentation

◆ __repr__()

DlgTwineToJsonHumanText.TwineEdgeData.__repr__ ( self)

Definition at line 210 of file DlgTwineToJsonHumanText.py.

◆ __str__()

DlgTwineToJsonHumanText.TwineEdgeData.__str__ ( self)

Definition at line 207 of file DlgTwineToJsonHumanText.py.

◆ is_empty_edge_text()

DlgTwineToJsonHumanText.TwineEdgeData.is_empty_edge_text ( self)

Definition at line 174 of file DlgTwineToJsonHumanText.py.

Here is the caller graph for this function:

◆ parse()

DlgTwineToJsonHumanText.TwineEdgeData.parse ( self)

Definition at line 177 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

◆ to_dict()

DlgTwineToJsonHumanText.TwineEdgeData.to_dict ( self)

Definition at line 196 of file DlgTwineToJsonHumanText.py.

Here is the call graph for this function:

Member Data Documentation

◆ IGNORE_EMPTY_TEXT_FLAG

str DlgTwineToJsonHumanText.TwineEdgeData.IGNORE_EMPTY_TEXT_FLAG = "~ignore~"
static

Definition at line 163 of file DlgTwineToJsonHumanText.py.

◆ owner_node_index

DlgTwineToJsonHumanText.TwineEdgeData.owner_node_index

Definition at line 171 of file DlgTwineToJsonHumanText.py.

◆ raw_data

DlgTwineToJsonHumanText.TwineEdgeData.raw_data

Definition at line 166 of file DlgTwineToJsonHumanText.py.

◆ raw_text

DlgTwineToJsonHumanText.TwineEdgeData.raw_text

Definition at line 167 of file DlgTwineToJsonHumanText.py.

◆ target_node_index

DlgTwineToJsonHumanText.TwineEdgeData.target_node_index

Definition at line 170 of file DlgTwineToJsonHumanText.py.

◆ text

DlgTwineToJsonHumanText.TwineEdgeData.text

Definition at line 169 of file DlgTwineToJsonHumanText.py.


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