Creating a new Physics Asset will override the behavior of the previous Physics Asset inside the Phat Editor

UE - Gameplay - Aug 11, 2016

Creating a new Physics Asset will override the behavior of the previous Physics Asset inside the Phat Editor. This seems to be linked to which physics asset is currently assigned to the skeletal me ...

Incorrect Root Motion Rotation on AnimSequences created with Sequence Recorder

UE - Anim - Sequencer - Aug 11, 2016

Incorrect Root Motion Rotation on AnimSequences created with Sequence Recorder ...

ServerTravel MapName?game=GameMode called on client connected to a host triggers check(Ret != EBrowseReturnVal::Pending) when Nativized Blueprint is on

UE - Networking - Aug 11, 2016

When game is built with Nativize Blueprint and the client who is connected to a host tries to server travel along with the host, a assert is hit. ...

FQuat variable names show as "Rotation" in editor regardless of name given in code

Tools - Aug 11, 2016

When defining an FQuat variable in code, any name given to the variable will be replaced by the name "Rotation" in the editor. Workaround: Using FRotator instead of FQuat gives the correct variable ...

Using LOD for Per-Poly collision doesn't work

UE - Simulation - Physics - Aug 11, 2016

When choosing LODs for per-poly collision the static mesh stops blocking actors in the level. I tested this on 4.13 preview 1 and it is still an issue. I used the 3dsMax workflow for this process ht ...

Structs within structs lose connection within blueprints if they have their output pins split to show individual variable components upon re-opening project

UE - Gameplay - Blueprint - Aug 11, 2016

Structs within structs lose connection within blueprints if they have their output pins split to show individual variable components. This happens upon closing and re-opening the editor. Other varia ...

Trying to diff previous versions of Blueprints using the Git plugin currently fails.

UE - Gameplay - Blueprint Editor - Aug 11, 2016

Diffing a Blueprint does not currently work when looking at previous commits. The diff appears to be looking at pointer files instead of the actual Blueprint files themselves. When using the Git LF ...

AI in sublevel calling actors in persistent level crash editor when sublevel is not visible

UE - AI - Aug 11, 2016

If an AI is moving between points in the persistent level but is located within a sublevel and the sublevel is set to not visible, there is a chance that the editor will eventually crash. Setting Is ...

Deleting a content browser asset while that asset is open causes all other open assets to close.

Tools - Aug 11, 2016

If multiple assets are open (blueprints, materials, particle system, etc.), deleting one of the assets from the content browser causes all other open asset windows to close. ...

Variable in Blueprint with subcategory appear in detail panel of selected default component

UE - Gameplay - Blueprint - Aug 11, 2016

When a blueprint variable is given a category and subcategory then compiled, the variable will show up in the details panel when selecting components that existed when the blueprint was created. ...