Describe the bug
I am experiencing an issue with the FlyingNavigation plugin when running on a dedicated server. The navigation system does not function properly.
To Reproduce
Steps to reproduce the behavior:
- I followed the QuickStart guide to set up the sample project, and it works correctly when running in the editor.
- However, when I run the project on a dedicated server, the FlyingNavigation agents do not properly follow the navigation path.
- The issue is that the UNavigationSystemV1::SupportedAgents does not include the "fly" and "default" agents as set up in the QuickStart guide.
- Debugging shows that the 0th index of SupportedAgents is set to the "recast" agent.
- In the editor, the SupportedAgents has "fly" at index 0 and "default" at index 1.
- The reason the dedicated server sets the 0th index to "default" (recast) is due to the following:
- The UNavigationSystemV1::ApplySupportedAgentsFilter() function resets the SupportedAgents to the default object's SupportedAgents.
- The GetDefaultObject() returns an object with "default" (recast) as the 0th agent in SupportedAgents.
- This overwrites the previous correct SupportedAgents configuration.
- I am using Unreal Engine 5.3, and the mentioned code is pure engine code without any customization.
Expected behavior
The navigation system should function correctly on the dedicated server, with the "fly" and "default" agents properly configured in the SupportedAgents.
Desktop (please complete the following information):
- OS: Windows 11
- Version [Microsoft Windows [Version 10.0.22631.4317] / Plugin Ver : Lastest
Additional context

Describe the bug
I am experiencing an issue with the FlyingNavigation plugin when running on a dedicated server. The navigation system does not function properly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The navigation system should function correctly on the dedicated server, with the "fly" and "default" agents properly configured in the SupportedAgents.
Desktop (please complete the following information):
Additional context
