UDialoguePath
(UDialogueTreeNode)
(UDialogueTreeNode)
This class acts as a node within a DialogueTree. Use the Path() function in a DialogueTree to utilize the behaviors implemented in this class. This class progresses through an array of dialogue instructions and only finishes when it reaches the end of the array. Each step through the array passes one FText to the DialogueManagerSubsystem to broadcast through the OnDialogueNext() event.