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
5.5
Add File
New File
Upload File
Apply Patch
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
NavigationSystem
/
Private
History
frederic doll
5b857a94f9
Prevent generation of areas when the Bounds contains a NaN
...
#rb Mieszko.Zielinski [CL 36945274 by frederic doll in 5.5 branch]
2024-10-08 15:59:02 -04:00
..
NavAreas
…
NavFilters
…
NavGraph
…
NavMesh
Prevent generation of areas when the Bounds contains a NaN
2024-10-08 15:59:02 -04:00
AbstractNavData.cpp
…
BaseGeneratedNavLinksProxy.cpp
…
NavCollision.cpp
…
NavigationData.cpp
Updating Dev-Release-5.5 from Main at CL
#36144969
2024-09-10 10:26:02 -04:00
NavigationDataHandler.cpp
Fixes for when bCompileRecast is false (for programs, especially)
2024-09-02 09:01:39 -04:00
NavigationDirtyAreasController.cpp
#UE Null protection for SourceElement in FNavigationDirtyAreasController::AddAreas
2024-08-16 02:26:16 -04:00
NavigationInterfaces.cpp
…
NavigationInvokerComponent.cpp
…
NavigationObjectRepository.cpp
[NavigationSystem] removed some client specific code from delegates listeners and let the code rely on the presence of the navigation system/repository so all flows are consistent. Replaced recently added IsNavigationAllowed by virtual method 'ShouldCreateNavigationSystemInstance' to allow Navigation configs to know if an instance should be created or not.
2024-08-28 11:39:15 -04:00
NavigationObjectRepository.h
[AutoRTFM] Use a transactionally-safe RW access detector for nav elements.
2024-08-27 18:04:30 -04:00
NavigationOctree.cpp
Updating Dev-Release-5.5 from Main at CL
#36144969
2024-09-10 10:26:02 -04:00
NavigationOctreeController.cpp
[NavigationSystem] updating API and various part of the navigation framework to support registration of non UObject elements.
2024-08-14 08:49:00 -04:00
NavigationPath.cpp
Fixed linker errors on some console platform when building modular builds. Fixes involves moving ctor/dtor and friends from header to cpp and dll import/export
2024-08-21 13:44:16 -04:00
NavigationSystem.cpp
Updating Dev-Release-5.5 from Main at CL
#36144969
2024-09-10 10:26:02 -04:00
NavigationSystemModule.cpp
…
NavigationSystemTypes.cpp
…
NavigationTestingActor.cpp
…
NavLinkComponent.cpp
…
NavLinkCustomComponent.cpp
…
NavLinkRenderingComponent.cpp
…
NavModifierComponent.cpp
Let NavigationModifierComponent be used in Replace mode
2024-09-04 18:17:54 -04:00
NavModifierVolume.cpp
Let NavigationModifierVolume be used in Replace mode
2024-09-04 09:37:01 -04:00
NavRelevantComponent.cpp
…
NavSystemConfigOverride.cpp
…
SplineNavModifierComponent.cpp
…