Transition Data
Introduction
A transition from one dialogue entry to the next
API Reference
Properties
Property | Description | Type | Default Value |
---|---|---|---|
Text | The text displayed for this transition (choice) | FText | |
StartEntry | The dialogue entry where the transition starts | UDialogueEntry* | nullptr |
EndEntry | The dialogue entry where the transition ends | UDialogueEntry* | nullptr |
Events
Name | Description | Params |
---|---|---|
OnMarkedForDeletion | Event used to notify other classes that the transition is marked for deletion |