The Asset Audit window uses the content browser to display information about both real assets and fake assets like chunk definitions. When you hit the Add Chunks button, it adds several fake assets with paths like /Temp/PrimaryAsset/PackageChunk.Chunk_0 and /Temp/PrimaryAsset/PackageChunk.Chunk_1. Due to an optimization that is only present in 4.25, they get put into a FAssetDataSet which uses FAssetDataKeyFuncs::Matches. This function only uses the display index and not the number attacked to the FName, so it erroneously thinks these are the same asset.
This code was refactored in 4.26 and does not appear to get activated in this specific case, but the broken code is still around so should be fixed/removed. The hotfix-safe change is to set the Matches function to "return A.GetDisplayIndex() == B.GetDisplayIndex() && A.GetNumber() == B.GetNumber();" but I don't know if this key func structure makes sense instead of just using one of the existing fast FName compares.
i have this problem UE4CC-Windows-58DC12AF4B97F057BD108FBFF569B2E9_0000
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
I am not able to find world outliner how to enable it?
Delay nodes occasionally don't fire the "Completed" output in a nativized build
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
How can i modify the param name in EQS node
Hey, why do i get this when i snap two similar meshes together?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-96481 in the post.
0 |
Component | UE - Editor - Content Pipeline - Content Browser |
---|---|
Affects Versions | 4.25 |
Target Fix | 4.25.4 |
Created | Aug 5, 2020 |
---|---|
Resolved | Aug 10, 2020 |
Updated | Jan 12, 2021 |
7675 - Edstub207 |
7540 - Edstub207 |