[CrashReport] UE4Editor_ImageCore!CopyImage() [imagecore.cpp:144]

UE - Graphics Features - Mar 27, 2018

No user comments on crash group  135 case ERawImageFormat::BGRA8: 136 { 137 const FColor* SrcColors = SrcImage.AsBGRA8(); 138 for (int32 TexelIndex = 0 ...

Linux: UE_ENGINE_DIRECTORY not being set by UBT

UE - Platform - Linux - Mar 27, 2018

UBT is not passing UE_ENGINE_DIRECTORY to GForeignEngineDir because in UEBuildTarget.cs IsCurrentPlatform only checks for Windows and Mac. Because GForeignEngineDir is not set, config files and oth ...

Unable to edit inherited component properties in a Blueprint if the Component type is set to None and the Blueprint is compiled

UE - Gameplay - Blueprint Editor - Mar 26, 2018

If an inherited component that uses the EditAnywhere specifier has the component type drop down set to None, the component's details can no longer be edited in the Details tab after the Blueprint is ...

Material functions using Vertex Interpolators called by multiple function nodes will only use the final interpolator result

UE - Graphics Features - Mar 26, 2018

The interpolator in each function call does correctly compile it's input to a temporary, but as there's only one actual expression node, each call stomps the temporary data so the final CompileInput ...

DataTable CSV export; First member of Array not exported if set to default value

UE - Gameplay - Blueprint Editor - Mar 26, 2018

When using a struct as a type for TArray and first element of the array has first member variable of the struct set to default, it is not exported to *.csv ...

When OpenGL ES 3.1 is enabled for Android build in Handheld AR Template, camera inverts colors

UE - Platform - XR - Mar 26, 2018

When OpenGL ES 3.1 is enabled in Android Build settings, device prompts user to choose to "Allow ARInvertColor to take pictures and record video". If allowed, colors are inverted by the camera. If ...

Crash When Toggling Visibility of Level with Planar Reflection

UE - LD & Modeling - Terrain - Landscape - Mar 26, 2018

This crash occurs in 4.19 and 4.20 but not 4.18. Repro'd in 4.19.0-3944462 and 4.20.0-3955769 and 3964322. This is a regression. Per UDN licensee: When I'm showing/hiding levels in editor (in le ...

Reimporting Duplicated Mesh from Blender Creates Merged Meshes

Tools - Mar 26, 2018

When a mesh in Blender is Duplicated and exported as an FBX, then imported into Unreal with Combine Meshes unchecked, then both meshes reimported, one of the meshes has another mesh added to it. The ...

Audio Attenuation falloff is applied even when turned off

UE - Audio - Mar 26, 2018

Enable Sound Attenuation in the Sound Attenuation class does not appear to work. Specifically, unchecking the box doesn't turn it off. This is new - the setting worked in 4.18.3. ...

Jittering effect with Physics Constraint Actor using Linear Limits

UE - Simulation - Physics - Mar 26, 2018

Jittering effect with Physics Constraint Actor using Linear Limits. This only seems to affect the Physics Constraint Actor from the Modes panel, with the static mesh starts near the physics constrai ...