Crash in blueprints when opening right-click menu

UE - Gameplay - Blueprint - Apr 22, 2015

Right clicking inside the event graph of a blueprint that is derived from PhysicsCollisionHandler will crash the editor CrashReporter: [Link Removed] ...

Enums in blueprint macros receive "Direction mismatch" errors upon calling macro in event graph

UE - Gameplay - Blueprint - Nov 6, 2015

If a macro that contains an enum and enum output is called within an event graph, the enum will show a direction mismatch error upon placing a copy of the macro into the event graph and recompiling. ...

Compile error when declaring UPROPERTY() TArray with TFixedAllocator

UE - Foundation - Core - Feb 20, 2015

Declaring a UPROPERTY() TArray with TFixedAllocator fails to compile. Output log states "Missing '>' in 'tarray'." Removing/commenting out the UPROPERTY() allows the project to compile correctly. ...

Controller Input continues moving viewport camera after disconnecting

Tools - Jul 22, 2015

If a controller is plugged in before the editor is opened the viewport camera will start moving forward. If the controller is unplugged the camera will continue the controller input. Additionally, i ...

Light Source Angle Input disabled when switching to static light on directional lights

UE - Graphics Features - Jan 14, 2015

If the directional light is switched from stationary to static, the Light Source Angle Input option is disabled in the details pane. ...

Target pin creates compile errors unless value is set outside of node

UE - Gameplay - Blueprint - Jan 8, 2015

Some nodes have target pins that auto-fill to target: self. However, unless a value is passed into this node from a get or other means, the blueprint will not compile. ...

Debug lines do not properly draw on first hit of projectile when CCD is used and projectile is shot at a thin object or BSP.

UE - Simulation - Physics - Jan 2, 2015

When firing a projectile that has CCD activated, the first hit on an object that is either a bsp or very thin wilil draw a debug line through the object instead of drawing away from the impact point ...

Specifying a custom UMovementComponent class via SetDefaultSubobjectClass() does not seem to serialize default value edits correctly on the CDO.

UE - Foundation - Core - Oct 28, 2015

Possibly some sort of issue related to SetDefaultSubobjectClass() rather than UMovementComponent specifically. I was able to reproduce in 4.10 release branch and in //UE4/Main with the test project ...

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

T_Cobblestone_Rough_N has incorrect Compression Settings

Docs - Samples - Mar 5, 2015

T_Cobblestone_Rough_N is incorrectly set to TC_Default not TC_NormalMap ...