[at]Thomas.Ross [at]Daniel.Lamb
#ROBOMERGE-SOURCE: CL 9491386 via CL 9491401 via CL 9491408
#ROBOMERGE-BOT: (v519-9489664)
[CL 9491418 by justin marcus in Main branch]
[at]Thomas.Ross [at]Daniel.Lamb
#ROBOMERGE-SOURCE: CL 9491053 via CL 9491055 via CL 9491057
#ROBOMERGE-BOT: (v519-9489664)
[CL 9491060 by justin marcus in Main branch]
#PreLoadScreenMoviePlayer CIS fix
[FYI] Justin.Marcus
#ROBOMERGE-SOURCE: CL 9483197 via CL 9484312
#ROBOMERGE-BOT: (v508-9471939)
[CL 9484344 by bob tellez in Main branch]
Get GIsRequestingExit now by IsEngineRequestingExit()
Set GIsRequestingExit now by RequestEngineExit(const TCHAR* Reason) or RequestEngineExit(const FString& Reason)
NOTE If Reason is 4 or less chars it will generate an ensure to force a reason to exit
The reason behind this change is right now setting GIsRequestingExit to true can cause many things to break mainly early on and with out any sort of log warning we have entered this state. We should wrap this behind a function to allow for proper handling
#rb Chris.Babcock, Michael.Trepka, Michael.Noland
#jira UE-79933
[FYI] Michael.Noland
#ROBOMERGE-SOURCE: CL 8649683 via CL 8653683
#ROBOMERGE-BOT: (v417-8656536)
[CL 8658680 by brandon schaefer in Main branch]
[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]
-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]
This implements the framework to write the high level rendering code into passes organized in direct acyclic graph. It is also unifying the uniform buffer, shader parameters, and pass parameters to same single API: structures with run time meta data. This allow high level user code be extremely seamless, user code debugging, and render graph ease of implementation and debugging.
Issue of collaborative work of Arne Schnober, Brian Karis, Daniel Wright, Marcus Wassmer and Guillaume Abadie.
Names of the graph managed resources are not final.
#rb Arne.Schnober, Brian.Karis, Daniel.Wright, Marcus.Wassmer
[CL 4492694 by Guillaume Abadie in Dev-Rendering branch]