Specular highlights can disappear with clearcoat materials, when "Clear Coat Enable Second Normal" is enabled ("r.ClearCoatNormal"). ...
AWheeledVehiclePawn class tries to use CCD in the constructor, but Mesh->BodyInstance.bUseCCD = true this code does not work to activate CCD because Physics Assets could not be available at this ...
In some conditions, additive animation shows different/wrong behavior on Standalone Game and packaged game, from the other PIE. Watch the attached video. [Link Removed] The key points to reproduce ...
In Blueprint, binding a custom event to OnAssetPostImport and setting TextureGroup to UI causes the UE editor to crash. But if it sets to the other group like "World" or "Character", this crash does ...
The issue is seen when using a normal navmesh inside of a World Partitioned level. Adding a Nav Modifier Volume to a Level Instance, and placing the Level Instance in the world will affect the navme ...
Although the ISM component allows for enabling the flag for Fill Collision Underneath for Navmesh, it does not add the modifier for this to the navigation data for its instances. ...
User reports of stack overflow happening in canRemoveVertex in DetourTileCacheBuilder.cpp if a poly has more than 16 vertices. The array for edges is a fixed array and is written to without checking ...
Collision between an instanced static mesh and a physics simulating actor (with "simulation generates hits events" enabled) results in the following warning: LogChaos: Warning: Collision handler en ...
The Blueprint_Effect_Explosion Actor's Root Component in the Starter Content is in some form of invalid state. It reports to have a scale of (1.0, 1.0, 1.0) in the details panel but further behaviou ...
The OutHit from a LineTraceByChannel against a landscape in Editor is not returning the Physical Material of that landscape. While PIE there is no issue. While using BoxTrace (even in Editor) there ...