Filter Actions

I’ve had a scout around myself but can’t figure out how to do this, I need to check which actions a filter has been applied to from within the filter itself, is this possible? I assume $filterChain->controller would hold this information?

Thanks.

Edit I realise I could call ->filters() and get the string of "filter + action1,action2", is pulling this string apart the only way of doing it?