When a collection is named NUL, it will appear in the editor but does not get saved when the editor shuts down. When the project is restarted, the NUL collection is removed. ...
When a collection is created, naming the colleciton AUX causes the editor to lock up, requiring a force close from the task manager. Note: Naming the collection something else and then renaming it ...
White box appear when changing screen resolution on standalone. ...
A chain of physics constraints that includes a physics constraint that is set to Limited does not work correctly. When collision occurs, the attached actors start moving erratically. Regression?: N ...
Instanced Static Mesh components update incorrectly in Standalone and Packaged game. When hit, all of the instanced static mesh components will snap to a singular location instead of each individual ...
AAR files may contain multiple architectures and Gradle is including them all instead of filtering them to only include the active architecture in the APK. ...
Oculus store does not accept APKs signed with v2 signing from Gradle. ...
Spring Arm rotation only prints Yaw after 4.17 conversion. In 4.16 it would print the Yaw, Pitch, and Rotation as expected. The spring arm by itself prints the rotation correctly but once a camera ...
Split Struct pins cause errors when a project is converted to 4.17. You are still unable to split struct pins even if a new variable is created for the struct. Only adding a new variable to the st ...
If a material contains a Texture Sample node with Sampler Source set to Shared:Wrap or Shared:Clamp, setting r.MipMapLODBias will have no effect on the blurriness of the material. Regression: No - ...