When creating a C++ project in the Unreal Project Browser without a compiler installed, the following message appears with an invalid link: "No compiler was found. In order to use a C++ template, y ...
EDIT: Date: 1/21/2015 Adding the [Link Removed] Duplicating a map in the Content Browser crashes the editor. It does not matter if the map being duplicated is the currently open map or not. EDIT ...
Having a Matinee Controller in the Level Blueprint and a Visibility Track with multiple Show and Hides will cause a compile error in the Level Blueprint. ...
Duplicating a Matinee Actor after having its controller placed in the Level Blueprint and then adding a controller into the Level Blueprint will cause a compile error on compile. *This error will s ...
According to the user, if you install Linux toolchain, the binary build will allow you to package for it, and will not handle the failure gracefully ( https://forums.unrealengine.com/showthread.php? ...
A user has indicated that he was having some trouble packaging a game in the Promoted branch of 4.7 from GitHub. It appears that UBT was trying to pass 33 thousand characters through the command lin ...
When using a combination of Ctr+A and then Ctr+C in the pawn blueprint of the twin sticks project it will cause a crash. ...
When firing a projectile that has CCD activated, the first hit on an object that is either a bsp or very thin wilil draw a debug line through the object instead of drawing away from the impact point ...
When clicking the button to add a new class to a widget component via the [+] button the engine will crash ...
A user pointed out a possible mistaken use of the && operator instead of the || operator in an if statement in source code. In the FOnlineSessionNull::GetResolvedConnectString() function in OnlineSe ...