You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fixed an issue with the Qualcomm TextureConverter.dll missing on startup
Fixes UE-18730 #lockdown Nick.Penwarden [CL 2623138 by Terence Burns in Main branch]
This commit is contained in:
committed by
Terence.Burns@epicgames.com
parent
decf43c1c3
commit
233a69a14d
@@ -254,6 +254,14 @@ static ITextureFormat* Singleton = NULL;
|
||||
class FTextureFormatAndroidModule : public ITextureFormatModule
|
||||
{
|
||||
public:
|
||||
|
||||
FTextureFormatAndroidModule()
|
||||
{
|
||||
#if PLATFORM_WINDOWS
|
||||
TextureConverterHandle = LoadLibraryW(*(QualCommBinariesRoot + "TextureConverter.dll"));
|
||||
#endif
|
||||
}
|
||||
|
||||
virtual ~FTextureFormatAndroidModule()
|
||||
{
|
||||
delete Singleton;
|
||||
|
||||
Reference in New Issue
Block a user