You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Move Simplygon SDK binary to NotForLicensees
#codereview:nick.penwarden [CL 2059288 by Wes Hunt in Main branch]
This commit is contained in:
@@ -345,7 +345,7 @@ public:
|
||||
|
||||
GetInterfaceVersionSimplygonSDKPtr GetInterfaceVersionSimplygonSDK;
|
||||
InitializeSimplygonSDKPtr InitializeSimplygonSDK;
|
||||
FString DllPath(FPaths::Combine(*FPaths::EngineDir(), TEXT("Binaries/ThirdParty/NoRedist/Simplygon")));
|
||||
FString DllPath(FPaths::Combine(*FPaths::EngineDir(), TEXT("Binaries/ThirdParty/NotForLicensees/Simplygon")));
|
||||
FString DllFilename(FPaths::Combine(*DllPath, TEXT("SimplygonSDKEpicUE4Releasex64.dll")));
|
||||
|
||||
void* DLLHandle = FPlatformProcess::GetDllHandle(*DllFilename);
|
||||
|
||||
Reference in New Issue
Block a user