In Isometric Staggered and Hexagonal Staggered Projection Modes redundant rectangle is rendered

UE - Gameplay - Paper2D - Sep 25, 2020

About issue:Similarly issue also can be seen in Isometric Staggered projection modeSuch issue does not occurs in Orthogonal and Isometric Diamond projection modesIn viewport in UE4Editor this redund ...

Creating a 64K texture triggers an out of memory crash

RAD - Oodle - Sep 21, 2020

When building very large textures (such as virtual textures) we allocate very large intermediate buffers for compression at full 4 channel float precision. For a 64K texture this can be 64GB in siz ...

Tiling Sprite in UMG uses whole image

UE - Editor - UI Systems - Sep 21, 2020

When a Sprite that has been created from a Texture Atlas is used in a Widget, it can not be tiled. Instead the whole Texture Atlas is tiled.  Reported in version 4.25.3(CL 13942748). Tested and fou ...

Decal Fading parameters are completely broken

UE - Graphics Features - Sep 20, 2020

Linux Editor creates multiple installation identifiers for itself if Install.ini is removed

UE - Platform - Linux - Sep 17, 2020

The first ID contains brackets and a trailing slash while the second does not. Alternatively if the engine is opened with a .uproject argument no ID will be created until the "Open Project" dialog i ...

r.ShaderpipelineCache.StartupMode=0 does NOT work property

UE - Graphics Features - Sep 16, 2020

r.ShaderpipelineCache.StartupMode=0 is a option for stop precompile using PSO Caching, but it doesn't work properly. After CL-5837455, FShaderPipelineCache::ResumeBatching() is always called in FEn ...

Can not output the log that is "Category=LogActor, Verbosity=log"

UE - Gameplay - Sep 16, 2020

The LogActor is set to "CompileTimeVerbosity=Warning", so it cannot output more than the "Warning" level. ENGINE_API DECLARE_LOG_CATEGORY_EXTERN(LogActor, Log, Warning); Suggest the following  ...

Event Dispatcher objects cannot be deleted after the initial graph node is renamed

UE - Gameplay - Sep 14, 2020

Adding an Event Dispatcher to the Level Blueprint and then renaming the initial graph node within that Event Dispatcher prevents deletion from that point forward. Renaming the Event Dispatcher from ...

Niagara Emitter editor forgets Timeline playback ranges

UE - Niagara - Sep 14, 2020

This seems to only affect an emitter and not a system asset. ...