How do I use the “Get Material Instance Vector Parameter Value” node in UE5 ?:
It doesn’t show up at all in the Blueprint.
How do I use the “Get Material Instance Vector Parameter Value” node in UE5 ?:
It doesn’t show up at all in the Blueprint.
Maybe this node was deprecated.
You can get [Vector Parameter Values] and find the one you need in the returned array.
Edit: I went through C++ code and GetMaterialInstanceVectorParameterValue()
function is still there, and it’s marked as BlueprintPure
, so it should be accessible in blueprints. But it’s not for some reason.
Thank you very much. I guess I’ll send a bug report.
Edit: Done. Case # 00432849