Pixelated volumetric translucent shadows

UE - Graphics Features - Aug 17, 2021

I narrowed down the issue to the Main call of ShadowProjectionPixelShader, and tested (on 4.26 and 4.27) a combo of different material and light shadow settings, as well as enabling transmission on ...

MediaFramework - Webcam Video input shows as black in Media Player

Media Framework - Aug 17, 2021

Alejandro Arango 3 days ago In fact, it seems the 4.27 changes are conditioned by WMFMEDIA_PLAYER_VERSION . So the only change needed is in WmfMedia.Build.cs . They only need to change it to say: P ...

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

Fatal Error: Cast of Package to AnimGraphNode_BlendSpaceGraphBase failed when deleting an opened Blendspace node in a State graph

UE - Anim - Runtime - Anim Blueprints - Aug 10, 2021

When deleting a Blendspace or Blendspace 1D node in a state graph, after opening it, the editor crashes. It doesn't crash when deleting it before opening the Blendspace node. It also doesn't matter ...

Mesh Decals don't work with HISM of non-nanite meshes

UE - Rendering Architecture - Aug 10, 2021

The HISM on the right has 4 instances light the ISM on the left, but only one instance works with the mesh decal material.  [Image Removed] ...