How can I increase float precision in unreal engine 5?

You can perhaps implement another library which supports an even higher precision?

  • GMP or GNU Multiple Precision Arithmetic Library should provide functions for performing arithmetic operations with very high precision. You also have MPFR and NTL, but I suggest you look at the specifications to fit your needs.

Out of curiosity, what is the goal?