Can`t "Use this body for implementations" for abstract class on MAC

I have that structure

When i try to use "Use this body for implementations"

And all what it do is that message

Why it cant move body to implementaion?

0
1 comment

Hello,

This action can't move body of the property from the InputService abstract class to the StandaloneInputService class because StandaloneInputService class already contains an overridden implementation of this property. Either use virtual modifier instead of abstract for InputService.Axis property to allow both declaring a body and overriding it in a derived class, or remove/rename StandaloneInputService.Axis property.

Meanwhile, the "Nothing to implement" message could use some improvements, I have submitted a new issue about that RSRP-492492 Provide more details instead of 'Nothing to implement' message, thank you for bringing this up.

0

Please sign in to leave a comment.