Get Input ID from Gameplay ability class/spechandle

Is it possible to fetch/get the Input ID of a gameplay ability’s class or spec handle?

I would like to clear all abilities bound to an input id.

hi @Big-Smokey

I havent used GAS yet myself, yet another To-Learn on the To-Do list.

Not sure what the input id is, ive not seen it mentioned.

The alternative though is (may or may not help) is to assign a gameplay tag to the ability which then moves on to be able to cancel, activation and blocking.

Not sure it applies but its worth looking into?

Gameplay Ability | Unreal Engine Documentation

Hi @High500 ,

I am using the Valley of the Ancient Project as reference.

Where they also bind gameplay ability to enhanced input actions using a Dataset.

I just can’t seem to figure out how to clear an ability from a single input id, since they get assigned behind the scenes with random input ids.