Ensures REST API code/docs can be generated for Swagger. Without this, problem will only manifest itself when calling the Swagger endpoints (via a browser usually).
#preflight none
[CL 19017949 by carl bystrom in ue5-main branch]
Need to look into a suppression file for these so we can re-enable this
#jira none
#rb Michael.Sartain, Robert.Seiver
#preflight trivial
[CL 19017210 by Brandon Schaefer in ue5-main branch]
The previous use of "waiting" state was incorrect as that state represents a batch waiting for another batch. Not waiting for an agent to become available.
#preflight 620d279f6202a22eedeed703
[CL 19015822 by carl bystrom in ue5-main branch]
Then added ability to specify this in the helm chart instead, and defaulting that to true (as we want to get the replication running without the snapshots for now while I rework how that code behaves)
#preflight none
[CL 19012823 by Joakim Lindqvist in ue5-main branch]
Setting this by default as the snapshot replicaton currently requires quite a lot of memory causing issues for our replication.
#preflight none
[CL 19012726 by Joakim Lindqvist in ue5-main branch]
Set to 1 if we should try to use /proc/self/smaps_rollup in FUnixPlatformMemory::GetExtendedStats().
There is a potential tradeoff in that smaps_rollup appears to be quite a bit faster in
straight testing, but it also looks like it blocks mmap() calls on other threads until it finishes.
Also move /proc/self/smaps code to use open/read/close and read + parse in 512 byte chunks instead of
fopen to avoid malloc calls in fopen/fgets.
[REVIEW] [at]Brandon.Schaefer, [at]Ilya.Loshchinin
#preflight trivial
#ROBOMERGE-OWNER: michael.sartain
#ROBOMERGE-AUTHOR: michael.sartain
#ROBOMERGE-SOURCE: CL 19001314 via CL 19004045 via CL 19004552 via CL 19005213 via CL 19008130 via CL 19008739
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)
#ROBOMERGE-CONFLICT from-shelf
[CL 19009893 by michael sartain in ue5-main branch]
#rb Markus.Breyer
#preflight 62072cea8841ff1b4f979b7e
#ROBOMERGE-AUTHOR: andrew.rodham
#ROBOMERGE-SOURCE: CL 18984423 via CL 18988224 via CL 18988983 via CL 18989416 via CL 18992730 via CL 18993078
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)
[CL 18997809 by andrew rodham in ue5-main branch]
Add command line argument for bRetainFramePointers.
#rb brandon.schaefer
[FYI] nuno.leiria
#ROBOMERGE-AUTHOR: robert.millar
#ROBOMERGE-SOURCE: CL 18981122 via CL 18981257 via CL 18981859 via CL 18982123 via CL 18982359 via CL 18992714 via CL 18993053
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v917-18934589)
[CL 18997362 by robert millar in ue5-main branch]
- This allows other UBT packages to easily depend on these libraries
- Change Unsync.Build.cs to use these libraries via PrivateDependencyModuleNames instead of adhoc AddVcPackage
#preflight 620bad8c01253d2e19dc0a7b
#rb Joe.Kirchoff
[CL 18997035 by Yuriy ODonnell in ue5-main branch]