Blueprint PostEditChangeProperty?

I’m making a Blueprint actor component to manipulate some other components. I need a way in the Blueprints to respond to when one of the component’s value is changed. PostEditChangeProperty on the C++ side. Is there a way on the BP side (like an event) to respond to that so I can execute it?