Second UVs wiped when using Merge Actors Tool

UE - World Creation - Worldbuilding Tools - HLOD - Jan 26, 2017

The merge actor tool no longer saves additional UVs used for the merged mesh. This was not the case in 4.13, but in 4.14 and later this information is no longer present. Also worth noting is that i ...

ForLoop used inside BP Function Library always returns 0 index when used in a Construction Script

UE - Gameplay - Sep 18, 2018

Using a For Loop inside of a Blueprint Function or Function Library will always return index 0 when used in the Construction Script. This was reported and tested in 4.19.2 (CL-4033788). This was r ...

Scrollbox under multiple retainerboxes doesn’t scroll correctly with PIE

UE - Editor - UI Systems - Aug 14, 2019

When the scrollbox as the child of multiple retainerboxes, the scroll isn't smoothing. It can see issue with PIE only. If it run with standalone (or package build) is fine. In SScrollBar::ExecuteO ...

Virtual Texturing: RuntimeVirtualTextureOutput Node Can Be Used with a Virtual Texture Domain Material

UE - Graphics Features - Jun 21, 2019

When adding a RuntimeVirtualTextureOutput node to a Virtual Texture domain material, the RVT Output node overwrites any data being sent to the normal material node's output, which interferes with th ...

After compile, spawnable actor is stuck in spawned state

UE - Anim - Sequencer - Jun 3, 2016

After compile, spawnable actor is stuck in spawned state ...

Mouse offset when switching resolution between windowed mode / fullscreen

UE - Editor - UI Systems - Aug 13, 2015

When switching between windowed and fullscreen modes during runtime the mouse position is reported incorrectly. Eg. A button with a hover over effect will play the effect when the mouse is near but ...

Moving objects in editor does not update collision

UE - Gameplay - Apr 7, 2015

When an object is created procedurally with code and placed into the editor the collision analyzer will detect the object properly. If the object is then moved to another part of the level the coll ...

NavModifierComponent doesn't work well with dynamic owner actors

UE - AI - Mar 12, 2015

When a raw NavModifierComponent gets added to a character it cuts a hole in the navmesh (as expected) but doesn't update the location with character's movement. And it should. ...

Actors not marked as Always Relevant do not replicate to Clients that have possessed a vehicle past 15,000 units of the point of possession

UE - Networking - Oct 20, 2015

Actors not marked as Always Relevant do not replicate to Clients that have possessed a vehicle past 15,000 units (the sq root of Net Cull Distance Squared) of the point of possession. Note that repl ...

UMG Size to Content issue

UE - Editor - UI Systems - Jan 20, 2016

TextBox(Multi-line) or EditableText(multi-line) in UMG blinks when it meets certain condition in editor. The condition is Both Size to content option for TextBox(Multi-line) or EditableText(multi-l ...