Cannot run packaged project if a code class contains a static FSimpleElementCollector variable

UE - Graphics Features - Nov 17, 2017

Adding a static FSimpleElementCollector variable in a code class prevents the packaged project from running. No log is created. ...

Add Component node loses reference on BP compile

UE - Gameplay - Nov 16, 2017

When adding an actor or scene component blueprint reference to an actor blueprint, the component gets changed to an Add Component node when updating the component blueprint. This bug was not present ...

Control of Camera is Lost When Piloting

Tools - Nov 16, 2017

Camera flies out of the control of the user. This is done without playing it in editor but by navigating the camera. ...

[CrashReport] Linux crash - /usr/lib/x86_64-linux-gnu/dri/radeonsi_dri.so()

UE - Platform - Linux - Nov 16, 2017

This is a new Linux crash in 4.18.1. There are a few similar but different callstacks that reference dri/radeonsi_dri.so() I've attached a log, but none of the ones I've looked at appear to contai ...

[CrashReport] Linux_PlatformCreateDummyGLWindow()

UE - Platform - Linux - Nov 16, 2017

This is a trending Linux crash in the 4.18 release Callstack from Log[2017.11.10-14.42.41:021][ 0]LogLinux: Error: appError called: Assertion failed: [File:/media/***/OS/UnrealEngine-release/Engi ...

[CrashReport] Mac crash - FShaderCompilingManager::ProcessCompiledShaderMaps()

UE - Graphics Features - Nov 16, 2017

This is an infrequent Mac crash in the 4.18 release. The callstack is a match to [Link Removed] (loading Zen editor on Mac), but that was confirmed fixed for 4.18.0 while this continues for users. ...

[CrashReport] FPhysicsAssetUtils::CreateFromSkeletalMeshInternal()

UE - Simulation - Physics - Nov 16, 2017

This is a trending crash in the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 892 const FNameEntry* FName::GetDisplayNameEn ...

Parent actor missing in subscene after reopening

UE - Anim - Sequencer - Nov 16, 2017

Attaching a particle to the bone of the actor spawning with the parent's sequence, once closed it will be missing. Error occurred in this project.[Link Removed] Content/Sequencer/CutMaster Content/ ...

Editor UI lightens when r.HDR.EnableHDROutput is set to 1

UE - Graphics Features - Nov 15, 2017

When console command r.HDR.EnableHDROutput = 1 is used, the entire engine UI becomes lighter or more washed out / desaturated, as shown in attached screen shots. Confirmed this bug is not present i ...

Tutorial Blueprints breaking unreal builds

Tools - Nov 15, 2017

Creating a Tutorial Blueprint in the main content folder of a new C++ project causes some errors with new projects if the Blueprint is moved afterwards. ...