[Mac][Metal] (Motion Vector) Rendering artifacts with 4.11 on Mac with Accurate Velocities from Vertex Deformation and Selectively output to the GBuffer rendertargets ON

UE - Platform - Apple - Apr 12, 2016

From AnswerHub: Second one is that Motion Vectors are bugged for some objects. This causes lot's of temporal artifacts. Third picture lamp is good example of bug. Lamp is static. Camera is not movin ...

iOS Metal-based build crashes at launch with sub-levels.

Tools - May 16, 2016

Application crashes when deploying a game to iOS with Metal enabled. This has only been reproduced if a sub-level has been added to the starting level within the project. This seems to only happen ...

Crash with Particle system using Beam data

UE - Graphics Features - Jan 26, 2016

Attached to this ticket is a project with an asset that uses a beam type that is causing a crash when trying to open the asset in 4.11 and 4.12 (MAIN). When trying to recreate the asset there is no ...

Crash when removing cloth apb's assigned to asset

UE - Simulation - Physics - Character - Apr 27, 2016

When removing already assigned cloth asset from a skeletal mesh it will crash the editor. I was able to reproduce this with the Owen asset from Content Examples, but was unable to get it to work fro ...

Creating Actors as default subobjects causes crash (casting Outer to Level)

UE - Gameplay - Mar 18, 2016

If two custom classes are created in C++ (Class A & B) and a reference to Class A is created as a member of Class B and initialized in Class B's constructor, the editor will crash once a blueprint o ...

Cones for angular constraints not visible is Separate Translucency is disabled

UE - Graphics Features - Apr 14, 2016

A user reported an issue where the cones that represent angular constraints in the PHAT editor are not rendered if Separate Translucency is disabled. This may be related to another issue with Separa ...

Dirty Actors in WP lose their actor folder in the outliner (and cause warnings) on PIE

UE - World Creation - Worldbuilding Tools - World Partition - Mar 20, 2023

From Licensee: You can reproduce this in stock by doing the following:Make a new 5.1 project with a new WP map (it can be empty)Put some actors in some folders in the outliner and save them/reload ...

Inherited AnimBP properties not always working across editor restarts

OLD - Anim - Jan 21, 2016

In 4.11 when making changes to node properties in an animation blueprint they will not always appear to update in child blueprint instances when restarting the editor. In the attached project the l ...

AttachRootComponentToActor being used over a network can cause an Ensure (previously an Assertion) to be triggered.

UE - Gameplay - Jan 11, 2016

This is a continuation of [Link Removed]. The previous ticket changed an Assertion to an Ensure in order to stop a crash from occurring, and stated that a more complete fix would be coming in 4.10. ...

Deadlock in UPhysicalAnimationComponent::UpdatePhysicsEngineImp

UE - Simulation - Physics - Sep 13, 2023

Deadlock in Chaos during PIE; the main thread is in USkeletalMeshComponent::HandleExistingParallelEvaluationTask waiting for a task to complete, and a worker thread is running that task and is in US ...