Spin box delta does not show update values correctly

UE - Editor - UI Systems - Dec 29, 2014

When setting the Spin box delta to 1 and the slider exponent to 1 the value of the spine box should go up by 1s. However, the actual value is still retains decimal points and is rounded to show whol ...

When creating a widget in the Character blueprint it is duplicated twice for each player in a multiplayer project

UE - Editor - UI Systems - Dec 24, 2014

When adding the widget inside the character blueprint it causes the widget to be created twice for each player (2 player makes 4 copies of the widget). ...

Sprites using a lit material render black in orthographic views

UE - Graphics Features - Dec 23, 2014

Sprites using a lit material render black in Orthographic views. Sprites are rendered as expected in Perspective view. ...

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

Timeline functions do not work inside of Blueprint functions

UE - Gameplay - Blueprint - Dec 20, 2014

I could not repro their issue in main. They supposedly recently upgraded to 4.5. I was wondering if you could divide an conquer, and figure out when we fixed this. **EDIT** Was able to repro in mai ...

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

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

Adding a code class derived from SceneCaptureComponent2D to a project will prevent that project from building successfully in Visual Studio.

UE - Graphics Features - Dec 9, 2014

Adding a code class that derives from SceneCaptureComponent2D will cause the build to fail in Visual Studio. Build Errors: 1>MySceneCaptureComponent2D.cpp.obj : error LNK2001: unresolved external ...

Changing variable defaults in parent BP does not update changes in child

UE - Gameplay - Blueprint - Dec 9, 2014

The changes made to the values for a transform variable setup in a blueprint will not show up in a child BP until the yellow arrows is pressed to reset to default. Other variable types update autom ...

3D widgets not clickable by Client 2 in multiplayer

UE - Editor - UI Systems - Dec 8, 2014

When using a 3D widget the user cannot click on buttons when on the client 2 of a multiplayer game. ...