Hide softkey feature in Galaxy S8 leads to severe lag/freeze when trying to insert character into textbox in UMG. This feature is updated for Global version(Mali) for now(7/24/17) So you might need ...
Mesh data will be deleted from the Static Mesh if added as a Hierarchical Instanced Static Mesh Component through blueprint. All of the mesh data (actual geometry) and LODs will be deleted from the ...
PerInstanceRandom does not provide a random value when the material is being used on an Instanced Static Mesh that is spawned at runtime, the value is always the same. Regression?: Yes This did not ...
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 ...
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 ...
Default parameters do not appear to be retained for custom events. This was tested in 4.17 and the issue does not occur in 4.16. Appears to be a regression ...
When a Collection is created in code (see code snippet), the collection accepts names with illegal characters such as periods or spaces. Creating a collection through the editor properly warns that ...
When Compiling a blueprint that is a child actor component to another blueprint, the value will be incorrectly displayed if the parent blueprint is also not compiled. Versions Tested 4.16.3 - CL: 3 ...
When an enum variable is added to a BP struct, saving the struct causes the enum to display its type as a Byte rather than the specified enum. Regression: Yes - This behavior does not occur in 4.16 ...