I am trying to create a simple progress bar widget in the flying example map. The variable i want to attach the percent level of that widget to is located in a child of my TP_Flying_example pawn. The child is an instance of blueprint. Every tutorial i have watched links the widget in the parent level and uses a parent level variable. How can i get the information from the child actor level and apply it to my parent level widget?