REGRESSION No, occurs in 4.14. When creating a physics asset with Default Angular Constraint Mode set to Limited, if the user saves and restarts the editor without making any edits, the constraint ...
Some users are reporting that User Defined Enums are losing their display names when upgraded to 4.15. ...
Rotated component made into root displays incorrectly in the blueprint editor. Closing and reopening the BP editor corrects the displayed root component. ...
In the Cloth level in Content Examples, there is some inconsistent behavior with Owen's trench coat. The coat tails appear heavy (they don't trail behind the character's movement), and the straps a ...
In the Cloth level in Content Examples, the cloth meshes at display 1.6 (Self Collision) are spinning and are being lifted into the air. This isn't consistent with the same assets in //UE4/Main. ...
Implemented interfaces are not added to the list of assets to nativize when the blueprint class that implements them is flagged for nativization, saved, and compiled. This results in a package failu ...
Currently parent blueprints are added to the list of blueprints to nativize if their children are flagged to be nativized only if they are also individually saved. Ideally, we'd update the list of ...
Data only blueprints that are explicitly flagged for nativization do not nativize. (Makes sense that they don't when they're not explicitly told, but if someone goes out of the way to flag them to, ...
A log warning occurs when opening the QA-Promotion map from the QAGame project. Warning: LogApexClothingUtils:Warning: Building adjacency information for a clothing section in skeletal mesh '/Game/ ...
The Editor can crash if a fixed-size FText array is created. Attempting to edit one of the values of the array in a Blueprint will result in a crash. ...