Crash reimporting Skeletal Mesh that has an extremely high amount of LODs

Tools - Nov 14, 2017

I have attached the project I used to repro this as well. All you should need to do is reimport twice on the untitled skeletal mesh and it should crash ...

Interface with one or more BlueprintNativeEvent declarations will lead to a compile failure during packaging with Blueprint nativization enabled.

UE - Gameplay - Blueprint - Nov 14, 2017

In the UHT boilerplate that's generated for the FGUseableInterface type, there is a pure virtual declaration that's emitted for the BlueprintNativeEvent's required _Implementation() method: #define ...

Changing the font size to a small size distorts the font

UE - Editor - UI Systems - Slate - Nov 14, 2017

There is issue occurring when changing the font size to a small size, doing this distorts the font when the size is below size 18. It is unknown if this intended behavior for how fonts are resized. ...

Planar Reflections do not respect SkyLight intensity

UE - Graphics Features - Nov 14, 2017

Planar Reflection actor does not reflect the intensity change of the SkyLight. In attached images, the Intensity of the SkyLight is set to 2. The darker area on the right is affected by the Plana ...

Android / iOS build failed when using subclass(C++) of UGlobalEditorUtilityBase

Tools - Nov 14, 2017

Android / iOS build failed when using subclass(C++) of UGlobalEditorUtilityBase. I had already confirm that the error doesn't occur when subclass(BP) of UGlobalEditorUtilityBase. I suggest that we ...

World-locked stereo layers for SteamVR are not positioned correctly

UE - Platform - XR - Nov 14, 2017

World-locked stereo layers don't seem to be in the correct place when viewed in SteamVR. In 4.16, if you Subtracted the difference of VR origin location and world origin location and offset the pos ...

Editor crash on BP recompile with custom FRuntimeFloatCurve variable

UE - Gameplay - Blueprint - Nov 13, 2017

When a class contains a FRuntimeFloatCurve variable, compiling a blueprint of the class causes the editor to crash once a key has been added to the curve and selected Regression: Yes, the provided ...

Packaged project fails to open with instanced object pointer and blueprint nativization

UE - Gameplay - Nov 13, 2017

When a class contains an instanced pointer to an object class, nativizing a blueprint with the object property set causes a packaged version of the project to fail to open. ...

Actor Variable References settable when in type array in Level blueprint

UE - Gameplay - Blueprint - Nov 13, 2017

There is an issue with Actor Variable References that become settable when in type array in the Level blueprint. Once in the array, the actor can be successfully addressed, however using the Save Cu ...

Quickly using alt-tab with a blueprint in a new window causes the event graph to capture input of the alt key

Tools - Nov 13, 2017

Quickly using alt-tab with a blueprint in a new window causes the event graph to capture input of the alt key. This issue does not occur when the blueprint is a tab of the main UE4 editor window. Th ...