Was reviewing test cases for new Bloom feature and was looking at different actors that make use of PP. Happened to select a Camera Actor and Cinematic Camera actor at the same time which led to thi ...
REGRESSION: Yes, does not occur in 4.14.3 Crash occurs when the user drags an animation asset into a commented area in the Anim Graph. This crash doesn't occur if the user right-clicks inside a co ...
Error message: Assertion failed: Pose.IsValidIndex(BoneIndex) [Link Removed] [Line: 528] Source Context: 513 const FTransform& ParentTransform = GetComponentSpaceTransform(ParentIndex); ...
Running an automation test for Directory Watcher for Plugins causes the editor to crash on the Simple Modify step. Occurs only in 4.10 Preview 3. Regression: This does not occur in 4.9.2, but occu ...
From a UDN user: [Crash] Update Rate optimization enabled on b_hero_shootermannequin in LyraStartergame crashes Hello,I haven't dug in to it yet, but with the Lyra Starter project if you enable ...
This was the simplest solid repro I could get on this bug. The callstack is similar to [Link Removed] Also came across several Shader Compiling Manager crashes while attempting to repro this crash ...
A packaged project will crash if a TMap that uses an enum as the key is accessed. This was also tested by launching the same project onto an Android device, which showed the same results. ...
The Editor crashes if an unhashable struct is used as a key in a TMap and a new element is added to the TMap in a Blueprint. ...
Adding a Material Layer to a Material Instance that has a Material Function Call node connected to the Set Material Attributes node causes the editor to crash. I tested a Material Layer without the ...
A user is reporting that using the following code in a GameMode class causes shipping iOS packages to crash on launch:void ANOGSSDKGameModeBase::StartPlay() { std::thread([](){ std::clog << "THRE ...