DateTime Variable in Sub Widget resets on Compile

UE - Editor - UI Systems - Jan 7, 2021

When attempting to set the default value of a date time in a sub widget the changes are not kept after compiling. ...

When setting in PreviewGameLaunguage, the package application always adds "culture" to the argument

UE - Editor - UI Systems - Localization - Nov 12, 2020

Whenever packaging project from Launcher with a PreviewGameLanguage set, the culture="preview language" is added to the UE4CommandLine.txt file. Can avoid this issue by setting "None" in PreviewGam ...

RVT Material Preview incorrect in Landscape paint target layers

UE - LD & Modeling - Terrain - Landscape - Nov 5, 2020

Available network bandwidth is too low for uncapped but slow frame rates

UE - Networking - Sep 24, 2020

The networking system has a max frame rate of 120hz by default. Inside UNetConnection::Tick it computes an estimated bandwidth by using that max frame rate, the engine's max frame rate, and the actu ...

Shader Complexity not working correctly on Deferred Decals

UE - Graphics Features - Sep 3, 2020

If you place a deferred decal in the world and then set the view mode of the viewport to "Shader Complexity", the decal doesn't affect the complexity value. ...

Tile Streamed in Temporarily has Stepping on Landscape

UE - LD & Modeling - Terrain - Landscape - Aug 28, 2020

This was reported in a UDN. Jeremy M. originally pointed out that the stepping looks to be caused by high res geometry sampling a low res heightmap. Additional observations:Loading the tile in w ...

Merged actors cannnot cast shadows when source actors Cast Shadows is disabled

UE - World Creation - Worldbuilding Tools - Merge Actor - Aug 19, 2020

Merging actors with cast shadows disabled causes the merged actor to be unable to cast shadows at all. Toggling the Cast Shadows option does not resolve the issue. This is seen in //UE4/Release-4.2 ...

Creating a new TextureRenderTarget2D Asset has the sRGB flag

UE - Virtual Production - Rendering - Aug 17, 2020

The sRGB flag is check and set in PostEdit, so when I editing the asset will be correct. And I'm checking again with RHI, so there seems to be no drawing problem.[Link Removed] It seems to be corre ...

User defined struct variables with spaces do not import properly in cooked builds

UE - Gameplay - Blueprint - Aug 11, 2020

DataTables exported to JSON in editor (UDataTable::WriteTableAsJSON, accessible by right clicking a data table and picking export to json) that contain variables with spaces or other outlawed charac ...