I’m trying to transfer an array of container inventory to the widget, but this method doesn’t work.
I take the link via Trace and Event Tick
![Снимок15](https://d3kjluh73b9h9o.cloudfront.net/original/4X/e/9/0/e90214a4da237b1e1acdf88a58bb11accce0b6e3.jpeg)
The array is not passed and the event itself is also not triggered
![:frowning: :frowning:](https://d1ap1mz92jnks1.cloudfront.net/images/emoji/twitter/frowning.png?v=12)
I’m trying to transfer an array of container inventory to the widget, but this method doesn’t work.
I take the link via Trace and Event Tick
If you’re not getting 1111, then it’s because the reference you’re using to make the interface call is not valid. With interfaces, you don’t get ‘none’ errors.
The link in the interface is not empty, but there is also no interaction with the widget.
(post deleted by author)
Try an is_valid on the variable before you call the interface on it?
I’m so stupid that I was trying to find a connection with the wrong blueprints. the link actually turned out to be invalid because I was trying to find a link not to the widget, but to the actor in which this widget construction
Thank you for your help, you pushed me to solve the problem.