Complex Numbers

Can we use Complexe Number in UE4 and how ?

Thanl you

I don’t think there is built in support for that. But you could easily define your own complex number class or struct. With 4.2 you’ll be able to define your custom structs in BPs as well.

in the stl
#include <complex>