Attempting to package a runtime plugin (does not occur with a Development plugin) in a Blueprint project fails in 4.21 Preview 2. This also causes some Editor files to be deleted, including the Modu ...
Including files with a .cc extension instead of .cpp in a code project used to build fine in Visual Studio. This is no longer the case in 4.21.2. The error message that results indicates that only C ...
When designating 3 Intro/Start Up movies to play back to back in the Project Settings of a mobile project, the user reports that they will play as expected for Android devices, but only one movie wi ...
-The editor will crash when opening a project with the Renderdoc Plugin enabled while the user has Renderdoc installed on their machine. Uninstalling Renderdoc allows the project to open without cra ...
The Hit Reaction Physics Animation Blending example in the ContentExamples PhysicalAnimation map does not react to being clicked on. REGRESSION: Yes Worked: 4.8.3. Binary Broken: 2647674 ...
When Forward Shading is enabled, if you create a material with their properties setup with the following: Material Domain: Deferred Decal - Blend Mode: Translucent - Decal Blend Mode: Emissive T ...
Crash when set PostProcessAnimBlueprint in persona editor. Related to [Link Removed], [Link Removed]. ...
There is code in the FIntVector class (IntVector.h) that seems to be copied from the FIntRect class which is a problem since FIntRect is two dimensonal while FIntVector is three dimensional. The one ...
The server is not seeing the correct walking animations on each of the clients and after doing some digging, we found that the Pawn->GetVelocity() function is returning something drastically smaller ...
When creating a new Blueprint Class based on an Actor parent, If you navigate to the Actor's event graph, and right click on the editor blank space; type "Assign on Destroyed" and select "Assign ...