Looks like a pretty comprehensive update just wondering if you will be providing a fix for some of the Vehicle issues illustrated by GeoDav on his Youtube video :
Haven’t had the pleasure of using the GitHub code yet due to an issue updating my Windows 8 OEM copy to Windows 8.1 in order to get Visual Studio 2013 hopefully I can get around this issue before the 4.1 update.
Keep up the good work and see you at your event in Sheffield on the 17th!
It seems that Xcode has still problems with Code Sense and finding some class definitions. What the XcodeHelper build target is about?
This link relates to Xcode 4 not 5 but maybe it is still valid. According to the article they created a fake build target checked all .cpp files in this target and added to compilation:
That’s great! But you guys should also look at the mobile development side. I mean the documentation and all for UE4. I’m really new to UE4. Earlier i was using Unity3d. So if i’m missing something pls let me know.
I imagine if there was a tentative date in mind, they would have input that rather than soon. 4.1 is out this month, so a fair guess is between 1 and 17 days from now.
It’s more helpful if you include the compile errors, as those tell us what is broken. That being said, some broken functionality is likely to stem from using a preview build rather than an official build. Find the compile issues and post them or on the answershub.
We can’t show compile errors because we can no longer get Shooter Game or strategy in the Visual Studio anymore. The only thing to show is this that was shared: https://answers.unrealengine.com/que...th-previe.html
True, only StrtageyGame can generate visual studio projects using 4.1 preview build, ShooterGame just gets errors in the CMD when trying to generate it. I hope you find a fix soon because I am getting hooked to this 4.1 version with its new icons and shortcuts. I hope you release it before 4.1 official release which is taking so long by the way. Thanks.
You can generate Visual Studio project files for Shooter Game, once you delete the following code (lines 36 - 48) from Source\ShooterGameEditor.Target.cs.
public override Dictionary<string, string> GUBP_GetEditorTests_EditorTypeOnly()
{
var Result = base.GUBP_GetEditorTests_EditorTypeOnly();
foreach (string Map in MapsToTest)
{
int End = Map.LastIndexOf("/");
var ShortMap = Map.Substring(End + 1);
Result.Add(ShortMap + "_UncookedShooterTest", "BuildCookRun -run -unattended -nullrhi -NoP4 -map=" + Map);
}
return Result;
}
With the full release of 4.1 iteration, please add other languages like french and other euro languages. Also PLEASE support AZERTY keyboards; SHIFT+Alt all the time is tiring and makes me lose some FPS. Thanks !
Let me see if I got this right, 4.1 has not been released “officially” via the UE4 lancher update, But the code is on github and anyone can get it and using MS VS compile it and have it ready to go.