Hey all!
So I’ve setup a custom UNavArea
class, UMHNavAreaJump
, for AI jumping from the Right to Left point of the PointLink
of the Nav Link Proxy. I’ve set the AreaFlags
and setup everything according to the suggestion by MieszkoZ in this The AI is able to path with the setup, but it doesn’t have a clue about AreaFlags
, which are zero, and should be 2 as set in the constructor. From what I can tell, the constructor never even gets hit for UMHNavAreaJump
. What am I missing here?
Note: Looks like another person has had this same issue: Nav Link Proxy not setting custom NavArea Flag - World Creation - Epic Developer Community Forums
Thanks!