How to implement a Mouse Acceleration slider?

I’m using UE4.27.

My goal is to create a slider so that players can adjust the strength of mouse acceleration. I looked around the engine, but couldn’t find an easy way to adjust mouse acceleration. Am I missing something? If there isn’t an adjustable parameter in-engine, then how would I go about implementing this myself (either in C++ or BP)?

Cheers.