Starting a hot reload by clicking the Compile button in the Editor fails after adding a Static Mesh Component to an Actor code class. This only occurs in the binary version of the Engine, and only i ...
Cooking will fail while attempting to convert a non-data-only Blueprint class based on the native UAnimNotify class when Blueprint nativization is enabled. Workaround in lieu of a fix would be to e ...
After clicking 'Create StaticMesh' button on an Procedural Mesh Component, and saving the mesh, the created mesh has bad tangents. Included in the attachments, is a test project with a parallax mate ...
Adding a material to an FBX with a Multi/Sub-object material, then reimporting the FBX will not import the new material. The material element will be added to the mesh but the material applied will ...
Opening Color Picker Windows crashes editor with Assertion Failed: IsOutsideRenderPass() in VulkanCommandBuffer.cpp Did not reproduce on Nvidia Linux Similar to: [Link Removed] but distinct from i ...
This is a regression that was introduced by the fix for [Link Removed]. As a result, we can potentially hit an assert in a cooked, nativized build during async load of a non-nativized Blueprint CDO ...
At SubversionSourceControlUtils.cpp line 262, it should be using FileCount instead of FileIndex. ...
The alignas keyword is not usable with a USTRUCT. It can be used with a normal struct. ...
For landscapes, both the simple and complex collision are used when simulated against. ...
Investigate if we can avoid re-sending properties using COND_InitialOnly when being woken from dormancy. See: https://udn.unrealengine.com/questions/463660/dormant-actors-replicate-properties-set-t ...