Update Dialogue Tree to be Able to have Cyclical Graphs
This commit is contained in:
parent
1a2a562299
commit
eb8f90016f
@ -11,6 +11,7 @@ UDialogueTree::UDialogueTree()
|
|||||||
|
|
||||||
LeftDialogueBgColor = FLinearColor::Black;
|
LeftDialogueBgColor = FLinearColor::Black;
|
||||||
RightDialogueBgColor = FLinearColor(0.93f, 0.93f, 0.93f, 1.f);
|
RightDialogueBgColor = FLinearColor(0.93f, 0.93f, 0.93f, 1.f);
|
||||||
|
bCanBeCyclical = true;
|
||||||
|
|
||||||
Name = "Dialogue Tree";
|
Name = "Dialogue Tree";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user