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
268e9babfddc19b3223528ed74200dd05de2cfcf
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
NavigationSystem
/
Private
History
yoan stamant
7416b266cd
[Navigation] Fixed warning log caused by NavMeshBoundsVolume actors gathered before their components get registered resulting in invalid dirty areas.
...
#rb ben.hoffman #rnx [CL 27287973 by yoan stamant in ue5-main branch]
2023-08-22 17:18:51 -04:00
..
NavAreas
…
NavFilters
…
NavGraph
…
NavMesh
Improve FRecastNavMeshGenerator::MarkDirtyTiles speed by prefiltering dirty area bounds using the bounds of invokers seeds.
2023-08-11 18:04:18 -04:00
AbstractNavData.cpp
…
NavCollision.cpp
…
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
[Navigation] Fixed warning log caused by NavMeshBoundsVolume actors gathered before their components get registered resulting in invalid dirty areas.
2023-08-22 17:18:51 -04:00
NavigationSystemModule.cpp
…
NavigationSystemTypes.cpp
Chaos implicit object ref counted ptr + union simple shapes (WIP)
2023-07-31 17:46:47 -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
…