Stale VSM pages after HLOD transition

UE - Graphics Features - Shadows - May 23, 2024

Virtual Shadow Maps do not invalidate pages when HLODs replace meshes. This can lead to inconsistencies between the geometry and the shadows, which can cause artifacts as pages are invalidated. ...

first struct variable not shown by Intelisense

UE - Foundation - Core - Feb 18, 2015

When invoking a custom struct, the first listed variable will not appear in the Intelisense window. ...

Components spawned at runtime do not take Radial Damage if simulating physics

UE - Gameplay - Mar 16, 2015

Components spawned at runtime do not take Radial Damage if simulating physics. ...

LIVE: Reflection Capture are not working with moveable directional light on mobile

UE - Graphics Features - Nov 3, 2014

When a Directional Light is changed from static to movable, the materials in the level will appear dark. ...

Combo Box (String) does not work when applied to a 3D widget

UE - Editor - UI Systems - Apr 16, 2015

Users are not able to get the drop down menu to show up when the combo box is applied to a 3D Widget (World Space) ...

Reimporting Static Mesh LODs yields unexpected material assignments

Tools - May 24, 2018

Reimporting an asset after making changes causes loss of saved LOD changes when editing a static mesh. Similar issue was logged and fixed for SkeletalMeshes but this issue is still occurring for ...

Anim Notify blueprints are included in packages when not referenced

UE - Foundation - Core - Cooker - Sep 17, 2018

Anim Notify Blueprints are included in Packaged builds of the editor even if they are not referenced. This does not occur with other Blueprint classes, such as Actor, although it may with some other ...

MediaTexture do not show video when playing a movie using Media Player in some Android devices.

Media Framework - Feb 13, 2018

Movie Player do not seems to play movie in some android devices. [Link Removed] You can simply run the attached project in android devices to see the movie is played as expected. ...

HideCategories metadata does not hide native Component categories when viewing the root actor

UE - Gameplay - Blueprint Editor - Aug 4, 2020

Seems like we are probably just missing a metadata check when drawing the details of the actor instance, and it is only doing the check for drawing ActorComponent details.  ...