Crash Report output - Add external app filepath conversion to ReportCrashUsingCrashReportClient()

UE - Foundation - Core - May 18, 2016

Sandbox mode not dealt with here... const FString CrashContextXMLPath = FPaths::Combine( *FPaths::GameLogDir(), *CrashContext.GetUniqueCrashName(), FPlatformCrashContext::CrashContextRuntimeXML ...

Moving a component in the main viewport does not call PostEditComponentMove() function

Tools - May 18, 2016

When a non-root component for an actor is moved in the blueprint viewport, that component's PostEditComponentMove function is called. Adding the actor to the main editor viewport and then moving th ...

Left Hand IK setting in Hand IK Retargeting node is using the wrong tooltip

UE - Anim - Rigging - May 17, 2016

In the Hand IK Retargeting node, the Left Hand IK setting is using the wrong tool tip. It reads "Bone for Left Hand FK". ...

Folders deleted inside of the Content Browser do not actually get deleted

UE - Editor - Content Pipeline - Content Browser - May 13, 2016

A user reported an issue where folders are never actually deleted when they are deleted via the Content Browser. They return when reopening the editor and never disappear from the File Explorer. ...

On Mac OSX Open Asset (Command + P) Does not function as Expected

UE - Platform - Apple - May 5, 2016

On a Mac running either Yosemite or El Capitan, when you go to open an asset either through the menu: File>Open Asset or Command + P, when the pop-up window appears and you start typing, the window ...

Setting the r.ScreenPercentageTranslucency Variable below 100 causes Texture Swimming

UE - Graphics Features - May 3, 2016

When setting the 'r.SeparateTranslucencyScreenPercentage' variable to any value other than 100, UV world space textures begin to swim. In the example project attached, I created a simple translucent ...

OSVR Attempts to initilize when no runtime installed and during packaging for GearVR

UE - Platform - XR - Apr 28, 2016

Full log attached below: During packaging many log show that it is trying to initialize and i do not have the runtime installed. Snippets from a portion of the log[2016.04.28-15.05.46:033][ 0]OSV ...

Renaming a Struct variable that is used in a Widget BP creates 'Warning: Unknown property in' warnings in the Output Log

UE - Gameplay - Blueprint - Apr 27, 2016

Renaming a Struct variable that is used in a Widget BP creates 'Warning: Unknown property in' warnings in the Output Log User Description: I think this should be brought up as these seems to be a ...

Crash when double clicking a level in Content Browser to open it

UE - Editor - Workflow Systems - Apr 19, 2016

Cannot move instances of a hierarchical static mesh component in the blueprint editor viewport

UE - Gameplay - Components - Apr 12, 2016

Can move individual mesh instances of a regular instanced mesh component in the blueprint editor, but not hierarchical ones. Originally reported as a pull request in [Link Removed], but we rejected ...