Editor crashes when assigning Landscape layer info while Forward Shading is enabled

UE - LD & Modeling - Terrain - Landscape - Nov 7, 2017

Crash occurs when Forward Shading is enabled in Forward Rendering Options User noted that if "Support Stationary Skylight" in Project Settings > Rendering > Shader Permutation Reduction is disabled ...

Unable to compile level blueprint after deleting a structure that was being used as a variable type

UE - Gameplay - Blueprint - Nov 6, 2017

After compiling, the variable disappears from the variable list which prevents the user from deleting it and being able to recompile the level succussfully Not a regression as it occurs in 4.18.1 a ...

Hierarchical and normal Instanced Static Mesh Components do not maintain PerInstanceRandom values when transforms are modified

UE - Graphics Features - Nov 6, 2017

When using PerInstanceRandom in a material that is applied to a Hierarchical or normal Instanced Static Mesh component, there are issues of the value resetting when certain transform operations are ...

Crash on opening a pose asset after reloading a skeletalMesh with bone name changes

OLD - Anim - Nov 6, 2017

Opening an old pose asset can crash the editor if the skeleton it uses gets updated. ...

Can Not Add New Notify to Notify Track In Animation Sequences or Montages On a Mac

OLD - Anim - Nov 3, 2017

Only occurs on Mac When clicking on the Notify Track in a Montage or in an Animation Sequence a bar shows up where you can name the new notify and after hitting enter it adds it to the Notify Track. ...

[CrashReport] FAndroidTargetSettingsCustomization::CopyGooglePlayAppIDFileIntoProject()

UE - Platform - Mobile - Nov 2, 2017

This is an early trending crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 166 TSharedPtr<FAssetThumb ...

[CrashReport] UE4Editor_MeshPaint!FBaseMeshPaintGeometryAdapter::GetVertexPosition() [basemeshpaintgeometryadapter.cpp:70]

UE - Simulation - Physics - Character - Nov 2, 2017

This is a trending crash coming out of 4.18, and may be a regression. Users have not provided any descriptions of their actions when the crash occurred. Source Context 57 const TArray<FVec ...

[CrashReport] UE4Editor_RenderCore!FPendingCleanupObjects::FPendingCleanupObjects() [renderingthread.cpp:1151]

UE - Editor - Workflow Systems - Nov 1, 2017

This is a trending crash coming out of the 4.18 release. It may be a regression. User DescriptionsOpened the sample VR-project and entered the VR-mode form the editor.Crash in VR mode. New project ...

Data Tables can no longer import numeric enum values

Tools - Nov 1, 2017

Some changes to UEnumProperty::ImportText_Internal prevent this importing the stringified number (which is a float) as an enum value. This affects the JSON importer, and maybe the CSV one too. ...