Bugfix Build Error ALS UI Structs & Tree Editor Only Data

This commit is contained in:
Philip W 2024-03-22 12:58:35 +00:00
parent a7976f6749
commit 3ac9bab40b
11 changed files with 6 additions and 28 deletions

View File

@ -9,6 +9,7 @@ UDialogueTree::UDialogueTree()
NodeType = UGenericGraphNode::StaticClass();
EdgeType = UDialogueEdge::StaticClass();
#if WITH_EDITORONLY_DATA
bCanBeCyclical = true;
Character1.CharacterName = "Character 1";
@ -22,6 +23,7 @@ UDialogueTree::UDialogueTree()
Character4.DialogueNodeBgColor = FLinearColor::Blue;
Name = "Dialogue Tree";
#endif
}
#undef LOCTEXT_NAMESPACE