However this is causing the InteractionBox to generate twice in the blueprint, attaching to it’s own duplicate. Is there a proper way to go about attaching these components?
I should specify that I am trying to do this in the constructor for the UWidgetComponent since this is a standard feature for every user of this component.
Not getting any duplicates. Had to shift the AttachToComponent method to PostLoad or it wouldn’t work.
Though this workflow is pretty uncomfortable because you need to access the box collider from within the widgetcomponent’s details panel
This causes a crash leading to FMemory.ini when I compile any blueprints using this
Apparently what I am doing is fixed in the 5.1 update because it triggers a breakpoint there. I am surprised there is not an easier way to chain components, and feel like I am missing something.