Auto virtual texture import can be confusing for some users

UE - Graphics Features - Feb 24, 2021

There have been a few times internally and with licensees where people have enabled virtual texturing on a project to access RVT and then have been surprised when textures start to be imported as st ...

Duplicating a blueprint interface asset results in duplicate GraphGuid

UE - Gameplay - Blueprint - Feb 24, 2021

When a blueprint interface asset is duplicated in the Content browser, UEdGraph::GraphGuid will not be regenerated so the two graphs will end up sharing the same GUID. This causes problems for any ...

CheckForWorldGCLeaks crash using New Level from Template node to duplicate sublevel of the currently loaded level

Tools - Feb 23, 2021

A world leak crash occurs when using NewLevelFromTemplate to duplicate a sublevel of the currently loaded level. The crash doesn't manifest until another level is loaded even though the Sublevel ins ...

Loading a blueprint with an invalid gameplay tag container pin causes ensure and data loss

UE - Gameplay - Feb 23, 2021

The gameplay tag system depends on tags being registered with the global manager as valid in order to correctly read them off disk. Two different issues are combining to cause a confusing ensure and ...

Media doesn't play from the beginning on android

UE - Platform - Mobile - Feb 22, 2021

Compile on load crashes for classes within an abstract class

UE - Gameplay - Blueprint Compiler - Feb 20, 2021

When compiling on load in -game, a blueprint class that inherits from a native class that is marked within and the class that it is within is abstract, a crash will occur when FBlueprintCompilationM ...

Some blueprint nodes are noticeably wider

UE - Gameplay - Blueprint Editor - Feb 19, 2021

Certain blueprint nodes are noticeably wider than they were in 4.25, and seem to get excessively wide if the user fills in literal pins on them. This was noticed with the Array Add nodes, but may a ...

Crash when playing a other Level Sequence inside a Spawnable Actor registered with Level Sequence

UE - Anim - Sequencer - Feb 17, 2021

This issue crashes on exit when playing a other Level Sequence on an Event in a Spawnable Actor. Also this problem doesn't occur in 4.25. ...

Soft actor references can no longer be set in DataTables

UE - Gameplay - Blueprint Editor - Feb 9, 2021

As part of [Link Removed], it was changed so soft actor references cannot be set in the editor for structure defaults. This is desired because the serialization behavior for defaults is complicated ...