Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. EnumBugBP uses two enum cases and three argument cases for 6 total permutations:Enum w ...
When using shared samplers in the material do not adjust quality when adjusting the console variable or texture quality in Engine Scalability for SG.TextureQuality. Attached is an image for demons ...
Modulated Self Shadow is only ever disabled and enabled for Skeletal Meshes and does not have any effect on Static Meshes. You can use the command r.Shadow.EnableModulatedSelfShadow 1 to enable self ...
In 4.15 When you update the transform of an instance static mesh a second time the editor does not update the location, to get the update to display correctly you must close and re-open the blueprin ...
The engine crashes when simulating in the editor after painting foliage instances using the Foliage Tool. An important thing to note is that this crash does not occur if you switch out of the 'Foli ...
Android Cook fails when a MetaSound Source object is referenced utilizing FObjectFinder in C++ Repro Rate: 3/3 UATHelper: Cooking (Android (ASTC)): LogInit: Display: LogMetaSound: Error: Target int ...
When geometry collection is set as nanite, there is no non-nanite render data cooked. This means that there is no fallback if the cooked build uses r.nanite 0. This used to work with some code worka ...
Gil's new loading path may already walk away from this issue. But here's some thing I tested locally if we want to fix this. A simple way to fix is to simply add BulkDataAsync.Deallocate(); ResetA ...
Attempting to create a local binary build of 4.22 using Visual Studio 2019 (with no other versions of Visual Studio installed) currently fails with several warnings and errors, including the followi ...
Adding a Custom Output node to a Material Graph crashes the editor. Also Reproduced in Main Promotable-CL-2581018 [Link Removed] ...