Hey there, I have only been learning UE for 2 or 3 days now so I am still very new and don’t know much. I am trying to make a simple system where an AI roams in a small area and follows me but it can only move when it is not illuminated. I have placed null nav mesh modifiers under light sources to restrict the AI from moving through them but as soon as I walk into the area the AI stops moving and is permanently stuck. Same happens with my system to stop the AI from moving when my PawnSensing component on my character sees the pawn. (I intend on making it so it only stops when the flashlight is on in the future but working on this for now.)
Any help would be appreciated.