I looked at the unreal documentation and FVectors use floats, so why is it that this FVector is attempting to convert a float to a double?
FVector End = FVector(0.f,0.f,Start.Z-100.f);
1 Like