Incorrect parameter type in engine code: MaterialInterface.h

There’s an incorrect parameter type in UMaterialInterface::GetVectorParameterValue(FName ParameterName, FLinearColor& OutValue)

You can see from the signature that the Out value should be an FVector instead of an FLinearColor.

Cheers!