Graph block

Просьба редактировать код, если вы знакомы с программированием и системой blueprint.

Итак, вся база кода находится именно тут. Функции, Переменные и т.д. Пройдемся по всему что тут есть.

Я старался максимально комментировать код и функции. Если будет что-то не понятно, пишите мне в дискорд.

Функции:

CreateDialog - Initial function for processing dialogue

QuickTypewriter - Clears the timer and sets an accelerated time for writing text

SplittingDialogComponents - In this function, we process the dialogue and split it line by line.

CreateAnswers - Create answer in UI_Answer_Block

TagSwitcher - Function for recognizing tags and switching between them

SetTextByLetter - The function is called by a timer and prints an additional letter.

Initialization - Initialization of initial values for the widget

CheckInterlocutor - Checks and changes the interlocutor if a new one is specified.

CheckEmotion - Checks and changes the emotion if a new one is specified, otherwise all emotions remain as they are, without any animation.

ResetDialog - Applies default values to all variables

Variables are internal and mainly store temporary values.

Last updated