You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
HoloLensPlatform::GetPathToVCLibsPackages() needs to call MicrosoftPlatformSDKs::EnumerateSdkRootDirs() function and loop through the result trying them in order, rather than always looking for a hardcoded path. Also adding VCLibs for arm64 necessary for HoloLens to CarefullyRedist. For some reason, they are in Microsoft SDKs/Windows Kits instead of just in Windows Kits/, so I matched that directory structure in CarefullyRedist, then the code I'm adding the HoloLensPlatform.Automation.cs can use the same path to look for it if it's installed manually or from AutoSDKs. #preflight 62742e6d4a2e9340486c9adf #preflight 627430be03269096abd69fdf testing: Quick Launch HoloLensQA project to HoloLens device still works! [CL 20065655 by Joe Conley in ue5-main branch]