blueprint
Меньше среднего
- Exposure: public
- UE Version: 5.4
ctrl + v
1 comment
-
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:
tomofnz_unreal
November 10, 2024, 3:01 am