This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
43b221abebcc2cb65a66e65d07e2e8d3fa2c697c
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
NavigationSystem
/
Private
History
panos grigoropoulos
61749458fb
Add camera location to invoker seed locations when the pawn is null so nav mesh is not removed in cases where the player camera is near the invoker but the player pawn has been destroyed.
...
[CL 27829426 by panos grigoropoulos in ue5-main branch]
2023-09-13 09:59:02 -04:00
..
NavAreas
…
NavFilters
…
NavGraph
…
NavMesh
Modified scene proxy GetDynamicMeshElements calls to take a local command list instead of relying on the immediate command list and defer uniform expression cache invalidations.
2023-09-12 18:32:22 -04:00
AbstractNavData.cpp
…
NavCollision.cpp
[Navigation] Added bounds to NavCollision since geometry can differ from StaticMesh
2023-09-11 10:47:11 -04:00
NavigationData.cpp
…
NavigationDataHandler.cpp
[NavigationSystem] replaced requirement of PrimitiveComponent by INavRelevantInterface + UObject.
2023-08-09 20:35:21 -04:00
NavigationDirtyAreasController.cpp
[NavigationSystem] replaced requirement of PrimitiveComponent by INavRelevantInterface + UObject.
2023-08-09 20:35:21 -04:00
NavigationInterfaces.cpp
…
NavigationInvokerComponent.cpp
…
NavigationOctree.cpp
[NavigationSystem] replaced requirement of PrimitiveComponent by INavRelevantInterface + UObject.
2023-08-09 20:35:21 -04:00
NavigationOctreeController.cpp
…
NavigationPath.cpp
…
NavigationSystem.cpp
Add camera location to invoker seed locations when the pawn is null so nav mesh is not removed in cases where the player camera is near the invoker but the player pawn has been destroyed.
2023-09-13 09:59:02 -04:00
NavigationSystemModule.cpp
…
NavigationSystemTypes.cpp
[Navigation] Added bounds to NavCollision since geometry can differ from StaticMesh
2023-09-11 10:47:11 -04:00
NavigationTestingActor.cpp
Fix no-Recast builds [Github Pull Request: 9579]
2023-08-02 15:20:28 -04:00
NavLinkComponent.cpp
…
NavLinkCustomComponent.cpp
…
NavLinkRenderingComponent.cpp
Fix no-Recast builds [Github Pull Request: 9579]
2023-08-02 15:20:28 -04:00
NavModifierComponent.cpp
TObjectPtr compilation fixes ahead of enabling GC barrier
2023-08-02 06:51:30 -04:00
NavModifierVolume.cpp
…
NavRelevantComponent.cpp
…
NavSystemConfigOverride.cpp
…