convert Unity Quaternion to UE4 FQuat

An array consists of x y z w represents a quaternion in Unity, how to map it to UE4 Fquat?

FQuat::FQuat(x, y, z, w)