When double-clicking on an interface function call within a blueprint, the expected behaviour is that it will take you to the implementation of this function. However, it currently does nothing. ...
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 editor setting for automatically start consuming input can be set to enabled as a boolean, but whenever the editor restarts this value is reset to false. ...
The call to UpdateInstanceTransform within UInstancedStaticMeshComponent::UpdateInstanceTransformById(..) sends bTeleport in place of bMarkRenderStateDirty that was added as part of Unreal Engine 5. ...
When the CurveLinearColor asset assigned to a CurveLinearColorAtlas is edited (e.g. change the colors of the gradient), the preview window of CurveLinearColorAtlas editor does not automatically upda ...
When there is a physical material mask asset that has been created and applied to a mesh in the level without having a texture source imported yet, and then "ShowFlag.PhysicalMaterialMasks" is enabl ...
I've noticed calling SetActorLabel() on a Landscape will call PostEditPropertyChanged() which causes the Landscape Components to regenerate all collisions. As per the repro, this can take a long tim ...
Long text comments in the MRQ burnin takes multiple frames to properly format. See slack thread here: [Link Removed] ...
As far as I can guess is that in the initial state of the object, the vertex normals are as they come from the DCC, but after the modeling operation they get recalculated somehow that doesn't match ...
Shadow artifacts will appears when the camera is moving towards a character or if playing will appears with the character if Self Shadow is enabled for the character. Sample video and image attache ...