Hallo. I don’t know what don’t work here. I will just show everything about this function.
This is map i use to test my new function (in procedural dungeon generator). What i want to do is make “sectors” from all “paths” that adjacent (neighbor?) each other.
https://forums.unrealengine.com/core/image/gif;base64
This code evoke my F(Sectoring), on right is only Beginplay.
In quote is realy(REALY) big picture with Sectoring F

All F i made my self is below :
Overlap for sectoring is public F of Path
I know i could(should i? is it better?) do it with counter and select.
Location At 4Director + XXX is macro from macro libery i add to Actor class :
This is output :
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 0
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 0
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 1
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 1
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 1
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 2
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 2
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 2
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 2
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 2
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 3
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 3
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 3
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 3
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 3
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 3
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 3
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 3
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 4
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 4
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 4
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 4
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 4
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 4
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 4
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 4
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 4
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 5
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 5
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 5
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 5
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 5
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 5
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 5
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 5
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 5
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path7 assigned to sector 5
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 6
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 6
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 6
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 6
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 6
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 6
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 6
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 6
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 6
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path7 assigned to sector 6
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path16 assigned to sector 6
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path7 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path16 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path8 assigned to sector 7
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path7 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path16 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path8 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path10 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path11 assigned to sector 8
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path7 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path16 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path8 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path10 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path11 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path23 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path24 assigned to sector 9
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path7 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path16 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path8 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path10 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path11 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path23 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path24 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path3 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path4 assigned to sector 10
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path7 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path16 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path8 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path10 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path11 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path23 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path24 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path3 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path4 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path_2 assigned to sector 11
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path7 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path16 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path8 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path10 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path11 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path23 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path24 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path3 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path4 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path_2 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path14 assigned to sector 12
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path7 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path16 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path8 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path10 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path11 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path23 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path24 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path3 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path4 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path_2 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path14 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path19 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path20 assigned to sector 13
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path7 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path16 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path8 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path10 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path11 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path23 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path24 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path3 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path4 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path_2 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path14 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path19 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path20 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path9 assigned to sector 14
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path12 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path13 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path6 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path17 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path18 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path21 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path22 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path25 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path15 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path7 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path16 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path8 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path10 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path11 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path23 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path24 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path3 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path4 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path_2 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path14 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path19 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path20 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path9 assigned to sector 15
LogBlueprintUserMessages: [DungeonGeneratorGameModeBasic_C_0] Path Single_path5 assigned to sector 15
And what i try to do is this :
Why this don’t work how i like to?
Thank you all in advance and as every time i write on this forum, sorry for my english, i’m not native.
PS: Creator(Var i use in Overlap check for sectoring) is empty in every path on this map. I use it in generator.