Crash when setting console command for shadow max resolution to 1

UE - Graphics Features - May 29, 2015

When setting the console command r.shadow.MaxResolution to a value of 1 will cause a crash. CrashReporter: [Link Removed] ...

Collision thickness on landscape does not appear to work

UE - Simulation - Physics - May 27, 2015

Setting the collision thickness for the landscape does not appear to have any effect on any objects colliding with it. Setting the value to a negative or a positive has no effect. ...

Assets Using the SpeedTree in a material will render static shadows in Reflection Captures

UE - Graphics Features - May 26, 2015

When using a SpeedTree asset in a scene with a Reflection Capture actor the baked static shadow from an asset will be captured, even though the asset will not due to using the SpeedTree node in the ...

Import FBX of Maya to Matinee seems converting incorrect location (coordination)

Tools - May 22, 2015

Import feature of Matinee seems converting incorrect location (coordination) if importing Maya animated FBX that exported StaticMeshes from UE4 editor. Sometimes licensee asks this kind of coordina ...

Zooming in UMG preview doesn't scale text block margin

UE - Editor - UI Systems - May 20, 2015

Zooming in UMG preview doesn't scale text block margin [Image Removed] [Image Removed] ...

Collision Boxes not set properly when using negative values

UE - Simulation - Physics - May 15, 2015

When using multiple collision boxes with the mesh scaled in a negative axis while the collision boxes are rotated that the rotation is not taken into account when using the negative scale. ...

World Outliner Sorting order ignores underscores for order

Tools - May 14, 2015

When using the an underscore in the front of a name no longer works for sorting in 4.7 and later. In 4.6 and prior if you added an underscore to the front of the name it would sort to the top of the ...

Distance Field Artifact with Point/Spot Lights with Mesh scaled to 0 on XYZ

UE - Graphics Features - Apr 30, 2015

When using a Spot/Point Light with Distance Fields enabled and a mesh that is scaled to 0 on the XYZ will result in artifacts. ...

Calling UBehaviorTreeComponent::StopTree from a BT node can result in a crash

UE - AI - Apr 30, 2015

This is in general not encouraged, but should not crash. The reason it's crashing is that in UBehaviorTreeComponent::Tick we process node ticks first and then try to access InstanceStack[ActiveInst ...

AIController.BrainComponent not being set to user-created BehaviorTreeComponent instance

UE - AI - Apr 30, 2015

If a user manually created a UBehaviorTreeComponent for his custom AI controller, but forgets to set AIController.BrainComponent to point at that BT component then a fair amount of assumptions break ...