Plugin Config filenames need to be different for Engine vs Game plugins

UE - Foundation - Core - Aug 16, 2021

Right now, plugins installed to the game directory will only load plugin-specific config files with the path /Project/Plugins/PluginPath/Config/*Default*PluginName.ini. However, engine plugins will ...

DefaultEditor.ini dirtied when UpdateSingleSectionOfConfigFile is called for an object containing an array property

UE - Foundation - Core - Aug 5, 2021

Closing an AdvancedPreviewScene results in a call to UAssetViewerSettings::Save to save the preview scene settings, regardless of whether or not anything has been modified. This in turn calls Update ...

Untracked Metadata does not work on arrays of soft objects

UE - Foundation - Core - Jul 19, 2021

The "untracked" metadata field turns off tracking of soft object references so they will not appear in the content browser or modify things like cooking rules. It works fine on individual references ...

[Feature Request] Add option preventing double startup for desktop platforms

UE - Foundation - Core - Jun 10, 2021

In release versions of desktop applications, various issues (such as double login) may require implementation to prevent double startup. In order to implement this feature, each developer need to mo ...

Malloc Leak Detection Crashes

UE - Foundation - Core - Apr 22, 2021

Seems a bug in UClass::SetSparseClassDataStruct

UE - Foundation - Core - Mar 25, 2021

The LoadTimeFile argument crashes package at startup

UE - Foundation - Core - Feb 1, 2021

Latent Actions do not execute if the blueprint name contains non-english characters

UE - Foundation - Core - Oct 27, 2020

REGRESSION: Issue started occurring with 4.25.4 Blueprints with non-English characters in their name will not trigger latent actions. The following warning appears in the log in this case: LogScr ...

Low-level memory tracking has negative values for "FMallocUnused" and "Untracked"

UE - Foundation - Core - Oct 6, 2020

"FMallocUnused" is immediately bellow 0. "Untracked" is reported to go below 0 after very long playtimes (over 36 hours). Reported in version 4.25.3(CL 13942748). Tested and found negative values f ...