Identifying / Getting the "caller" of a delegate binding

Example:
I spawn multiple AudioComponents withiin a managing class and bind a function in that manager to the delegate OnAudioPlayStateChanged of each AudioComponent. When the AudioComponent executes the delegate, the manager’s function is called… but by which AudioComponent? Since no reference from the “Caller” is sent, Is there any way to identify / GET the Caller quickly at this point?