input action elapsed seconds in c++

Okk
So I have a UInputaction variable in a actor
Which has property specifier editanywhere so I can select it from blueprint class

I successfully bind the action to some functions
With the help of enhancedinputcomponent
In c++

And also a function for it’s action value

Now I need a function which returns
The elapsed seconds of input action’s variable