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
9dc3afbdc301e2b207cc6f2c973ea1e5bee5f310
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Landscape
History
mark lintott
30dbe20026
Fix for DDC Stats related to Lansdcape Collision builds so they don't show up if DDC is skipped
...
#rb jonathan.bard [CL 31040062 by mark lintott in ue5-main branch]
2024-01-31 03:48:01 -05:00
..
Classes
Fixed race condition where the water info rendering could attempt to access the landscape render systems before they are created. Instead, we avoid accessing them altogether since they are a RT-only resource and compute them on the gamethread directly from the source data.
2024-01-30 09:58:35 -05:00
Private
Fix for DDC Stats related to Lansdcape Collision builds so they don't show up if DDC is skipped
2024-01-31 03:48:01 -05:00
Public
Fixed race condition where the water info rendering could attempt to access the landscape render systems before they are created. Instead, we avoid accessing them altogether since they are a RT-only resource and compute them on the gamethread directly from the source data.
2024-01-30 09:58:35 -05:00
Landscape.Build.cs
use GetRenderTargetImage in LandscapeEdit
2023-12-05 15:16:34 -05:00