[CrashReport] UE4Editor_CoreUObject!StaticAllocateObject() [uobjectglobals.cpp:2153]

UE - Anim - Sequencer - Jun 3, 2016

Really close to the repro steps for [Link Removed] Same repro steps produced the following Buggs along with this one: [Link Removed] [Link Removed] Error message: Fatal error: [Link Removed] [Lin ...

After compile, spawnable actor is stuck in spawned state

UE - Anim - Sequencer - Jun 3, 2016

After compile, spawnable actor is stuck in spawned state ...

No collision is generated on PaperTileMapComponents that are generated at runtime

UE - Gameplay - Paper2D - Jun 3, 2016

When a PaperTileMapComponent is generated at runtime, the collision that it should have is not generated along with it. This can (oddly) be remedied by selecting the component itself in the details ...

FSlateApplication::OnControllerAnalog triggers a MouseLeftClick event to be added to the input stack.

UE - Gameplay - Input - Jun 3, 2016

It appears that FSlateApplication::OnControllerAnalog triggers a left mouse click to occur on mobile platforms. If developers haven't properly avoided hooking up delegates to the InputComponent for ...

A Function whose declaration is in a platform specific "If" block cannot be bound to a delegate

UE - Foundation - Core - Jun 3, 2016

Functions whose definition is in a platform specific "if" block cannot be bound to a delegate and also causes an assert when beginning to play in PIE for the first time since compiling, but the asse ...

Blueprint fails to compile when adding new member to struct that is an input parameter of implemented interface function

UE - Gameplay - Blueprint - Jun 3, 2016

Adding variables to a structure that is an input parameter of an interface function causes a compile error in any blueprint that implements the interface until the interface is recompiled. Compile ...

Need to add a project setting to launch a game in VR

UE - Platform - XR - Jun 3, 2016

Add a new Project Setting to attempt to launch project in VR by default (e.g. check this setting OR -vr in the UEngine::InitializeHMDDevices() function ...

Physics objects pass through other objects that are moving at high speeds (even with Use CCD check to true)

UE - Simulation - Physics - Jun 3, 2016

Physics objects pass through other objects that are moving at high speeds (even with Use CCD check to true) May be related to [Link Removed] ...

Physics enabled Child Actor components that spawn with with a delay, always spawns at world origin

UE - Gameplay - Jun 3, 2016

Physics enabled Child Actor components that spawn with with a delay, always spawns at world origin **This is a regression. It was working in 4.11.2 Could also be related to: [Link Removed] User D ...

VOIP does not work in NULL OnlineSubsystem in ShooterGame or QAGame.

UE - Audio - Jun 3, 2016

VOIP does not work in networked projects. This was tested in QAGame and ShooterGame. We made sure to enable Voice in both the BaseEngine and DefaultEngine (in both projects). Ducking appears to w ...