Watched value of 'Get Capsule Radius' returns the radius of the wrong capsule

UE - Gameplay - May 26, 2017

Watched value of 'Get Capsule Radius' returns the radius of the wrong capsule. The printed value returns correctly, but the the watched value returns the radius of the inherited capsule component in ...

Crash when opening the editor on Mac

UE - Graphics Features - May 26, 2017

The editor will crash when it is opened on a Mac machine. ...

FVector::Normalize does not set Vector to (0,0,0) upon failure, as described

UE - Foundation - Core - May 24, 2017

The FVector::Normalize function states in its comment that if given a vector that is too small to be normalized, it will set it to 0,0,0 and return false. The function only returns false and does no ...

Crash undoing in Montage editor with no montage sections

OLD - Anim - May 22, 2017

Crash occur in the animation montage editor when the user does an undo action with no montage sections. ...

Cable Component width set through the Construction Script isn't reflected in the actor Viewport

UE - Gameplay - May 18, 2017

Cable Component width set through the Construction Script isn't reflected in the actor Viewport User Description: When a Cable Component is created within the construction script and then the Cabl ...

Removing components from Landscape with simplified collision results in assertion

UE - LD & Modeling - Terrain - Landscape - May 18, 2017

Performing operations on a Landscape with simplified collision can result in an assertion ...

Editor crashes when opening a project that has a variable in a Blueprint function with the same name as a different replicated variable in the Blueprint's parent code class

UE - Gameplay - Blueprint - May 17, 2017

If a replicated property in a parent code class has the same name as a variable contained within a function of a Blueprint that derives from that parent class, the Editor will crash while attempting ...

Get Instances Overlap returns overlap outside of collision bounds

OLD - Anim - May 17, 2017

Get Instances Overlap returns overlap outside of the collision bounds. This effects the Instanced Overlapping Box and Sphere. It is also reproducible with engine assets replacing the Fencing mesh. ...

Character Jitters at High Speed When Run Dedicated Server is Enabled

UE - Networking - May 15, 2017

Characters are jittering in multiplayer when moving at high speeds when Run Dedicated Server is enabled. ...

Crash when hot reloading after adding HISM Component class

UE - Foundation - Cpp Tools - Hot Reload - May 15, 2017

After adding a class based on "Hierarchical Instanced Static Mesh Component", any attempt to hot reload, from Visual Studio or within the editor, causes the editor to crash. Regression: No - crash ...