<BuildConfiguration>
<bEnableAddressSanitizer>true</bEnableAddressSanitizer>
#jira UE-112891
#rb dan.phillips
#rnx
[CL 16757980 by David Harvey in ue5-main branch]
Simply log it as update cannot be sent. PostActionResultAsync has already been called, which probably makes sense.
[CL 16755746 by carl bystrom in ue5-main branch]
Not considering errors caused one of ActionExecuteResult's fields to be null. Was not cached by the type system since data was received at runtime.
[CL 16755492 by carl bystrom in ue5-main branch]
Allows the server to be self-describing, making it easier to use tools like grpcurl to make test calls to the server.
[CL 16754732 by carl bystrom in ue5-main branch]
This is used when dealing with PDB files that are over 4GB.
Use -PdbPageSize=<value> on the UBT command line, or add this to BuildConfiguration.xml:
<WindowsPlatform>
<PDBPageSize>32768</PDBPageSize>
</WindowsPlatform>
Expected values are 4096 (default), 8192, 16384, 32768
Note to select an installed preview build of VS, you need to specify
<WindowsPlatform>
<CompilerVersion>Preview</CompilerVersion>
</WindowsPlatform>
#rb ben.marsh
#jira UE-116910
[CL 16743860 by David Harvey in ue5-main branch]
- Add support for more than two sticky columns in collated summary tables
- Add format info for columns, replaces "lowIsBad" list. Allows specifying auto colorization rules and also numerical formatting
- Add support for multiple section boundaries, and minor (dashed line) section boundaries
- Section boundaries no longer require startToken or endToken (both are now optional)
- Section boundaries now can be specific to collated or full tables
#ROBOMERGE-OWNER: ben.woodhouse
#ROBOMERGE-AUTHOR: ben.woodhouse
#ROBOMERGE-SOURCE: CL 16740162 via CL 16740164 via CL 16740166 via CL 16740221 via CL 16742906
#ROBOMERGE-BOT: STARSHIP (Release-Engine-Test -> Main) (v835-16672529)
[CL 16742916 by ben woodhouse in ue5-main branch]