I need to check the strenght of password in registration form

I don’t think Unreal has this ability.

If you’re looking for some C code to use, you could make your own custom UObject for your project with this project on github tsyrogit/zxcvbn-c (C/C++ version of the zxcvbn password strength estimator).

I am using unreal engine in creating a mobile application that has a registration, instead of putting the php code to check the password strength can I be able to solve it using unreal engine