Variables in other blueprints cannot be accessed in the context menu

UE - Gameplay - Blueprint - Nov 26, 2014

A variable in another Blueprint can't be accessed in the context menu from a reference to that Blueprint. ...

Altering Player Controller in Gamemode resets upon reloading project

UE - Gameplay - Blueprint - Nov 26, 2014

If a user sets the player controller to a custom Player Controller inside of a gamemode, then compiles, saves, and closes both the blueprint and the editor. Upon reloading the player controller in t ...

Destructible Meshes that are fractured while using moving will rest and then move the whole components fractures as a whole

UE - Simulation - Physics - Destruction - Nov 26, 2014

DESCRIPTION: When a destruction mesh has been setup to move to a location or use a lerp if it is destroyed the components will fall, come to a rest, and then the entire destruction destruction mesh ...

Projects created outside root UE4 folder do not show up in Project Browser on Linux

UE - Platform - Linux - Nov 25, 2014

If a user creates a new project on a Linux machine and specifies the project to be created in a folder outside of the root UE4 directory and /Documents/Unreal Projects/ folder, the project does not ...

Skeletal Mesh Import Issue

UE - Editor - Content Pipeline - Import and Export - Nov 25, 2014

After importing a skeletal mesh FBX (*IMPORTANT: With "Import Mesh" not selected the first time) the option box to "import mesh" disappears and the user is forced to use the originally selected "ske ...

Using the ServerTravel console command with a physics vehicle present will trigger an assert.

UE - Simulation - Physics - Nov 25, 2014

Using the ServerTravel console command to switch to a different level while a physics vehicle is in the current level will trigger an assert. ...

Users custom 4.6 project crashes on load

UE - Simulation - Physics - Nov 24, 2014

Users custom 4.6 project crashes on load. If the DefaultEngine.ini file is deleted, then the project will start fine. ...

Event dispatcher not working as intended when using Mobile Preview and UMG

UE - Editor - UI Systems - Nov 24, 2014

When setting up UMGs, the Print String will not show in the mobile preview. ...

Adding a Scene Capture 2D to Render Target will override Motion Blur settings in level

UE - Graphics Features - Nov 24, 2014

With a Render Target From Scene Capture 2D setup in a level , the motion blur settings from a global post process volume is overridden. Was investigating Scene Captures picking up Motion Blur when ...

Slate - Menu anchors using the work area (screen minus taskbar) in fullscreen mode

UE - Editor - UI Systems - Slate - Nov 24, 2014

Menu anchors in full screen applications are avoiding collisions with the taskbar even though it isn't on screen. FSlateApplication::CalculatePopupWindowPosition() has this line... const FPlatform ...