Both versions works correctly if HISMC is pre-placed (generated in ConstructionScript). Only when generated dynamically does it fails. The Navmesh isn't being updated after SetStaticMesh and AddInst ...
This was reproduced both in Match 3 and a new BP project with a custom launch image. Note that on Pixel 2 the BP project behaves a little differently than Match3. It displays in full size, then s ...
Color space conversion in the UI composition is incorrect on DX12 HDR. In the main() function In CompositeUIPixelShader.usf, you can see the following color space transform.// sRGB -> RRT -> ODT ...
When mesh reduction results in a section becoming empty, the material slots are incorrectly assigned. e.g. if section 0 gets removed due to it having no triangles after reduction, then its material ...
Various licensees are reporting data loss on load due to the change that was made for [Link Removed] in which we now defer Blueprint CDO construction on load until the finalization phase. This issu ...
The implementation of UKismetArrayLibrary::GenericArray_Shuffle() will generate certain array shuffle results more often (up to three times as much) than others, rather than having a roughly equal c ...
This is a common assertion that has occurred since at least 4.14 and affected nearly 100 users. The callstack is similar to [Link Removed], which was marked fixed for 4.14. User DescriptionsUndoi ...
Replicated objects don't behave correctly on the client-side on slopes when not sleeping. By placing two cubes on one another and slightly rotating the bottom one to create a very gentle slope, the ...
REGRESSION Does not occur in 4.24 Blueprints that call Array_Identical results in a failure during nativization:F:/Projects/Release/TestNativizeArray/Intermediate/Plugins/NativizedAssets/Windows/Ga ...
Much like [Link Removed] (which I'm backing down on my by design claim), there is an issue where if you previously referenced a component that no longer exists, the correct instanced subobject is lo ...