Media Player assets do not play in packaged games or in standalone

Tools - Mar 8, 2016

Media Players and their associated textures do not render in standalone game or in a packaged project. Found on: //UE4/Release-4.11 CL-2897738 Checked 4.9.2 Binary from launcher, issue occurs ther ...

Editor crash on close if custom Data Asset is not saved after hot reload.

UE - Foundation - Core - Mar 7, 2016

After creating an editor asset of a custom DataAsset class, if changes are made to to the class and hot reloaded, the editor will crash on close if the editor asset is not saved after the hot reload ...

Focal Point is not cleared when SetFocus is used

The Focal Point that is set for an AI Controller doesn't get reset when Set Focus is used. This causes the character to turn back to the focal point if the actor that is set as the focus is destroye ...

Previewing Nav Mesh in DX12 Mode causes Editor to Crash

UE - Graphics Features - Mar 7, 2016

In UE4.11p6, previewing Nav Mesh in DX12 Mode causes Editor to crash. ...

Exiting VR Edit mode from simulating causes viewport mismatch

UE - Editor - Workflow Systems - Mar 5, 2016

9/19 VREditor sync notes: Should grey out the editor button while you're simulating ----------------------------------------- I noticed you can fix this issue by reseting the viewport by pressing t ...

Haptic Effects do not fire on Vive controllers

UE - Platform - XR - Mar 5, 2016

Playing haptic effects via the associated blueprint nodes (I.e. Play Haptic Effect, or Set Haptics by Value), does not trigger any feedback on the Vive's motion controllers. This does not reproduce ...

Animation to Ragdoll: Character blinks for 1 or more frames

UE - Simulation - Physics - Mar 4, 2016

Character is not rendered for frame between Death animation and conversion to ragdoll physics In the linked movie, if you pause at the 34 second mark and play frame by frame, you will see the chara ...

TextureEditorModule.cpp: Layout registered with 'Texture' but unregistered with 'Texture2D'

Tools - Mar 4, 2016

Layout is registered for class 'Texture' but unregistered for class 'Texture2D' ...

Component in Child Blueprint Parented to Inherited Component Disappears

UE - Gameplay - Components - Mar 4, 2016

When you have a child blueprint that contains a component that is parented to an inherited component, changing a value on that inherited component in the original parent blueprint and then compiling ...

AWorldSettings::FixupDeltaSeconds() is arbitrary and hardcoded

UE - Gameplay - Mar 4, 2016

FixupDeltaSeconds clamps delta time in a non-configurable way. ...