Custom Nav Area not setting AreaFlags

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!

Same problem here!
But I noticed the constructor of UNavArea_Jump gets called.
But because it seems to be a singleton, this only happens once at start / after compiling with hot reload.

Same here! please help us to resolve this issue