You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UEPLAT-826 : use HTML5 SDK from third party directories.
- Always pickup HTML5 sdk from third party directory. - Use the new html5 template by default. [CL 2610587 by Ankit Khare in Main branch]
This commit is contained in:
committed by
akhare@phosphorgames.com
parent
6c16af8715
commit
9b38554ee8
@@ -55,15 +55,10 @@ public:
|
||||
{
|
||||
if (Singleton)
|
||||
{
|
||||
((FHTML5TargetPlatform*)Singleton)->RefreshAvailableDevices();
|
||||
((FHTML5TargetPlatform*)Singleton)->RefreshHTML5Setup();
|
||||
}
|
||||
}
|
||||
|
||||
virtual void GetInstalledSDKVersions(const TCHAR* SDKDirectory, TArray<FHTML5SDKVersionNumber>& OutSDKs) override
|
||||
{
|
||||
FHTML5TargetPlatform::GetInstalledSDKVersions(SDKDirectory, OutSDKs);
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
// Begin IModuleInterface interface
|
||||
|
||||
Reference in New Issue
Block a user