Crash on UE4Editor-Navmesh.dll

great job Kyeongho!

I patched my engine from your solution.
Then I could avoid clashing! :slight_smile:

I think the perfect solution of this issue that remove all embedded integer types (ex. unsignd int)from engine code.
Then rewirte code with ue4 coding standard types(ex uint32).

thanks.