Generating CMakeLists.txt does not properly create includes and definitions causing project files genereated by Cmake to not have these includes and the indexer to not be able to resolve most of the ...
When the Import window is opened on Linux, the window does not show all folders such as multiple drives, common folders, etc. This makes finding files to import more difficult since search options ...
It is not possible to package a game when using the FJsonObjectConverter. This Converter is part of "JsonUtilities", and whenever I'm including this to my Build.cs as follows, the packaging fails: ...
'Create Compressed Cooked Packages' option within Project Settings > Packaging menu does not create a smaller package size on Mac and it does not change the size on Windows packages. ...
A user pointed out a potential to have an index out of range error in the source code. There are also a few magic numbers scattered around in this function. ...
Screenshots taken by the console command Shot or HighResShot are not being saved on Android or iOS devices. ...
When the checkbox for Automatically checkout on Asset Modification is set to true in the editor, updating files (blueprints, materials, etc) does not check them out automatically. REGRESSION Worki ...
The ReceivedSpectatorClass function in APlayerController may have an incorrect parameter. The parameter it takes in is TSubclassOf<AGameMode> SpectatorClass, but this may be intended to be TSubclass ...
If a project created in a source build of the engine is converted to the source version of 4.10, the project will not compile with a "Missing UE4Game binary" message. ...
Declaring a TMap< [type], bool> will fail to compile if it is declared as a UPROPERTY. The error seems to be with the bool because TMap< [type], int8> will compile as a UPROPERTY. ...