Building lighting via commandlet and via editor are giving different results. To prevent one method from polluting the other via Swarm cache, the cache needs to be cleared in between tests. ...
While on a Linux OS, the editor immediately crashes if the Hydro Erosion tool is used on a landscape. ...
If you set your Editor language to, for example, Japanese or Korean, and then, in Placement mode, search for the original English terms like "Camera", it should still show the same results as if you ...
When importing assets, memory usage climbs but is never freed. ...
Launcher build ships with VulkanRHI Android binaries but do not seem to support Vulkan on Android from the launcher build without source. ...
When the USplineComponent::GetDistanceAlongSplineAtSplinePoint() function is called, the value returned is not accurate if the point approaches the range of 0 - 10 % or 90-100% of the spline. ...
Functions called in the destructor are not being called properly. Setting a call to AddOnScreenDebugMessage is displayed at the start of PIE rather than when the actor's destroy is called. ...
Any value that is set for Peripheral Vision Angle Degrees in an AI Perception component's Sight config is doubled. This does not occur with the PawnSensing component, which is inconsistent behavio ...
When shooting a surface, the bullet decal appears as a thin line rather than the circular impact shown in the material asset. Regression: YES - in 4.10.4 the decal appears as shown in the material ...
It is not possible to use the Create StaticMesh button to create a Static Mesh from a Procedural Mesh with only 3 verts. The following if check is the reason:if (RawMesh.VertexPositions.Num() > 3 && ...