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
e7ad7439578795561ba37c01ea7672b2e0fd19f3
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
Core
History
ben woodhouse
67decc7152
Fix a race condition with TLS initialization on CsvProfiler startup where GCsvProfilerIsCapturing=true is visible on the renderthread before the initialization of TlsSlot. We could add a memory barrier in FCsvProfiler::Get() to ensure the variables are visible in the correct order from all threads, that but that would add overhead to every call, so instead we'll initialize the TLSSlot earlier (in CsvProfiler::Begin, rather than in the deferred command in FCsvProfiler::BeginFrame), ensuring a frame of separation.
...
#rb gwennael.arbona [CL 32821978 by ben woodhouse in ue5-main branch]
2024-04-09 07:05:38 -04:00
..
Internal
Move TDirectoryTree from CoreUObject to Core.
2024-04-08 21:37:55 -04:00
Private
Fix a race condition with TLS initialization on CsvProfiler startup where GCsvProfilerIsCapturing=true is visible on the renderthread before the initialization of TlsSlot. We could add a memory barrier in FCsvProfiler::Get() to ensure the variables are visible in the correct order from all threads, that but that would add overhead to every call, so instead we'll initialize the TLSSlot earlier (in CsvProfiler::Begin, rather than in the deferred command in FCsvProfiler::BeginFrame), ensuring a frame of separation.
2024-04-09 07:05:38 -04:00
Public
Add dataflow reroute node
2024-04-09 00:39:18 -04:00
Tests
LLT Android support
2024-04-03 18:39:56 -04:00
Core.Build.cs
- Split Mac target/deployment versions to have editor and non-editor versions
2024-02-20 13:42:11 -05:00