This appears to be from an interaction between the Depth Fade Expression, clip() in a Custom Expression, WPO being enabled, and the fact that the pass that draws objects for the editor outline runs ...
The DumpShaderStats console command doesn't output any shader stats because the code to calculate that information in DumpShaderStats (Shader.cpp) is commented out https://github.com/EpicGames/Unrea ...
The thumbnails helpers will force material instances to be a plane, if their parent material is unedited. This can be worked around by editing the parent material, but editing the material instance ...
FHighResScreenShotConfig::Init() sets the materials only in the Editor, due to a #if WITH_EDITOR block. However, the FViewport class exposes the TakeHighResScreenShot to non-editor builds as well, l ...
Animation Layer Interfaces are overriding the filter making it so only that asset type is visible even when paired with other filters. There is an exception to this with the blueprint interfaces fi ...
UDN: [Link Removed] Slack: [Link Removed] Then, the return value of TryAddMeshBatch is determined by FBasePassMeshProcessor::Process. When the crash occurs, GetBasePassShaders fails to get the shad ...
This is not a regression. Tested in //UE5/Release-5.1 CL20979098 Previewing a node overrides the output of PostProceessInput0 in a Post Process Domain Material after previewing stops. ...
refer to attached video ...
This is not a regression. Tested in //UE5/Release-5.0 CL20979098 The array for Vector Parameters isn't getting populated when called from a Dynamic Material Instance. ...
Reproduced 3/3 times, issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. ...