Hot Reload crash on PIE with custom AIController and Perception Component

UE - AI - Sep 29, 2015

If a pawn in the level is using a custom AI Controller that sets the AIPerceptionComponent in code, the editor will crash on PIE after a hot reload. CrashReporter: [Link Removed] ...

M_Cave_Ground_Mud has an error which keeps floor in Particle Effects Sample from Rendering

Docs - Samples - Sep 29, 2015

Something must have changed with how LERP's or Vector Transforms deal with a float 0 value, which breaks this particular material Error:[Image Removed] Fix:[Image Removed] ...

Using Subversion results in a hanging attempt to sync to source control

Using Subversion on a Mac to connect to an online repository causes the Source Control settings window to hang indefinitely and never succeed in connecting ...

Folders in content browser prevent packaging

UE - Gameplay - Blueprint - Sep 29, 2015

Several folders each prevent user from packaging project. If these folders are moved to a new, blank project, they prevent any packaging, even if the contents of those folders are not within any lev ...

"Asterisk" is misspelled as "Asterix" in a Blueprint Node

UE - Gameplay - Blueprint - Sep 29, 2015

"Asterisk" is misspelled as "Asterix" in a Blueprint Node ...

Double-Clicking a Camera in the World Outliner Changes Its Position

Tools - Sep 29, 2015

When you double-click on a camera in the world outliner to snap to its location, it instead moves the camera from its original position. Found in 4.9.1 binary. Could not reproduce in 4.8.3, this i ...

Compile errors when building full solution for Development Win64

UE - Foundation - Cpp Tools - UnrealBuildTool - Sep 29, 2015

Per email conversation, entering this in as a single bug ...

Navlinks do not respect left to right/right to left direction

UE - AI - Sep 28, 2015

AI does not respect direction on nav link proxies when direction is set to "Left to Right" or "Right to Left", it continues to use both directions equally. ...

Changing a value inside a struct exposed to blueprints removes struct from blueprints and gives error upon compiling and saving blueprint

UE - Foundation - Cpp Tools - Hot Reload - Sep 28, 2015

If a user creates a C++ class that contains a struct and references that struct within a blueprint, making any changes to the struct within C++ header file will prevent the user from saving the blue ...

Assigning a Parent Socket of a component in a child bp also changes that socket for all children and the parent, then resets to the parent default on restart

UE - Gameplay - Blueprint - Sep 28, 2015

Assigning a Parent Socket of a component in a child bp also changes that socket for all children and the parent, then resets to the parent default on restart Description: Yesterday i noticed that ...