Attached is a project that picks up Niagara from the content sample.
The probability of reproduction is about 1/10.
The simpler the project, the lower the reproduction probability.
I am attaching a .bat for easy reproduction.
Please rewrite the engine path to use it.
We have also seen this problem in UE5main, but the call stack where the difference occurs is not the same, so it may be a different issue.
In UE5main, Niagara seems to almost always generate a diff.
.bat should be placed on the same level as CookNiagara.uproject.
When using UE5, the patch path will change because IOstore is enabled by default.
You need to disable IOstore and modify the path to WindowsNoEditor->Windows.
patch_diff.bat
After creating releaseversion and patch, output the contents of patch to csv.
If the problem reproduces, the csv contains the unmodified Niagara assets. (patch20220502082500.csv)
cook_diff.bat
You can use -DiffOnly to see which assets are diffing, memory offsets, and call stacks.
1. Create a content sample package with 4.27.2.
2. Create a patch without changing anything.
Ideally, the patch should contain nothing, but in rare cases it will contain Niagara assets.
(There are some levels and assets that will always be included in the patch, but they do not matter.)
How does TextureRenderTarget2D get TArray<uint8> type data?
How do I set a material as a post-processing material?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
Why does the REMOVE method of map container remove elements have memory leaks?
How to delete some elements correctly when deleting an array loop?
What is the difference between Camera and CineCamera?
How to assign a value to a member of UMG's UMaterialInterface pointer type in C++?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-150929 in the post.
1 |
Component | UE - Niagara |
---|---|
Affects Versions | 4.27.2, 5.0 |
Target Fix | 5.1 |
Created | May 3, 2022 |
---|---|
Resolved | May 11, 2022 |
Updated | May 12, 2022 |