When attempting to package a 4.10 project, if VS2015 is not installed an error window prompts the user to install VS2013. Image of error message shown in AH URL. This has not been reproduced inter ...
Translucent materials are no longer showing light reflections in scene when using r.forwardlighting 1 with lights. This is a regression from functionality in 4.11.2. This no longer works with 4.12 ...
If an actor that contains a delegate bound in code is duplicated after being placed in the level, the delegate for the duplicate will also trigger the delegate for the original as well. ...
When looking into the bd_hud_scoring and bd_rules_maze blueprints in the users project (Provided below), there are nodes that are throwing errors. If you press compile, the errors go away and the co ...
Spawning an actor during TG_PrePhysics is added to TG_StartPhysics which leads to the editor locking up when multiple actors are spawned. ...
Attempting to play an anim montage for a character without having the Anim Blueprint Generated Class set will cause the editor to crash. Crash Reporter Link: [Link Removed] ...
Code / blueprint script for game mode login functions executes before the game mode begin play function. ...
Using the GameplayTags module in a code project created with the binary version of the Engine results in a build failure in Visual Studio. The following error is shown: 1> D:/Epic Games/4.7/Engine ...
Adding a new code class to a code project, or generating code files, will reset any Include Directories set in the Project Properties in Visual Studio. ...
When using the Spawn Actor from Class node, the Spawn Transform Scale is being multiplied by the actor's original scale, instead of just setting the scale to the Spawn Transform's value. In 4.11.2, ...