Enum to string conversion has different results in PIE vs Cooked builds

UE - Gameplay - Blueprint Runtime - Aug 17, 2021

This is because the metadata is editor only and will be stripped in a cooked build. We should make the behavior of the to string function consistent between PIE and a cooked build. ...

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 ...

GPU Debug Label is not set on some textures

UE - Graphics Features - Aug 11, 2021

texture streaming is one of the reasons that drop the label but not the only reason. add a line of code RHIBindDebugLabelName(NewTexture, *OldTexture->GetName().ToString()); into FMetalDynamicRHI:: ...

[Reverb Effect] - Deactivate Reverb Effect Blueprint Doesn't Deactivate Reverb

UE - Audio - Aug 11, 2021

When deactivating a reverb, it's removed from the Activated List, but doesn't get removed from being the active reverb. Confirmed occurs in 4.27 and 5.0 ...

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 ...

Xcode project files use iOS Legacy Build System which is not supported in Xcode 13

UE - Platform - Apple - Aug 3, 2021

The WorkspaceSettings.xcsettings file is generated with the following entry <key>BuildSystemType</key> <string>Original</string> This causes the warning in [Link Removed] which has was closed ...

Input Mappings will expand collapsed categories when modified

UE - Editor - Workflow Systems - Jul 29, 2021

[Submix][Recording] - Existing Sound Wave to Overwrite option has no effect

UE - Audio - Submixes - Jul 29, 2021

This is an old bug that looks like it never made its way into JIRA. Adding for documentation.  ...

Buoyancy is broken in UE5: even BP with Cube SM component (mass is 1kg) and default Buoyancy Component with one default Pontoon falls on bottom of lake

UE - Simulation - Physics - Jul 26, 2021

Shorter steps:Steps 1-8 from Steps to reproduce (create level with water body)Find BP_BuoyancyExample in Content Browser (Engine>Plugins>Water Content>Blueprints)Place BP_BuoyancyExample above the w ...