If any SlowTask is canceled by the Editor's user, and later on the "Find in Blueprints" dialog is opened and needs to perform its async indexing task, the Editor crashes on thread FAsyncSearchIndexT ...
While setting up whole scene shadows, CasterOuterFrustum is used to cull shadow casters from PrimitiveOctree. CasterOuterFrustum doesn't extend far back enough, which means that if an octree node fi ...
When Simulating, or Playing-In-Editor and ejected, modifying an actor in the editor world causes the SIE/PIE runtime actor to recreate its blueprint added components via AActor::RerunConstructionScr ...
Niagara Emitters, when disabled, appear to be removed from the Niagara System's packaged asset as evidenced by a sizeable reduction in size. However, if the Emitter referenced an asset, such as a st ...
When setting an AnimNotify to an AnimationSequence, this AnimNotify can be triggered multiple times when only set once. This issue only happens when the mentioned AnimationSequence that contains the ...
Consider a C++/BP class containing an EditAnywhere/InstanceEditable variable with type (UDataAsset*), (UPrimaryDataAsset*), or any of their subclasses. When setting this variable using a Property Ed ...
In a static lighting environment, moving static objects no longer marks the built lighting as invalid. This prevents the on-screen warning from appearing. Regression introduced in CL: 25964466 on / ...
Up to UE 5.0, when the "Object Position" node is used in the Material Editor as part of a material with Light Function domain, attempting to compile the material results in the following error: "[SM ...
The bandwidth on the biquad loepass filter is cutting frequencies well below 20kHz when the bandwidth is 1.0. Slack convo: [Link Removed] Visualization:[Image Removed] ...
There is an engine bug when using the EnumRedirects feature inside a config file. If we have a Blueprint Enum used in our blueprints, and we want to convert all the Blueprint enum references to a C+ ...