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!
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!