Return Value Unknown [Class Unknown]

  • for an actor with a widget comp and some other component:

image

  • this would return the widget:

What are you doing differently?


There’s another way of setting up comms for this (without using an interface); not sure if relevant but here it goes:

  • in the component:

image

  • in the widget:

image

  • the actor that owns both serves as glue:

This would result in us clicking the button and the someComp getting the data from the widget via that Custom Event.

This requires no lookup, and binding can be removed at runtime if needed.