Blueprint Dialogue System

Yep, you need to go into the graph and override the Getters when inheriting from UI_Dialogue (check out the functions in the demo sample UI on how to do this). Inheriting UMG is sadly not a trivial thing, you need to create the new UI and tell the getters who the widgets are so the rest of the UI functions can know what to affect.