2 min read

Week 49: Sunday

738 lines changed
13 commits
5 modules
3 devs


Modules

UbaCommon EngineBuild Executors UbaVisualizer CSVToTelemetry


Commits

e755dc2 UbaCommon
[UBA]
* Fixed non-windows compile error

[CL 49025683 by henrik karlsson in ue5-main branch]

f49427c UbaCommon
[UBA]
* Added support for SharedMemory being backed by temp/deleteonclose file. The benefit of this is that it does not use up committed memory which can be useful when doing for example big ltcg linking steps. Downside is that the kernel might write pages to disk even when it doesn't have to.

[CL 49024477 by henrik karlsson in ue5-main branch]

ab7b115 Executors
[UBT]
* Added option -UBASharedMemoryTempFile=<filename> which can be used to set a temporary file as backing for shared memory. Very useful to reduce committed memory charge but with the risk of more I/O under RAM pressure

#rb none

#Synced-CL 49025682

[CL 49025956 by henrik karlsson in ue5-main branch]

88b0ad2 UbaCommon
[UBA]
* Added option to change so shared memory is backed by temporary+deleteonclose file. Added to be able to reduce committed memory charge when doing for example big monolithic links

[Session]
TempFileForSharedMemory=<pathtofile>

[CL 49024501 by henrik karlsson in ue5-main branch]

495dd0b UbaCommon
[UBA]
* Added error message when failing to create temp file for shared memory

[CL 49026286 by henrik karlsson in ue5-main branch]

16f15dc UbaCommon
[UBA]
* Added option to change so shared memory is backed by temporary+deleteonclose file. Added to be able to reduce committed memory charge when doing for example big monolithic links

[Session]
TempFileForSharedMemory=<pathtofile>

[CL 49024505 by henrik karlsson in ue5-main branch]

42d7aff UbaCommon
[UBA]
* Renamed TempFileForSharedMemory to SharedMemoryTempFile
* Added SharedMemoryCapacity and SharedMemoryCommitSize storage settings

[CL 49025666 by henrik karlsson in ue5-main branch]

a8a3121 EngineBuild
Localization Automation using CL 49021562

[CL 49024846 by buildmachine in ue5-main branch]

59a4dea EngineBuild
[CL 49025857] Updated UBA Binaries

[CL 49025921 by buildmachine in ue5-main branch]

7bdbbfa EngineBuild
[UBA]
* Lowered SharedMemory capacity to 256gb

[CL 49026298 by henrik karlsson in ue5-main branch]

(+3 more)


Experimental lists all experimental plugins touched today.

Modules shows the top engine modules ranked by impact score.

Plugins shows the top plugins ranked by impact score.

Commits highlights the most significant changes ranked by impact score.

Main Radar is experimental and generated automatically from Unreal Engine's
ue5-main branch. It may make mistakes, and I'm improving it day by day. If something looks off, please let me know — feedback helps make it better.

This project is part of my broader work at
Mundus Creatus.