How to call functions from the "master" blueprint?

if your master blueprint is a BP function blueprint, you can call any function in that blueprint anywhere in any blueprint without needing a reference; it will look and act like a C++ function. this is what i would recommend you do if you can.

1 Like