Nested comments are not parsed correctly by UHT when a second UClass is declared

UE - Foundation - Cpp Tools - UnrealHeaderTool - Mar 14, 2016

Using nested comments when also declaring a second UClass in the same header file causes the UHT to have issues when parsing, resulting in a crash of UHT. ...

Sphere Object Not Firing Hit Events

UE - Gameplay - Mar 14, 2016

When moving a sphere using Add Actor World Offset, hit events on that sphere are not fired. However, doing the same thing with a cube causes hit events to fire off as expected. When you enable grav ...

Attempting to Duplicate an Asset Copied to a New Folder Spawns the Original Asset

UE - Gameplay - Blueprint - Mar 8, 2016

Copying an asset into a new folder, placing an instance of the copy into the level, and then attempting to duplicate that copy by using CTRL+W in the viewport creates another instance of the origina ...

Cannot Dynamically Spawn Actor Containing Overlapping Child Actor Components

UE - Gameplay - Mar 8, 2016

Blueprints containing child actor components that are overlapping in the blueprint's viewport cannot be used as the default pawn, as they are not spawned in. Using the Spawn Actor From Class node wo ...

Cannot Undo Blueprint Nodes Placed Using Shortcuts

UE - Gameplay - Blueprint - Mar 8, 2016

Nodes that are placed using shortcuts (ex. B+LMB for a branch node) cannot be undone using CTRL+Z. Found in 4.10.4 binary. Reproduced in 4.11 Preview 6 binary and Main CL 2894512. ...

Using the CVar `Shot` causes artifacts in the screenshot with GearVR

UE - Platform - XR - Mar 7, 2016

When using the CVar for `Shot` the produced image saved in the screenshots folder of the project on the device will has artifacts that are not the image taken. This happens when using a Gear VR Proj ...

Set World Location Not Working on Skeletal Meshes with Simulate Physics Enabled

UE - Gameplay - Mar 3, 2016

When a skeletal mesh is set to simulate physics, using the Set World Location node to set the world location of the mesh does not seem to be working. Turning simulate physics off causes the mesh to ...

"Diff Against Depo" Does not Display Changes to AI Controller Property

UE - Gameplay - Blueprint Editor - Mar 2, 2016

When using Diff Against Depot to see changes made to a file since it was last checked in, changes made to the AI Controller default property are not displayed under the defaults section. Found in ...

Placing a call to spawn a custom Actor in the game mode constructor instead of BeginPlay causes Editor to Crash

UE - Gameplay - Mar 1, 2016

[Link Removed] In XCode, place a call to spawn a custom Actor in the game mode constructor instead of BeginPlay. This apparently causes the editor to get into an endless crash loop unless the Bui ...

Editing the Default Value of a Struct Variable Disconnects Pins in Blueprints

UE - Gameplay - Blueprint - Mar 1, 2016

When using a struct in a blueprint, if you go into that struct and alter the default values of one of the variables, any pins that were used relating to that variable are disconnected in blueprints. ...