Director Functions
Learn more about the QuickVP Director
Outliner
This is used to create global events that can be triggered from the control panel. These events can contain data. As shown in the demo scene, you can drag and drop this from the outliner into the Level Blueprint, bind it in the Begin Play event, and use the ID as the event identifier index. The array of strings retrieves the corresponding data based on the ID, as demonstrated in the example.
Settings
As seen in the QVP Director settings, a new button has been created. When the event has data fields, it will display a gear icon, allowing you to open the data form and set field values.
Form Fields
The form will display the fields to be filled. Currently, QVP only supports text data, but since they are fully strings, they can be easily converted to other formats in Unreal.