* Added ImmediateActionQueue.GetQueuedActionsCount method that returns number of queued actions left
#rb none
[CL 25990850 by henrik karlsson in ue5-main 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]
Also force being a bundled application for iOS and TVOS since they don't support not being bundled
#review @Josh.Adams
#jira UE-166445
[CL 25973014 by Rafa Lecina in ue5-main branch]
* Added AdditionalDescription parameter to ParallelExecutor.RunAction
* Added bCanExecuteInBox for actions
[CL 25968700 by henrik karlsson in ue5-main branch]
Before:
Total time in Parallel executor: 2602.17 seconds
Total execution time: 2642.38 seconds
After:
Total time in Parallel executor: 2259.58 seconds
Total execution time: 2296.80 seconds
#jira
[CL 25965005 by bryan sefcik 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]
* Write PrimaryProjectPath.txt with the location of the solution, this could be different than the root depending on project gen arguments
* Update SourceCodeAccessor accordingly to get the correct path to the solution, maintaining old defaults if the PrimaryProjectPath.txt file is not found
#rnx
#jira UE-114382
[CL 25935357 by joe kirchoff in ue5-main branch]
Changed a warning to a debug message because it broke a branch that is behind in merges. I will bring back the warnings when the branch catches up.
#jira
[CL 25907256 by bryan sefcik 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]
Also updating VRTemplate to create projects with the new settings and removing daydream deploy logic.
#jira UE-183636
#rb jeff.fisher robert.srinivasiah
[CL 25895938 by KXOC in ue5-main branch]