Compiling Unreal Lightmass Fails When Using Visual Studio 2015 Update 2

UE - Foundation - Core - Apr 4, 2016

When attempting to compile Unreal Lightmass in the 4.11 source build, a compiler error pops up when using Visual Studio 2015 Update 2. Error Message: "d:\unrealengine-release\engine\source\program ...

Details View loss of expansion state on container changes

UE - Gameplay - Blueprint Editor - Aug 3, 2020

From the UDN post: When the new entry is added, the entire tree gets wiped out as a result of the CDO swap, and when these update methods run it leaves the tree in a default expansion state. (Effect ...

Find Session and Join Session to join a session over LAN on iOS is inconsistent and requires being run multiple times to work

UE - Networking - Aug 8, 2018

Attempting to use Find Session / Join Session to join a LAN session on iOS results in inconsistent results, requiring the client to press the join button multiple times to join properly. Currently ...

Some materials render black on Iphone 6 series phones

UE - Platform - Mobile - Oct 6, 2016

Some materials are not rendering on iphone 6 series devices. They will render completely black on one device but not others in the same series. Replacing the material with a basic material renders o ...

Cannot set array elements from an array that is contained within a struct

UE - Gameplay - Blueprint - Aug 26, 2015

Cannot set array elements from an array that is contained within a struct User Description: Setup: Array of structures "StructureA". In StructureA, array of integers/strings/whatever. Result: Can' ...

UMG widget callbacks do not set PIE context in editor

UE - Editor - UI Systems - May 21, 2018

This is from a UDN post. Several gameplay functions, such as level streaming and SoftObjectPtr resolution, depend on the GPlayInEditorID being set when that code is executed in PIE in the editor. T ...

ISequencer::OnPlayEvent does NOT fire at the end of playback in Sequencer editor

UE - Anim - Sequencer - Jul 8, 2022

ISequencer :: OnStopEvent is executed when pause, but not when playing to the last frame and stopping automatically. This is because OnStopDelegate.Broadcast(); is only in FSequencer::Pause(). When ...

Destructible created in PhysXlabs will clear materials when a chunk parameter is selected

UE - Simulation - Physics - Destruction - Dec 30, 2014

DESCRIPTION: The materials are cleared from a destructible that is created in PhysX Labs when a chunk in any of the depths is selected and if any of the chunk parameters are set to true. ATTACHED: ...

Precomputed lighting is not saved when using Save As or Duplicate for levels

UE - Graphics Features - Sep 30, 2016

Lighting is invalidated with levels that have been duplicated or Saved As. The maps that are created are immediately marked dirty and need to be resaved vs how they were in 4.12.5 where they wouldn' ...

When loading a new level, a variable of the subclass of type is reset to null in the classes inherited from UGameInstance or UGameInstanceSubsystem

UE - Foundation - Core - Cooker - Dec 1, 2022

Reproduced 3/3 times, issue does not occur in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. It's only in packaged & quick launched builds that this occurs; PIE works as normal. ...