After clicking 'Create StaticMesh' button on an Procedural Mesh Component, and saving the mesh, the created mesh has bad tangents. Included in the attachments, is a test project with a parallax mate ...
Attempting to Reimport multiple Data Tables that do not have associated data source files results in the Engine crashing. When a single Data Table is selected to be reimported, the Editor asks for t ...
Sub-components with the same name are not displayed on the correct parents in the Blueprints editor. Upon creation of an Actor blueprint initially derived from a c++ base class (VRCharacter) which ...
Ranged-Based for in ULevelStreaming::BroadcastLevelVisibleStatus iterates an array which can become modified during execution if new levels are added. ---------------------------------------------- ...
When cooking the DDC key for a material layers parameter set may become invalid which causes issues reading/writing to the global material shader map and can lead to a crash. See original UDN post f ...
The Editor will hang when using Russian characters for a text variable in a Blueprint. It seems to occur when using the character "л" is used. Only seems to occur once in a project. Found in 4.19 C ...
Any Blueprint with accents in the name, coming from 4.19 won't open in 4.20. Double clicking the asset, trying to right click asset, results in no actions. When loading the project this message app ...
Add ENGINE_API to FPhysScene::AddPendingSleepingEvent and FPhysScene::AddPendingOnConstraintBreak. Useful when overriding FPhysXSimEventCallback via FPhysScene::SimEventCallbackFactory. ...
A licensee has reported that the TestEqual(TCHAR*, TCHAR*) function tests for pointer equality instead of comparing two values, which does not accomplish what the function is meant to do. Regressio ...
The AShooterGame_FreeForAll::DetermineMatchWinner function is set up to compare each player's PlayerScore with the BestScore variable to see which players are considered to be the "BestPlayer" which ...