Allow Window Resize has no effect on Linux

UE - Platform - Linux - Jun 8, 2017

Checking the option for Allow Window Resize in Project Settings allows a the borders of a standalone window to be grabbed and used to resize the window. This does not behave the same on Linux and t ...

Foliage disappears after 1.5k if occlusion culling project setting is disabled

UE - World Creation - Worldbuilding Tools - Foliage - Aug 30, 2017

When unchecking the Occlusion culling option in the project settings, if you place over 1.5k foliage meshes in the world, they stop rendering, the meshes are still present in the level and can be se ...

Editor Crash When DFAO Viewport Has Zero Area

UE - Graphics Features - Apr 19, 2018

I've reproduced this crash in 4.16, 4.17, 4.18, 4.19, and Main. Per licensee: The editor crashes if distance field ambient occlusion is enabled and a viewport is resized to have zero height. Th ...

Reading LightAttenuationTexture Produces Unexpected Results With Forward Rendering

UE - Graphics Features - Jul 5, 2018

The expected behavior occurs in 4.19; unexpected behavior occurs in 4.20 and 4.21. Marking this as a regression. Per User: Reading the LightAttenuationTexture in a material receives interference ...

OnObjectPropertyChanged Firing Excessively when FText is Bulk Edited

UE - Editor - Jun 28, 2023

If multiple game objects are selected at once and their text field is edited, instead of getting N events, it produces N-squared events. It looks like FPropertyHandleBase::SetPerObjectValue is call ...

Run Command fails when launching code project onto Mac from the editor

UE - Platform - Apple - Apr 18, 2017

This only affect Launching on code projects. Packaging code projects works fine.LogPlayLevel: Program.Main: ERROR: AutomationTool terminated with exception: AutomationTool.AutomationException: Unabl ...

Some Material Nodes Are Not Able To Be Deleted

UE - Graphics Features - May 10, 2017

There are a lot of cases where nodes in the material editor will no longer get deleted even if you save the material after deleting the node. As soon as you close the window for the material editor ...

Blueprint Viewport displays bright green emissive for all objects

UE - Gameplay - Blueprint - Jul 17, 2017

When opening a new blueprint for the first time Adding any static mesh component (Engine content or User created) causes the mesh to display with a bright green emissive. This issue occurs only in t ...

Execute Console Command r.SetRes Fullscreen breaks Dynamic Skylights when tied to Event BeginPlay

UE - Graphics Features - Apr 6, 2017

Using the Execute Console Command 'r.SetRes 1920x1080f' directly with an Event BeginPlay node within blueprints, any Stationary/Movable Skylighting information is no longer visible. A simple workar ...

[CrashReport] UObjectBaseUtility::GetOutermost | FArchiveInvalidateTransientRefs::operator<<

UE - Gameplay - Blueprint - Sep 7, 2017

This is a somewhat common crash affecting users in 4.17. They have not provided any descriptions of their actions when the crash occurred. Source Context 110 /** 111 * Walks up ...