Sometimes when adding instances to Instanced Static Mesh component, you can click on individual instances in the editor and get special detail view - simple transform with the instance index number ...
CharacterMovementComponent has recently received support for custom gravity directions. Crouch logic needs to be updated to account for custom directions. Currently, crouching logic in CMC assumes Z ...
Reported on UDN: Something in the setup of the City Sample vehicles means that if a vehicle starts inside a Box Collider Component then it won't generate an EndOverlap when exiting. Vehicles in ge ...
Incorrect physics interaction on rotated meshes using Complex as Simple collision. *This is a regression Working in 4.13.2-3172292 Not working in 4.14.3-3249277* User Description: When we updat ...
Split Struct pins cause errors when a project is converted to 4.17. You are still unable to split struct pins even if a new variable is created for the struct. Only adding a new variable to the st ...
Building SDF and Mesh Cards require material properties (2 sided and blend mode) applied on Static Mesh to be known at Static Mesh build time. If not, it may leads to rendering artifacts: Reflectio ...
Static Mesh LODs cannot be removed after import from the Static Mesh Editor unless you have Simplygon installed. Hovering over the tooltip for "Number of LODs" indicates this as well with "Auto mesh ...
This is a trending crash in the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 892 const FNameEntry* FName::GetDisplayNameEn ...
NaniteBuilder uses an int8 type for ExternalEdges and counts adjacency with a int32. The bug stems for the cast to int8 when adding the adjacency count into the ExternalEdges array. The precision l ...
Seems to be an issue with the indirect lighting cache where if you have interpenetrating static meshes (for example static mesh rocks that make up the ground), there are cases where the cache points ...