Initial Modules are clamped to a 0 to 1 time range

UE - Graphics Features - Sep 18, 2015

The Initial Modules appear to be clamped to a zero to 1 time frame since 4.8 was released. Projects that are converted from 4.7.6 will have correctly working particle systems, but adding a new part ...

Hot reload breaks blueprints of class type when a struct containing a member of that class is defined in that class' header file.

UE - Gameplay - Blueprint - Sep 16, 2015

When a struct is created in the header file for a class, and the struct contains a member that is of that class' type, performing a hot reload after changing the class will result in a Blueprint der ...

collision components added to vehicles do not properly register overlap events

UE - Gameplay - Sep 16, 2015

overlap events do not fire when collision components such as sphere or capsule collision components are added to a vehicle blueprint. Overlap events seem to register if the component overlaps with o ...

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 ...

Simple Move in sublevels does not properly function

UE - AI - Sep 14, 2015

Using simple move to location in sublevels causes the blueprint not to respond or function correctly. ...

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 ...

Unable to save blueprint after Hot Reload that affects the class the blueprint is based on

UE - Gameplay - Blueprint - Sep 14, 2015

After hot reloading a project, if the class a blueprint is based off of was edited, the blueprint is unable to be saved due to being referenced in Engine/Transient. Project for Repro: [Link Removed ...

SelectActorsUsingThisAsset doesn't select actors that are referenced by an array and using a Scene component as root

Tools - Sep 11, 2015

SelectActorsUsingThisAsset doesn't select actors that are referenced by an array and using a Scene component as root User Description: I have a BP with editable actor references array. Recently I ...

A Function input's type is set as Wildcard by default if a Macro with a Wildcard input is created before the Function

UE - Gameplay - Blueprint - Sep 11, 2015

A Function input's type is set as Wildcard by default if a Macro with a Wildcard input is created before the Function. Compiling will fail with an error. Reproduced in 4.8.3 binary, 4.9.0 binary, a ...