Not sure if this is the proper channel but bear with me as I’m a beginner to UE4. I am trying to figure out how to add all values in an array together to produce one total value.
Not sure if this is the proper channel but bear with me as I’m a beginner to UE4. I am trying to figure out how to add all values in an array together to produce one total value.
Yes, a loop, like you have, but you have to literally add the values together
( The ADD node is for putting new values in the array ).
Worked like a charm. now that I see a solution, I had a “duh” moment. Thank you!