Commit Graph

463 Commits

Author SHA1 Message Date
Max Chen
e4d4965491 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 7774443 by Max Chen in Dev-Editor branch]
2019-08-05 15:48:51 -04:00
Chris Gagnon
d7d4ee7b38 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) at CL 7473521
#rb none
#fyi Max.Chen, Tim.Gautier

[CL 7614721 by Chris Gagnon in Dev-Editor branch]
2019-07-24 15:05:52 -04:00
justin marcus
637c03cc22 Undo //Fortnite/Release-10.0/Engine/... changelist 7445561
Resubmitting CL 7437649

-Allow preload screens to optionally render
-Add FileExistsInPlatformPackage() to platform misc
-Add HasBuildMetaData() to bundle manager interface

[at]Thomas.Ross [at]Daniel.Lamb [at]Hongyi.Yu
#test preflight passed automation tests


#ROBOMERGE-SOURCE: CL 7474485 via CL 7474487 via CL 7475393
#ROBOMERGE-BOT: (v372-7473910)

[CL 7475436 by justin marcus in Main branch]
2019-07-22 11:49:15 -04:00
bob tellez
4ed7bb0b4e Back out changelist 7437649. Autotest errors on PS4
[FYI] Justin.Marcus


#ROBOMERGE-SOURCE: CL 7445561 via CL 7446165 via CL 7450457
#ROBOMERGE-BOT: (v371-7306989)

[CL 7450607 by bob tellez in Main branch]
2019-07-19 09:28:29 -04:00
justin marcus
3c1a624312 -Allow preload screens to optionally render
-Add FileExistsInPlatformPackage() to platform misc
-Add HasBuildMetaData() to bundle manager interface

[at]Thomas.Ross [at]Daniel.Lamb [at]Hongyi.Yu


#ROBOMERGE-SOURCE: CL 7437649 via CL 7437657 via CL 7438904
#ROBOMERGE-BOT: (v371-7306989)

[CL 7438929 by justin marcus in Main branch]
2019-07-18 12:42:09 -04:00
michael sartain
6d0bc64cc4 Copied cl 6853762from Dev-Editor
Fix ShaderCompileWorker crashing when setting FORCE_USE_STATS

ShaderCompileWorker was passing "-ReduceThreadUsage" command line and FTaskGraphInterface::Startup() wasn't getting called so FTaskGraphInterface::Get() was returning NULL and crashing ShaderCompileWorker processes.

#jira UE-75617
[CODEREVIEW] Arciel.Rekman, Brandon.Schaefer
#rb Arciel.Rekman, Brandon.Schaefer

#ROBOMERGE-SOURCE: CL 7437163 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v371-7306989)

[CL 7437166 by michael sartain in Main branch]
2019-07-18 08:55:55 -04:00
brian zaugg
bdca609b87 Optionally allow external audio (audio from other apps) to continue to play while our app is active. Off by default.
#rb Ethan.Geller
[CODEREVIEW] Ethan.Geller, Aaron.McLeran


#ROBOMERGE-OWNER: brian.zaugg
#ROBOMERGE-AUTHOR: brian.zaugg
#ROBOMERGE-SOURCE: CL 7310390 via CL 7310462 via CL 7310549
#ROBOMERGE-BOT: (v371-7306989)

[CL 7311269 by brian zaugg in Main branch]
2019-07-15 15:02:33 -04:00
michal valient
bfdcead4ed Fixed dereferencing null ptr in FRealtimeGPUProfiler at exit
#jira UE-76546
#rb marcus.wassmer

#ROBOMERGE-SOURCE: CL 7277248 in //UE4/Release-4.23/...
#ROBOMERGE-BOT: RELEASE (Release-4.23 -> Main) (v369-7254125)

[CL 7277251 by michal valient in Main branch]
2019-07-11 12:57:57 -04:00
Max Chen
4561801a81 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor) @7119039
#rb none

[CL 7120528 by Max Chen in Dev-Editor branch]
2019-06-21 01:21:43 -04:00
richard malo
56546d995d Renamed ALandscapeBlueprintCustomBrush to ALandscapeBlueprintBrush, moved it in LandscapeEditorUtilities module and added a runtime base class ALandscapeBlueprintBrushBase. This was done so that landscape blueprints brushes can access editor functions.
#rb patrick.enfedaque
#rnx


#ROBOMERGE-OWNER: richard.malo
#ROBOMERGE-AUTHOR: richard.malo
#ROBOMERGE-SOURCE: CL 6988537 via CL 7010009
#ROBOMERGE-BOT: (v367-6836689)

[CL 7010060 by richard malo in Main branch]
2019-06-14 16:11:59 -04:00
Rolando Caloca
aa0d2303d6 Copying //UE4/Dev-Rendering to Dev-Main (//UE4/Dev-Main) @ 6944469
#rb none
#rnx

[CL 6944849 by Rolando Caloca in Main branch]
2019-06-11 18:27:07 -04:00
Jamie Dale
bc2ef66234 Explicitly load SlateCore so that it can work with Live Coding
#rb none
#rnx

[CL 6942683 by Jamie Dale in Dev-Editor branch]
2019-06-11 17:38:35 -04:00
Martin Ridgers
f4be35216f Change "-tracehost" to use the common convention for arguments with parameters.
#rb cm

(ushell-p4-cherrypick of 6836373 by Martin.Ridgers)

[CL 6909079 by Martin Ridgers in Main branch]
2019-06-10 03:32:25 -04:00
Michael Sartain
1913ec0633 Fix ShaderCompileWorker crashing when setting FORCE_USE_STATS
ShaderCompileWorker was passing "-ReduceThreadUsage" command line and FTaskGraphInterface::Startup() wasn't getting called so FTaskGraphInterface::Get() was returning NULL and crashing ShaderCompileWorker processes.

#jira UE-75617
#codereview Arciel.Rekman, Brandon.Schaefer
#rb Arciel.Rekman, Brandon.Schaefer

[CL 6853762 by Michael Sartain in Dev-Editor branch]
2019-06-05 14:48:42 -04:00
Chris Gagnon
0a9f86357f Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 6837840 by Chris Gagnon in Dev-Editor branch]
2019-06-04 15:16:30 -04:00
Stefan Boberg
8607ecb30d Copying //UE4/Dev-Core to Dev-Main (//UE4/Dev-Main)
#rb none

[CL 6815521 by Stefan Boberg in Main branch]
2019-06-03 15:32:00 -04:00
David Harvey
5e9aceec4f check that we have persistent storage before accessing it for preloaded pak files.
#jira UE-72879
#rb anthony.bills

[CL 6685560 by David Harvey in Main branch]
2019-05-31 10:45:17 -04:00
Chris Gagnon
9f1505e469 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 6671275 by Chris Gagnon in Dev-Editor branch]
2019-05-29 20:48:56 -04:00
josh adams
9813bc276f - Added an optional funciton that can be called really early in embedded lifetime so that a game can initialize code before it may normally be ready, when using a global auto-register type class interacts poorly with other globals
#rb michael.kirzinger,sam.zamani, initially, not final checkin
[FYI] sam.zamani,michael.kirzinger


#ROBOMERGE-SOURCE: CL 6645992 via CL 6645993 via CL 6645994 via CL 6646028
#ROBOMERGE-BOT: (vundefined-6620334)

[CL 6646038 by josh adams in Main branch]
2019-05-26 11:19:17 -04:00
Chris Gagnon
812b127109 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 6525730 by Chris Gagnon in Dev-Editor branch]
2019-05-15 19:27:16 -04:00
justin marcus
f66703ce84 Fix static analysis warning
#ROBOMERGE-SOURCE: CL 6316734 via CL 6316743 via CL 6317111

[CL 6317117 by justin marcus in Main branch]
2019-05-06 11:18:51 -04:00
justin marcus
188f5825e3 Add DumpEarlyConfigReads command to dump all config reads that occur before it's possible to install patched content to CSV/Log.
This is disabled in shipping.
[at]Daniel.Lamb

#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: justin.marcus
#ROBOMERGE-SOURCE: CL 6253084 via CL 6253092 via CL 6253095 via CL 6253620 via CL 6253631
#ROBOMERGE-BOT: CORE (Main -> Dev-Core)

[CL 6270036 by justin marcus in Dev-Core branch]
2019-05-03 05:21:13 -04:00
justin marcus
cc903b7468 Add DumpEarlyPakFileReads command to dump all pak reads that occur before it's possible to install patched content to CSV/Log.
This is disabled in shipping.
[at]Daniel.Lamb


#ROBOMERGE-SOURCE: CL 6258473 via CL 6258479 via CL 6258480 via CL 6266092

[CL 6266227 by justin marcus in Main branch]
2019-05-02 19:21:35 -04:00
justin marcus
85b8f749d8 Add DumpEarlyConfigReads command to dump all config reads that occur before it's possible to install patched content to CSV/Log.
This is disabled in shipping.
[at]Daniel.Lamb


#ROBOMERGE-SOURCE: CL 6253084 via CL 6253092 via CL 6253095 via CL 6253620

[CL 6253631 by justin marcus in Main branch]
2019-05-02 11:46:42 -04:00
Matt Kuhlenschmidt
fddbe0a896 Merging //UE4/Dev-Main to Dev-Editor (//UE4/Dev-Editor)
#rb none

[CL 6190096 by Matt Kuhlenschmidt in Dev-Editor branch]
2019-05-01 09:59:38 -04:00