Widget Variable Not Being Set



Screenshots of the Main Widget…
Deception and Stealth are the ProfSkills Widget, the Conditions text is the Conditions Widget.
The Main Widget Passes the Variables to the corresponding widgets; and the corresponding widgets use the text array to add child widgets and populate the list.
The ProfSkills Widget is working perfectly. The Conditions Widget is setup in te same manner, but for some reason the variable is not being set?
image
The green “14” is the length of the array after being set on the widget.
The yellow 2 is the length of the ProfSkills Array, printed after being set by parent widget

The Pink “0” is the length o the Conditions Array printed at Event Construct, same as ProfSkills Widget.

For the life of me I canot figure out why the Conditions Widget returns a 0 length array, and will not populate the list.

There is 14 items in the Conditions array.

Found Solution:
Instead of having variables inside the child widgets and setting those variables from parent widget I:

Created a Custom Event in Child Widget with Inputs for the Variables, the Custom Event is called from Parent Widget and passes the Variables to the Custom Event.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.