blueprint

Меньше среднего

  • Exposure: public
  • UE Version: 5.4

Melnik Ksenia

November 6, 2024, 11:37 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • tomofnz_unreal

    November 10, 2024, 3:01 am

    The function should sum the entire array first to get the array average, not sum cumulative result incrementally while looping the below average test. For example, in your case, index 0 will never be below average, because it's only testing against itself, not the average of the input array.

    Example using Average of Int Array first:

    https://blueprintue.com/blueprint/3i7lfo1w/