The DefaultSceneRoot's tooltip claims, "Adding a new scene component will automatically replace it as the new root", but this is no longer true in 4.8 and 4.9. Instead, the DefaultSceneRoot remains ...
If a function inside a BlueprintFunctionLibrary class is declared as static, instances of the function node inside blueprints cause the blueprint to not save after a hot reload. This does not affec ...
Creating a second Strategy Game project, and leaving it as the default name (StrategyGame2) will prevent it from being compiled. The compile fails because the files are not properly renamed to match ...
After importing a Static Mesh, if you alter any build settings and apply changes, on the next opening of the Project you will not be able to reimport the asset changed. You will have to retarget th ...
Project debug symbols are not appearing in crash reports in 4.8. In 4.7.6, these symbols would be included in the crash reports, but in 4.8 these lines have no information other than the project nam ...
When forward rendering is enabled along with Mesh Distance Fields if you go to visualize Distance Field AO in the main viewport the editor will crash. This only affects the Forward Render and works ...
When navigating the viewport, placed actors can leave a "black shadow" as the camera viewpoint changes. The artifacting remains until "Game view" or wireframe mode is activated. This only occurs i ...
World Outliner selection does not update transform widget location during play. This issue can be easily fixed simply by reselecting the object, this issue only affects the first time the object is ...
Possibly related to [Link Removed]. This affects Static, Stationary, and Movable point lights when upgrading a project from 4.18 to 4.19.2 or Main (tested in CL 4101872). If you click the "Reset to ...
Crash always occurs when executing Visualize Texture Command with Texture id. Looks like GVisualizeTexture.Mode doesn't affect correctly. Workaround: VisualizeTexturePresent.cpp FVisualizeText ...