Navigation
Unreal Engine C++ API Reference > Runtime > NavigationSystem > FNavigationPath
Syntax
uint32 bReachedSearchLimit: 1
Remarks
Set to true when path finding algorithm reached a technical limit (like limit of A* nodes). This generally means path cannot be trusted to lead to requested destination although it might lead closer to destination.