Copying a Folder that contains the space character from the Outliner does not enclose the Folder name on Double Quotes. Because of that, later Pasting will only handle the first word of the Folder n ...
When Simulating, or Playing-In-Editor and ejected, modifying an actor in the editor world causes the SIE/PIE runtime actor to recreate its blueprint added components via AActor::RerunConstructionScr ...
When both LightMixer and ViewChanges windows are open, pasting a folder into the Outliner crashes the editor. For more detailed steps, refer to the Steps To Reproduce section. This happens whenever ...
The engine crashes when the r.MaterialQualityLevel is changed in a cooked game that uses the FastGeo Streaming Plugin. The crash doesn't repro with the same steps in Editor, just in a cooked build. ...
see repro steps: direct crash the material comes from FAB model: [Link Removed] ...
When using the Python plugin to add an existing level as a streaming level, the editor crashes. It seems that this happens regardless of what level is added or what the contents of that level are. A ...
Source [Link Removed] The user has encountered the error log: MongoDB.Driver.MongoCommandException: Command createIndexes failed: Implicit collection creation not supported when creating indexes I ...
If the GeometryCollectionActor (GCA) is simulating physics, calling SetSimulatePhysics(false) does not stop the simulation. If the simulation is paused, calling SetSimulatePhysics(true) does as expe ...
The incorrect resolution is used on computers with 4k monitors that use DPI scaling (default 150%) because the default for UE projects is bAllowHighDPIInGameMode=False which results in SetProcessDp ...
Actor foliage does not respect the "foliage.CullDistanceScale" console variable. This was brought up in a UDN: [Link Removed] ...