[Feature Request] Provide a reason string when marking a package dirty

UE - Foundation - Core - UObject - Aug 17, 2021

eInterdependencies between the assets aren't always obvious, and sometimes are counter-intuitive (e.g. assigning a material to a new type of asset generally requires saving the material after a usag ...

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

Changes to Material Instance Parent don't appear to propagate to child instances if the child instance's editor window is open

UE - Rendering Architecture - Materials - Aug 16, 2021

It looks like this occurs when the grandchild instance window is open. If you close and reopen the Grandchild's window the parameter appears as expected. I've attached a project with the setup step ...

Cascade To Niagara Converter doesn't respect Initial Location Module

UE - Niagara - Aug 13, 2021

Niagara's Initialize Particle Module has the Input.Position Write default Value False which is fine as long as the Cascade To Niagara Converter can realizes whether Cascade has the location Module a ...

Editor crashes when dragging the BP_LightStudio asset into the level

UE - Graphics Features - Aug 12, 2021

When dragging the BP_LightStudio asset, that is included in Starter Content, the engine crashes. Out of the 4 times I reproduced this, one of the instances didn't crash until I dragged the BP_LightS ...

Renaming a SkinnedMeshComponent onto a different owning actor will cause issues with FAnimUpdateRateManager

UE - Anim - Runtime - Aug 12, 2021

As mentioned in the UDN - the user tried to rename an SMC to a different actor, which leaves the URO manager left with an incorrect data as it is not aware of the move. User proposed overriding Post ...

The Niagara Staticmesh data interface node Random Tri Coords doesn't respect Emitter's Deterministic Settings

UE - Niagara - Aug 11, 2021

From UDN: We are using the Cascade particle system and we want to render the same scene with multiple cameras, so multiple renders are required. In order to ensure that the result of the particle s ...

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