Is it possible to have two unique actors read one NavModifier in a different way? I’m looking for a setup where actor A reads a specific NavModifierVolume with a default cost of 1, but actor B reads the same volume as null.
I feel like the answer lies in the “SupportedAgents” section of this custom NavAreaBP, but I’m not quite sure what I’m doing.
Well, its not a perfect solution, but it certainly works - shoutouts to TorQueMoD from this forum post
By creating a separate NavArea, and then a NavFilter that excludes your new nav area, applying the NavFilter to your actor’s AIController makes it effectively treat the new nav area as null.