- fixes a case on some platforms where culture tags used in other parts of the packaging process would cause an "unknown culture" build failure
#rnx
#jira UE-185896
#rb Wojciech.Krywult
[CL 26509350 by david harvey in 5.3 branch]
- Allow for per-project override in a project's platform's config folder (this is merging with my other work on per-project SDKs and validation of multi-target builds)
- More versions will move over after this
#rb david.harvey
#[robomerge][bot5] -FNMain
#ushell-cherrypick of 26150552 by josh.adams
[CL 26152902 by calvin zheng in 5.3 branch]
- This reduces Shipping server binary by a couple megabytes, and also helps reduce work during the LTO/PGO builds.
#rb Yuriy.ODonnell
[REVIEW] [at]Yuriy.ODonnell
[CL 25984505 by arciel rekman in ue5-main branch]
* Added AdditionalDescription parameter to ParallelExecutor.RunAction
* Added bCanExecuteInBox for actions
[CL 25968700 by henrik karlsson in ue5-main branch]
- Having two fields generally just caused confusion.
- Most of the time, a simple 1:1 passthrough is sufficient.
- DLC and Features both need the CultureId when configuring localized properties, but this was stored in a separate structure and required fiddly code to look it up.
#jira UE-185896
#rb Dave.Barrett
[CL 25947433 by david harvey in ue5-main branch]
- -IncludeHeaders will add individual header compiles to the build.
- -HeadersOnly when used with -IncludeHeaders will compile only the headers. This replaces -IWYUHeadersOnly.
- Ported file collision support over from ClangToolChain into VCToolChain
#rb henrik.karlsson
[CL 25899533 by christopher waters in ue5-main branch]