Our sample games all seem to use the semi-deprecated Classes folder for their headers, and many of these headers omit a #pragma once (or other header guard). This means that they don't play nicely ...
It's currently not possible to prevent notifies from firing by setting their TriggerWeightThreshold. When stepping into the code that fires the notifies I found that the given InstanceWeight was alw ...
If you have a trigger box trigger an ambient audio clip when you enter the box, the audio clip will always play from the beginning even if you have the Start time starting later in the audio clip. ...
When exporting a large file, due to the way the auto reimporter only checks for the number of changed files has remained stable for some given threshold, it can kick in too early even though the sin ...
An FBX with Multiple Meshes and only one unwrap per mesh (no 2nd UV channel) will import the first mesh in the file correctly but will produce invalid lightmass settings on each additional mesh impo ...
When packaging a blank blueprint project in the versions mentioned, it adds the 'Slate' folder content to the final packaged product. I am not sure this is intended as the user does not need any of ...
The experimental feature Blueprint Break on Exceptions does not work with Accessed None errors. To test, create an actor variable in a blueprint and use it as an input to a function without having s ...
Tools team notes: Make disabled state hidden. If the user applies an image to the disabled state of a button the button will not reflect this change in game. For example if I were to set the disabl ...
When comparing the World Normals of an Instanced Static Mesh being scaled non-uniformly to that of a regular Static Mesh, their normals do not match one another. I have attempted to look over the d ...
Need to fix the Bug: Parameters that linked to LandscapeGrassOutput in master material instance do not updates automaticaly in viewport. After parameters change you are have to modify any of your us ...