when you create the widget, you have an input called ElevatorCompiled. plug a Self node into that, and your reference should be valid.
also, just in case, you should go into the onclicked event, and right click the GetElevatorCompiled node, and convert it to a validated get, so it avoids the access none error, even if the reference is invalid.