substance graph instance accessing data
How to access the substance graph instance float 2 data in ue5 blueprint?
How to access the substance graph instance float 2 data in ue5 blueprint?
Hi @buddhikaj26572109 , since float 2 data can be extracted as an array, we can use a Get node to target the individual elements of that array, then use them as needed. Below is an example blueprint that will print the values in the float2 parameter of my substance graph:

Edit: We also have blueprint help on our documentation page here.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.