Dynamically adding triggers to a trigger_device

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!

NVM, I figured it out. All I needed to do was enumerate the items of interest, subscribe to them, and handle their events. Super easy. I don’t know why I was even holding on to the thought of continuing to use trigger_device.