AttachComponentToComponent node does not change the location of a Spawned particle system at runtime

UE - Gameplay - Feb 17, 2022

You can use the "Spawn Emitter Attached" function as a work around ...

Broken dither opacity on skeletal mesh

UE - Rendering Architecture - Materials - Feb 16, 2022

The collision is wrong when the static mesh scale is set as negative value

UE - Simulation - Physics - Feb 15, 2022

I checked the c.haos code quickly. I think it caused by the function "bool FInitBodiesHelperBase::CreateShapesAndActors()". In this function, the CreateActor_AssumesLocked function will ignore the s ...

Import with New File option for Anim Sequences does not function

UE - Editor - Content Pipeline - Import and Export - Feb 14, 2022

The "Reimport with New Source" functionality is currently not functioning in the Editor. When selecting the option with a clearly edited Anim, it is not updated. There is no message in the Output Lo ...

MoviePipeline Project Settings can't refer to Plugin classes

UE - Anim - Sequencer - Feb 12, 2022

A workaround might be to use the CDO of your plugin to reach out to the Editor settings and assign itself to the fields you want. This removes the users ability to choose between multiple options. ...

AssetManager ModifyCook does not correctly apply PrimaryAssetLabel references

UE - Foundation - Core - Cooker - Feb 10, 2022

Right now the AssetManager uses different logic in ModifyCook vs VerifyCanCook, specifically related to secondary assets like textures or maps that are indirectly loaded by soft object paths and are ...

Following the 'Working with Modular Characters - Skeletal Mesh Merge Example' results compilation errors

UE - Anim - Feb 10, 2022

This is a Regression. Tested in: //UE5/Release-5.0 CL 18747223 GitHub //UE4/Release-4.27 CL 18319896 Binary The example can't be completed in UE5 as expected presumably because of a change within ...

Creating new objects inside ForEachObjectWithOuter may cause the bucket of the iterated outer to be read-locked permanently

UE - Foundation - Feb 8, 2022

Not a Regression. Tested in: //UE5/Release-5.0 CL 18747223 Source-GitHub //UE4/Release-4.27 CL 18319896 Binary User Description: "The crash test code is located at Source/HashBucketLockedBug/Pr ...

Crash when not saving level after using MovieRenderQueue for that level

UE - Editor - Content Pipeline - USD - Feb 8, 2022

Crash when not saving level after using MovieRenderQueue for that level Repro rate 3/3 Regression Yes, issue is not reproduced on //UE5/Release-5.0-EarlyAccess at CL 16682836 from LauncherFatal er ...