So Radius is taken in account and that's why goes over Range. Now I understand.
Perhaps before putting on Zero radius I should save it elsewhere for recovering it after work. Hm, interesting.
EDIT:
Back and Ready ?
RadiusActors still captures points at higher range even if N.CollisionRadius is zero. As result I went for linked list (perhaps less iterations as average).
Higor was probably right saying that this iterator is a bit messed up. I cannot be 100% sure but in this case I'm not helped.
In class I have implemented a variable called "it". this increases in each iteration ("for" cycles, other radius actors where errors are accepted etc.).
As result I think I have a clue if I'm approaching a crash or it's a safe usage of the tool.
Code: Select all
UScriptDevPath: Deleting temporary markers...
UScriptDevPath: Created 1161 ReachSpecs through 199323 iterations.
UScriptDevPath: Paths build in 2.441015 seconds.
I think this is pretty normal and now I only need to polish things here and there.
And this is the same task operated in 469b
Code: Select all
UScriptDevPath: Deleting temporary markers...
UScriptDevPath: Created 1161 ReachSpecs through 199323 iterations.
UScriptDevPath: Paths build in 17.263552 seconds.
It's around 7 times slower. You can imagine that I won't get older waiting the
same result like a doggy slow when I can do these 7 times faster in 436/440.
Task was about building paths in a testing map using 700 ScanRange for mapping specs, max paths list filled up to 6 - Paths[0-5]/upStreamPaths[0-5], and preventing multiple connections at overcrowded InventorySpots whithin 300 UU radius. No VisNoReach, No prunes, no other trash chain type bytes added, clean as a crystal.
Then let's see a sort of random
WC example where I'm finding this thing useful:
This was initial stage - debug routes if you can:
And after building with more flexible settings:
No node has been deleted, no monster has been killed, no bad "Edy-Scout" collision stuff has been encountered, no ambulance has been called during process, no helmet is even needed.
Year 2021 without Covid it would be a good year...
You do not have the required permissions to view the files attached to this post.