Commit Graph

20 Commits

Author SHA1 Message Date
thomas ross
6049a90da8 Adding delegate that is called whenever FlushRenderingCommands is called.
Utilize new delegate to unlock AcquireCriticalSection in PreLoadScreenManager to prevent softlocks whenever FlushRenderingCommands is called during an EarlyStartup PreLoadScreen.
Remove previous hack in PreLoadScreenManager to unlock AcquireCriticalSectoin during fontcache flushes, as this was just to prevent the ensuing FlushRenderingCommands called by the font cache flush from soft locking and is now not needed.
#rb none
#tests Test/Shipping Client

#ROBOMERGE-AUTHOR: thomas.ross
#ROBOMERGE-SOURCE: CL 18671847 via CL 18671850 via CL 18671851 via CL 18671854 via CL 18671857 via CL 18671961 via CL 18671966 via CL 18671967
#ROBOMERGE-BOT: UE5 (Release-Engine-Test -> Main) (v901-18665521)

[CL 18671974 by thomas ross in ue5-main branch]
2022-01-20 01:22:51 -05:00
aurel cordonnier
34f55d3a4a Merge from Release-Engine-Test @ 17946149 to UE5/Main
This represents UE4/Main @17911760, Release-5.0 @17915875 and Dev-PerfTest @17914035

[CL 17949667 by aurel cordonnier in ue5-main branch]
2021-10-27 15:14:40 -04:00
David Harvey
cb5b6aab20 remove a lot of PLATFORM_XBOXONE from Engine code.
#jira UECON-543
#rb eric.mcdaniel

[CL 16073834 by David Harvey in ue5-main branch]
2021-04-21 10:59:25 -04:00
Marc Audy
a7c9001a94 Merging //UE5/Release-Engine-Staging to Main (//UE5/Main) @ 14075166
#rb
#rnx

[CL 14075271 by Marc Audy in ue5-main branch]
2020-08-11 01:36:57 -04:00
Marc Audy
11f5b21210 Merging //UE5/Release-Engine-Staging @ 13752110 to Main (//UE5/Main)
#rnx

[CL 13753156 by Marc Audy in ue5-main branch]
2020-06-23 18:40:00 -04:00
ryan durand
0f0464a30e Updating copyright for Engine Runtime.
#rnx
#rb none


#ROBOMERGE-OWNER: ryan.durand
#ROBOMERGE-AUTHOR: ryan.durand
#ROBOMERGE-SOURCE: CL 10869210 via CL 10869511 via CL 10869900
#ROBOMERGE-BOT: (v613-10869866)

[CL 10870549 by ryan durand in Main branch]
2019-12-26 14:45:42 -05:00
hongyi yu
dc9ac74cb1 Split PreInit() into PreInitPreStartupScreen() and PreInitPostStartupScreen() to add flexibility to engine preinit. This is useful on certain platforms which need to display a splash screen before preinit is completed.
The PostSplashScreen plugin can be used to show a custom splash screen during this time.
[REVIEW] Ben.Woodhouse,Thomas.Ross


#ROBOMERGE-SOURCE: CL 9379086 via CL 9379088 via CL 9386092 via CL 9386128 via CL 9386152
#ROBOMERGE-BOT: (v456-9359915)

[CL 9389466 by hongyi yu in Main branch]
2019-10-03 08:46:18 -04:00
hongyi yu
c60c64b4bd Hide startup logo on Switch when ESP is on
Move platform code to PlatformMisc
#rb Justin.Marcus


#ROBOMERGE-SOURCE: CL 8675090 via CL 8675091 via CL 8686977
#ROBOMERGE-BOT: (v421-8677696)

[CL 8687097 by hongyi yu in Main branch]
2019-09-16 05:24:25 -04:00
hongyi yu
980029c984 Back out CL 8656090 to fix a compile error
#ROBOMERGE-SOURCE: CL 8668450 via CL 8671376
#ROBOMERGE-BOT: (v417-8656536)

[CL 8671478 by hongyi yu in Main branch]
2019-09-13 00:36:07 -04:00
hongyi yu
d628e28b93 Hide startup logo on Switch when ESP is on
Move platform code to PlatformMisc
[FYI] Justin.Marcus


#ROBOMERGE-SOURCE: CL 8656090 via CL 8666901
#ROBOMERGE-BOT: (v417-8656536)

[CL 8666997 by hongyi yu in Main branch]
2019-09-12 19:18:39 -04:00
hongyi yu
7a8ee1aa1a Hide startup logo on Switch when ESP is on
#rb Justin.Marcus


#ROBOMERGE-SOURCE: CL 8655187 via CL 8658955
#ROBOMERGE-BOT: (v417-8656536)

[CL 8658996 by hongyi yu in Main branch]
2019-09-12 14:34:11 -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
thomas ross
0693f97d2c Fixing bug where IOS was not sending background/'foreground delegate calls during a PreLoadScreen.
#tests Android Client, IOS Client
[REVIEW] [at]Peter.Sauerbrei, [at]Josh.Adams


#ROBOMERGE-SOURCE: CL 5959301 via CL 5965795 via CL 5966253

[CL 5966300 by thomas ross in Main branch]
2019-04-17 22:56:58 -04:00
bob tellez
15e9676b26 Back out changelist 4976275. Crash at startup on XB1
[FYI] Thomas.Ross


#ROBOMERGE-SOURCE: CL 4991925 via CL 4991985

[CL 4994700 by bob tellez in Main branch]
2019-02-14 10:05:57 -05:00
thomas ross
72a730c76a PreLoadScreen changes:
- Move call to SwitchGameWindowToUseGameViewport to happen right after EngineInit instead of after first tick of GameEngine. Fixes cases where we are capturing video and trying to get viewport settings earlier in the process.
- Clean up moved to only happen on the first GameEngine tick isntead of checking for the PreLoadScreenManager every tick
#tests windows editor, windows editor client, ios client
#rb none


#ROBOMERGE-SOURCE: CL 4976275 via CL 4977561

[CL 4978220 by thomas ross in Main branch]
2019-02-12 18:37:54 -05:00
Marc Audy
ab108c215e Copying to Dev-Main @ CL# 4688301
#rb
#rnx

[CL 4688816 by Marc Audy in Main branch]
2019-01-08 11:38:48 -05:00
Ben Marsh
7598af0532 Update copyright notices to 2019.
#rb none
#lockdown Nick.Penwarden

[CL 4662404 by Ben Marsh in Main branch]
2018-12-14 13:41:00 -05:00
Marc Audy
af90b7bcd4 Copying //UE4/Fortnite-Staging to Dev-Main (//UE4/Dev-Main) @ 4395008
#rb
#rnx
#lockdown Nick.Penwarden

[CL 4395058 by Marc Audy in Main branch]
2018-09-25 10:11:35 -04:00