Creating a Blueprint interface and changing its function name causes a crash when using the undo button to change the name back. ...
Playing a sine wave as an audio sample in the editor produces a choppy sound when it does not outside of the editor. This issue does not appear to be a regression. Versions Tested: Issue occurs in ...
There is an issue with selecting multiple meshes that are children of different scenes when the scale is different than the default. moving the static meshes together causes them to move at differen ...
Reflections are rendering incorrectly in Rendering Preview Level SM4 in 4.18, but were working as expected in 4.17. This is a regression. When I reproduce the issue, I get results similar to issue ...
The cache for images inside of an invalidation box needs to be invalidated at least once before changing a parameter that is applied to the material of the image will have an effect. ...
The code in UWorld::RemoveFromWorld that removes Pawns that are about to be streamed out does not check to see if the pointer that it sets is null prior to using it. In cases where Pawns are rapidly ...
Cooking and packaging DLC in the Project Launcher fails due to possibly erroneous references to Engine content contained in the DLC. REGRESSION: No. The same behavior was observed in 4.17.2. ...
When assigning the same Player ...
We currently do not copy over the Config folder when we are packaging a plugin for inclusion with a packaged game. This is likely because we haven't supported plugin config files in the past, but th ...
Currently, properties marked DuplicateTransient will be reset to default when their actor is moved to a different level. This happens because we use the clipboard to virtually cut the actor out of o ...