Skip to main content
Participating Frequently
April 21, 2023
Answered

substance graph instance accessing data

  • April 21, 2023
  • 1 reply
  • 227 views

How to access the substance graph instance float 2 data in ue5 blueprint?

This topic has been closed for replies.
Correct answer Aldo_3D

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.

1 reply

Aldo_3DCorrect answer
Adobe Employee
April 21, 2023

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.