Traveling away from, then back to the original map in multi-process PIE with the editor as a client causes an assert

UE - Networking - Mar 28, 2016

An assert is triggered in this case because in multi-process PIE, if the editor is a client, the PIEInstance of the world context remains at -1 (see UEditorEngine::PlayInEditor). If this client inst ...

Sequences in sub-levels only fire events in the persistent level

UE - Anim - Sequencer - Mar 28, 2016

Sequences in sub-levels only fire events in the persistent level. I don't know if they're expected to be firing in all levels or just the sub-level ...

Any events in sequencer fire at frame 0 when set to looping

UE - Anim - Sequencer - Mar 28, 2016

Any active events fire at frame 0 when the sequence loops ...

SetTextureParameterValue stopped working with Dynamic Material Instances (from Blueprints)

UE - Graphics Features - Mar 28, 2016

Textures in Post Process Blueprints do not update with Dynamic Material Instances. Scalar and Vector Parameters update as expected, but Textures do not. Note This was attempted with both a materi ...

Changing value of a struct variable collapses the details panel

UE - Gameplay - Blueprint - Mar 28, 2016

While working with a struct. If the user changes the value of a variable the info panel auto-collapses. The user than has to re-expand the info-panel and work their way back to the place they left o ...

[CrashReport] UE4Editor_UnrealEd!UEditorEngine::FinishDestroy() [editorengine.cpp:857]

Tools - Mar 28, 2016

Error message: Assertion failed: PlayWorld == NULL [Link Removed] [Line: 854] Source Context:842 void UEditorEngine::BroadcastObjectReimported(UObject* InObject) 843 { 844 ...

D-pad does not trigger the On Key down function to fire off

UE - Editor - UI Systems - Mar 28, 2016

D-pad does not trigger the On Key down function to fire off when using UMG ...

Attempting to rotate a physics actor in blueprints through a custom component does not correctly respond to rotation input

UE - Gameplay - Mar 28, 2016

SetRotation in a custom component based on another actor's linear velocity incorrectly updates the velocity of the parent blueprint containing the custom component. This causes sporadic, jittery mov ...

Screen Aligned UVs render incorrectly in Stereoscopic

UE - Platform - XR - Mar 28, 2016

Textures with ScreenAlignedUvs do not render correctly in stereoscopic (on the Oculus Rift). Does not reproduce using the DK2. Found on 4.11 Binary CL-2923993 ...

[CrashReport] <unknown module>!UE4Editor_Core!FDebug::AssertFailed()

UE - Foundation - Core - Mar 28, 2016

Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 678] Array index out of bounds: 0 from an array of size 0 Source Context: 80 } 81 else ...