Using the Execute Console Command node to run demoplay causes the editor crash/freeze

UE - Networking - Nov 13, 2015

This bug has different behavior throughout the 4 different versions listed. 4.8.3 - Gives an assert 4.9.2 & 4.10 - Gives a fatal error crash 4.11 (Main) - Freezes the editor without a crash report ...

Extremely long Spline Point will cause the editor to lose FPS

Tools - Nov 13, 2015

Extremely long Spline Point will cause the editor to lose FPS and crash some machines User Description: A couple of times I've accidentally scaled a spline node to be huge, causing the spline to ...

Changing the default Child Actor Class of a ChildActorComponent results in any instances of the Blueprint in the level gaining an extra ChildActorComponent.

UE - Gameplay - Components - Nov 13, 2015

Changing the default Child Actor Class for a ChildActorComponent in a Blueprint after an instance of that Blueprint has been added to a level results in the instance in the level gaining an extra Ch ...

Reflections Appear Black

UE - Graphics Features - Nov 13, 2015

Adding Screen Space reflections to a Translucent Material Causes black reflections. Sometimes the reflections are completely white and do not change when changing the intensity of the lighting. [L ...

Blueprint Function Library functions created in the Content Browser cannot be used in Object derived Blueprint classes

UE - Gameplay - Blueprint - Nov 13, 2015

I was noticing that functions you define in a Blueprint Function Library created in the content browser are only usable from blueprint classes that derive from Actor, but not from blueprint classes ...

Rearranging the position of enumerators in an Enum BP will change references to the enumerators inside Data Tables based on position rather than value

Tools - Nov 12, 2015

Rearranging the position of enumerators in an Enum BP will change references to the enumerators inside Data Tables based on position rather than value. Reproduced in 4.8.3 binary, 4.9.2 binary, 4.1 ...

IgnoreMoveInput functions should move up from PlayerController to Controller

UE - Gameplay - Input - Nov 12, 2015

Licensee suggests moving this up from APlayerController to AController, I think this makes sense. Minimal refactoring is necessary, and will remove confusion/potential bugs from people thinking it s ...

Actor created with same name as existing/destroyed actor is missing native subobjects

UE - Foundation - Core - Nov 12, 2015

When spawning a pawn that has a PawnMovementComponent attached and destroying the pawn, if a pawn with the same name is re-created it will be missing the PawnMovementComponent. ...

Adding a New Blackboard Key While Searching for a Blackboard Key Causes the Editor to Crash

UE - AI - Nov 12, 2015

When you use the search bar located under the New Key button in a Blackboard asset, if you attempt to press New Key while you have text in the search field, the editor will crash after you select th ...

Post process settings struct will not open/break to adjust individual settings

UE - Gameplay - Blueprint - Nov 12, 2015

attempting to break the post process settings struct or split a post process settings struct pin causes pin to disappear, leaving a blank target node. ...