chris tchou
138274687a
Fix for very long iteration times when resizing landscapes with foliage instances
...
The main problem was that the cell count calculation was overflowing, when passed WORLD_MAX/MIN as input bounds -- so it thought that iterating the entire space was faster than iterating the populated cells.
I also modified the query code to not query WORLD_MAX/MIN on Z, but to instead expand the world bounds by a good amount, which helps it take more optimal paths by limiting the query volume.
#rb jonathan.bard
#jira UE-197004
[CL 28475067 by chris tchou in ue5-main branch]
2023-10-04 17:00:39 -04:00
..
2023-09-15 13:39:02 -04:00
2023-08-28 09:56:16 -04:00
2023-09-25 21:35:24 -04:00
2023-09-13 05:43:01 -04:00
2023-09-15 14:02:15 -04:00
2023-09-25 13:48:38 -04:00
2023-08-01 11:01:43 -04:00
2023-09-20 13:26:08 -04:00
2023-10-03 10:26:54 -04:00
2023-09-13 05:43:01 -04:00
2023-10-02 07:31:20 -04:00
2023-09-28 17:04:34 -04:00
2023-09-27 11:35:33 -04:00
2023-09-13 05:43:01 -04:00
2023-09-01 15:06:19 -04:00
2023-09-28 07:07:26 -04:00
2023-10-03 11:34:10 -04:00
2023-09-05 10:01:26 -04:00
2023-09-20 15:24:32 -04:00
2023-09-19 13:52:42 -04:00
2023-06-22 16:35:48 -04:00
2023-10-03 23:02:54 -04:00
2023-08-30 17:56:02 -04:00
2023-08-15 09:43:27 -04:00
2023-09-27 22:48:56 -04:00
2023-09-13 05:43:01 -04:00
2023-10-03 08:20:18 -04:00
2023-10-04 09:57:06 -04:00
2023-09-19 15:28:40 -04:00
2023-09-12 06:05:36 -04:00
2023-10-02 08:10:54 -04:00
2023-09-26 15:04:55 -04:00
2023-09-11 13:25:36 -04:00
2023-10-03 11:34:10 -04:00
2023-09-18 13:28:37 -04:00
2023-10-04 17:00:39 -04:00
2023-10-04 09:58:11 -04:00
2023-06-22 11:32:48 -04:00
2023-07-19 14:51:26 -04:00
2023-09-15 13:39:02 -04:00
2023-10-03 11:34:10 -04:00
2023-10-04 06:41:52 -04:00
2023-09-05 11:04:59 -04:00
2023-08-31 06:13:26 -04:00
2023-10-03 17:17:44 -04:00
2023-08-29 04:30:36 -04:00
2023-09-14 07:08:25 -04:00
2023-08-05 06:09:54 -04:00
2023-09-01 15:06:19 -04:00
2023-09-06 15:00:15 -04:00
2023-06-27 01:44:30 -04:00
2023-10-03 15:55:46 -04:00
2023-08-29 14:54:27 -04:00
2023-09-20 11:06:51 -04:00
2023-10-04 11:44:50 -04:00
2023-09-29 13:21:29 -04:00
2023-08-17 05:24:21 -04:00
2023-06-27 01:44:30 -04:00
2023-10-04 12:20:00 -04:00
2023-07-20 11:08:45 -04:00
2023-09-04 04:10:36 -04:00
2023-09-14 12:42:33 -04:00
2023-09-08 12:38:58 -04:00
2023-08-22 08:36:50 -04:00
2023-09-26 06:31:30 -04:00
2023-08-29 12:11:35 -04:00
2023-09-26 19:36:28 -04:00
2023-08-14 08:59:19 -04:00
2023-08-08 05:50:53 -04:00
2023-09-20 12:11:34 -04:00
2023-06-16 18:35:04 -04:00
2023-08-11 00:46:34 -04:00
2023-09-27 22:48:56 -04:00
2023-10-04 13:21:08 -04:00
2023-08-09 16:53:42 -04:00
2023-08-14 13:39:43 -04:00
2023-07-27 16:06:11 -04:00
2023-10-03 11:34:10 -04:00
2023-06-19 19:55:34 -04:00
2023-09-29 15:38:27 -04:00