You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb PJ.Kack #rnx #preflight 62276138671c913c0515c3b4 - To make it easier to extend the number of parameters when initializing the virtualization system, the function has been changed to accept a single struct, FInitParams, which will contains all potential parameters. - Calling the version of UE::Virtualization::Initialize without any parameters will fallback to using the default values. - The virtualization manager now passes the provided project name onto each backend that it creates. - The source control backend now stored the provided project name and uses that when creating the submit description for new payloads rather than polling FApp for the current project name. -- This is required for the stand alone virtualization application which will not have a specific project set. [CL 19303638 by paul chipchase in ue5-main branch]