Mesh Particle Collision does not occur when placed in Destructible Meshes

UE - Simulation - Physics - Destruction - Dec 23, 2014

Mesh Type Particles with Collision on World Static and Destructibles will not keep collision when placed into the Effects slot of a Destructible Mesh. ...

BlueprintNativeEvents with no return value (void) cannot be overridden in Blueprints.

UE - Gameplay - Blueprint - Dec 22, 2014

BlueprintNativeEvents (and BlueprintImplementableEvents) are not available to be overridden in a Blueprint Graph if they do not return a value. This affects both functions present in source code, as ...

Clicking a link from an unconnected reroute node compile error switches focus to the Level Editor tab

UE - Gameplay - Blueprint - Dec 21, 2014

Empty reroute nodes lead to an error on compile with links that switch focus away from the BP Editor tab and onto the Level Editor tab when clicked. ...

The first time OnConstruction is called after duplication the Actor still has default class values

UE - Gameplay - Blueprint - Dec 18, 2014

A Blueprint derived from a custom Actor class resets its variables to their default values when the Actor is duplicated, even if the actor being duplicated has a different value for that variable. T ...

Setting linear dampening during runtime via the event graph does not work for separated chunks

UE - Simulation - Physics - Destruction - Dec 18, 2014

DESCRIPTION: When using a DM in blueprints and setting the linear dampening in the event graph the DM will honor the linear dampening but the chunks as they break off will not. Setting the mesh to ...

Overriding MacroUV causes stretching Material

UE - Graphics Features - Dec 15, 2014

While working on an issue for a user using MacroUVs, I noticed that entering any value into the Required Module with Override Default Macro UV toggled true will cause the Material to stretch and dis ...

When creating a "Cursor" in UMG or HUD blueprints there is a noticeable lag mouse position and the "New Cursor" Position.

UE - Editor - UI Systems - Dec 15, 2014

When setting up any sort of image to following the mouse there is a noticeable lag between the position of the mouse and the position of the image that is being set to the mouse position. ...

MAC: UE4 Editor crashes in gldReadTextureData on Nvidia 330M

UE - Platform - Apple - Dec 15, 2014

A user is reporting semi-regular crashes on his MBP 6,2, with Nvidia 330M GPU. This is a GL 3.3 GPU which we don't routinely test against, he may have the 256 or 512MB model, but this is unclear. T ...

Destructible mesh does not trigger overlap event for objects/pawns that are not moving

UE - Simulation - Physics - Destruction - Dec 12, 2014

DESCRIPTION: When using the generate overlap events for a destructible mesh with Static Mesh or skeletal mesh that is not moving will not generate an overlap event to be triggered. So long as the me ...

Lens Flares Tints appears in the Get Settings node for PostProcessVolume but does not appear in the Set Settings node

UE - Gameplay - Blueprint - Dec 11, 2014

The Lens Flares Tints struct appears in the Get Settings node for a PostProcessVolume but does not appear in the Set Settings node. ...