rdeioris / LuaMachine

Unreal Engine Plugin for Lua APIs implementation
MIT License
581 stars 120 forks source link

[UE4.26] Compilation Issues #20

Closed chaojian-zhang closed 3 years ago

chaojian-zhang commented 3 years ago

In file LuaBlueprintFunctionalLibrary.cpp on line 570 and 635, there are issues with

TSharedRef<IHttpRequest> HttpRequest = FHttpModule::Get().CreateRequest();
...
HttpRequest->SetURL(URL);

Compilation Error: LuaBlueprintFunctionLibrary.cpp(570): [C2440] 'initializing': cannot convert from 'TSharedRef<IHttpRequest,ESPMode::ThreadSafe>' to 'TSharedRef<IHttpRequest,ESPMode::NotThreadSafe>'

chaojian-zhang commented 3 years ago

This is fixed in #19; Release hasn't been updated yet.