A sampling result of DistanceFieldAOHistory is shifted to a wrong position.

UE - Graphics Features - Aug 21, 2024

DistanceFieldAOHistory introduces ghosting at low scalability and low screen percentages. This can lead to AO artifacts and a ghosting effect from the character. This issue was also observed on //U ...

Mesh Paint mode's Texture Paint has obvious artifact with UV seams

UE - Rendering Architecture - Oct 8, 2024

Mesh Painting Texture Paint tool can miss some pixels along UV seams, even with "Enable Seam Painting" set to True. This appears to be because of the difference between rasterization and sampling. ...

Activating physics on a component will break movement for the component

UE - Gameplay - Aug 4, 2015

Setting simulate physics for a component of an actor will cause that component to not react when the actor root is updated. ...

Clipping bsp brush rotates clipped face on brushes that have their X,Y,Z values altered

UE - LD & Modeling - Modeling Tools - BSP - Sep 17, 2015

If a bsp brush is rotated, then the brush clipping feature is used the "Brush Clipping" feature will rotate the created face by 90 degrees or disappear entirely (if set at an angle). ...

Game Instance being initialized twice in Android build

UE - Gameplay - Feb 11, 2015

When a project with a C++ custom game instance is packaged for Android, the game mode is initialized twice from different paths. Device log files attached ...

Data Only blueprints Class Defaults page become uneditable during runtime

UE - Gameplay - Blueprint - Aug 7, 2015

During runtime, a data only blueprint's class defaults tab becomes greyed out and uneditable during runtime. The values for specific instances can still be edited via the detail's pane. ...

Grass draws on landscape holes

UE - LD & Modeling - Terrain - Landscape - Jul 14, 2015

Grass output in materials draws over masked locations, such as landscape visibility holes. ...

Packaged size of project is double its size when packaging for Shipping Windows (32 bit)

UE - Foundation - Core - Mar 9, 2015

When you package a project in 4.6.1 for Windows (32 bit) shipping, the file size is around 160 MB. When you package a sample project in 4.7.2, the packaged size will be around 345 MB. [Link Remove ...

Distance Field AO leaving trail of occlusion shadow where character mesh has been.

UE - Graphics Features - May 21, 2015

When using DFAO and moving around the world a trail will be left behind the where the player has been while PIE/Standalone game is being used. This is cleared when exiting these modes. **Video att ...

Destructible component doesn't register hit event with Landscapes

UE - Simulation - Physics - Destruction - Aug 9, 2016

Destructible component doesn't register hit event with Landscapes. The only way to get the Destructible to register the event is to enable Impact Damage on the Destructible mesh. User Description: ...