-
Notifications
You must be signed in to change notification settings - Fork 86
Example Blueprint Using Dialogue Values
Daniel Butum edited this page Oct 22, 2020
·
10 revisions
[[TOC]]
ℹ️ NOTE: An example like here is implemented in the Example Project
ℹ️ An example struct you can copy is also in the Example Project
- In the content Browser Press View Options -> Show Plugin Content
- Navigate to the DlgSystem Content
- Copy the Example_Struct_DialogueData to your Project Content Folder
-
Return to the content browser. Create a new Structure with the name
DlgData
. Add 4 variables (3 maps and a set): -
Go back to the character blueprint. Add a new variable with the name
DlgData
, set the type toDlgData
. -
Implement the
Modify...
andGet...
interface functions: