Postprocess GI related settings look like working in 4.22 on Mobile now, but seems buggy, Not sure if it has supposed to be supported on Mobile since it has no any info in Doc or 4.22's release note ...
If a variable is bound in the Design Window of a User Widget asset it will be deleted if you use the menu option "Delete all unused variables". Found in 4.24.3 CL#11590370 Reproduced in 4.23.1 CL#9 ...
Copy/pasting a Custom Event that has input names containing spaces will create a Custom Event with extra inputs. It appears that an input name with a space in it will be copied as two inputs, the fi ...
The source of the problem seems to be using IOptionsSnapshot with a Singleton. Per the MS documentation for IOptionsSnapshot, "Is registered as Scoped and therefore can't be injected into a Singleto ...
The UV layout of a Mesh is altered slightly when exported from the engine. It becomes more noticeable on objects as their UV Islands shrink in size. Given a default full 0-1 unwrap it looks like t ...
Importing a skeletal mesh fbx from blender and setting the Import Uniform Scale option for the mesh to a higher value, like 100, results in only one of the meshes being scaled while the other is lef ...
The "servertravel" command doesn't function when running ShooterGame in Editor. A warning will show up in the Output Log: LogWorld:Warning: UWorld::ServerTravel: Seamless travel currently NOT supp ...
As one clicks on the enum fields trying to form an input, the log is written with a variation of the following: [2025.02.14-17.42.38:940][521]LogNiagaraEditor: Error: Error getting default value fo ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below.Error message: Access violation - code c0000005 (fi ...
There are multiple issues with the code at present 1) The animation preview world listener is not updated. This can be solved with the following override on AnimationEditorViewportClient (Following ...