Level Blueprint's Parent Class can be set to another Level Blueprint's generated class

UE - Gameplay - Blueprint - Sep 16, 2015

You can assign the Parent Class of Level Blueprint to be the generated class of another Level Blueprint, which gives you the following "Graph is linked to object(s) in external map" error if you try ...

Renaming components in blueprints resets default values for all instances

UE - Gameplay - Blueprint - Sep 15, 2015

Renaming a blueprint component and presing ocmpile will reset any altered instances of the blueprint to default values. ...

Scene Capture 2D causes Android to Crash

UE - Platform - Mobile - Sep 15, 2015

Scene Capture 2D causes the app to crash on Android in ETC2. I checked iPhone and I did not receive a crash. ...

NavMesh does not update properly when "Can Ever Affect Navigation" is toggled (For Static Meshes)

UE - AI - Sep 15, 2015

This issue is related to [Link Removed] (which was fixed). However if the user creates a new actor and then adds a static mesh they can end up with permanent holes in their nav mesh. If the user tog ...

IToolkit.h is not self-contained and requires additional includes to compile

Tools - Sep 14, 2015

Using IToolkit.h in a file causes the project to not compile because IToolkit.h requires additional include statements. Suggestion to add SlateBasics.h as an include to IToolkit.h so that it can co ...

Light Functions displayed on Large Translucent Meshes cause rendering errors

UE - Graphics Features - Sep 14, 2015

Light Functions are stretching and flickering on large translucent surfaces. Translucents Surface:[Image Removed] Opaque Surface:[Image Removed] ...

Variables can no longer be set as a DataTableRowHandle type

UE - Gameplay - Blueprint - Sep 14, 2015

Variables can no longer be set as a DataTableRowHandle type. The option is no longer available in the Variable Type dropdown. This is a regression: this was possible in 4.7.6. Reproduced in 4.8.3 b ...

The property 'bWantsBeginPlay' on UActorComponent should be enforced.

UE - Gameplay - Sep 14, 2015

UActorComponent's property 'bWantsBeginPlay' is not being enforced. We should prevent BeginPlay from being called when this flag is false. We'll need to address upgrade issues for components that h ...

Graphics failure when pasting code for a BP node into Color Picker Hex field

Tools - Sep 11, 2015

Graphics failure when pasting code for a BP node into Color Picker Hex field Does not occur in 4.8.3 ...

Up Ratio on the Gear Setup for Vehicle Movement Component does not work correctly

UE - Simulation - Physics - Sep 11, 2015

When changing Up Ratio for the Gear Setup in a Wheeled Vehicle's Vehicle Movement Component, there are some weird results. At 1.0 for Gear Setup, the gear should shift once RPM is at max but it will ...