In cases where serialization goes out of bounds, there is no check to see if the app is running in unattended mode before the message box is displayed. If the app is running unattended, such as on a ...
This will only repro when connected to source control ...
We no longer include a note/warning when an expected execution path will not be taken in a function graph due to the presence of a return node. This was inadvertently removed by the change that intr ...
Using a TArray to store multiple components being setup inside a for loop of a constructor will crash on project open. Crash Reporter: [Link Removed] ...
Spline Mesh Component doesn't render if two spline points are placed exactly above and below each other. If they are offset by any value other than 0.0, the Spline Mesh component will be rendered as ...
Opening the Advanced_Lighting Map, the new default map with 4.5.0 and 4.5.1, the Skybox has 4 UV Channels but all of them have overlapping UVs. WORKAROUND - You can Auto Generate UVs for the Skyb ...
When packaging your project for shipping, the windows 64 bit option will be grayed out. I also tested this issue out in main (2455917) and the option is able to be selected but with the 4.7.2 (246 ...
In RawMesh.cpp, there are two functions called IsValid and IsValidOrFixable. A user has reported that there may be an issue here where IsValid can be true while IsValidOrFixable is false. From look ...
An instance editable Rep Notify variable will not update on Rep Notify if an instance of if is edited in a scene. A demonstration project can be found here: [Link Removed] Found in 4.22 CL#7053642 ...
Adding a new key to a dataTable deriving from c++ will not be found until the entire project is reloaded. Download link to test project: https://github.com/sorkNasrk/testbug ...