In UEFN editor, the Details tab for a trigger_device has a “User Options - Function” named “Trigger”, which contains an array of elements that you can add actors (+associated events) to, in order to create a list of what can cause the trigger to activate.
Groovy.
In Verse, how do I dynamically add a new element to that array?
I don’t see any method exposed for doing that, or anything for accessing the array.
Sooo… where do I go? Do I write my own trigger device? With my own list. And do the work myself? Or can I subclass or override something somewhere to simply add to what already exists?
Just trying to figure out what direction to head. Thanks!