Issue with ai senses config

So, the GetActorsPerception out array (which comes from GetCurrentlyPerceivedActors) does not return the senses, the order has nothing to do with the sense configuration.

The data structure that contains that list is actually a TMap that is indexed by the Actor provided. When you call that, you get a list of stimulus events that have recently perceived that Actor. It has absolutely nothing to do with the order of the Senses array, which isn’t even involved in the thing.

1 Like