Self-Shadowing changes when click on and off an actor

UE - Graphics Features - Jun 19, 2015

Given a Movable Light with a Movable Mesh with enabled Self Shadow Only, the mesh will not cast inset shadows (despite this option begin forced to true according to Tooltip) unless the mesh is selec ...

Crash when applying force on event tick to DM

UE - Simulation - Physics - Destruction - Jun 19, 2015

When using a DM and applying force via blueprints with event tick will cause a crash. Workaround: Using a timer instead will not cause any crash even with very low values. Crashreporter: [Link Re ...

Draw as Border pulls a default texture containing all icons in the engine when applied to a button

UE - Editor - UI Systems - Jun 18, 2015

When changing The Draw as setting for a button widget to "Border" it automatically sets the image for the border to that of a sprite sheet that is used for all of the icons in the engine. ...

Functional Test framework crashes adding delegate instance when multiplayer PIE enabled

UE - Gameplay - Jun 18, 2015

The Functional Test framework crashes when adding a delegate instance if multiplayer PIE is enabled. The crash occurs at the check code in the block below from ..\Engine\Source\Runtime\Core\Public\D ...

GPU Particle Collision changes based on Normal Intensity on Colliding Surface

UE - Graphics Features - Jun 18, 2015

Increasing the intensity of a Normal Texture on a colliding surface will cause the collision of GPU particles to behave strangely, looks to be falling through floor, when you are using a Constant Ac ...

Switching to SM4 with LPVs active crashes Editor

UE - Graphics Features - Jun 18, 2015

Switching to SM4 when you have LPVs active in a project will crash a project. Also reproduced in Main Promotable-CL-2589716 and 4.8.0 Launcher [Link Removed] ...

Get array node will disconnect on restart if it's getting from an array variable of the same bp

UE - Gameplay - Blueprint - Jun 18, 2015

Get array node will disconnect on restart if it's getting from an array variable of the same bp. User Description: I have connected GET and Target, then saved and closed the editor. Then I created ...

The Spawn Actor from Class node outputs an Actor reference when a Select node is attached to the Class input, even if both options are of the same child type

UE - Gameplay - Blueprint - Jun 18, 2015

The Spawn Actor from Class node outputs an Actor reference when a Select node is attached to the Class input, even if both options are of the same child type. For example, if two Characters are the ...

Traces to Spawned Destructible Mesh Actors returning inconsistent results

UE - Simulation - Physics - Destruction - Jun 18, 2015

When spawning an Actor containing a Destructible Mesh and immediately doing a sphere trace to that actor, upon repeated spawns you will get False results for some time then True results for a while ...

Setting capsule height on the Server is not replicated to the Client while the Server character is moving

UE - Networking - Jun 18, 2015

Crouching on the Server is not replicated to the Client while the Server character is moving. Reproduced in 4.7.6, 4.8.0, and Main (//depot/UE4/Promotable-CL-2591224) ...