The following error is shown when attempting to use the Texture Size of a Texture Collection texture object: Texture size only available for Texture2D, TextureVirtual, Texture2DArray, VolumeTexture ...
FMaterialCachedExpressionData::UpdateForExpressions iterates on all expressions, even for those that are not enabled in a material instance or not even connected to output. This will enable features ...
There’s a potential issue with some changes we made to UMaterialInstance::GetParameterValue (https://github.com/EpicGames/UnrealEngine/commit/8f2bebb008ba645f5938da844cd46b0925322b13). It seems as t ...
Custom expression additional outputs are considered (0,0,0) when connected to WPO. ...
After mesh painting on a BP Static Mesh Actor, and "Apply instance changes to Blueprint" the added virtual texture is removed with the log:LogTexture: Display: Building texture TwoD: /Game/FirstPers ...
The Editor crashes when applying a Material with a Distance Cull Fade node to a Decal Actor. Fatal error: [Link Removed] [Line: 730] Missing uniform buffer at slot 2, stage SF_Pixel. Please check ...
Material Layers cannot be re-ordered by dragging in the Material Layer Parameters tab even though there is UI for dragging the rows and the rows appear to be draggable. ...
When a Material Layer is removed from a Parent Material, the Parent Material updates correctly in the viewport, but any Child Material Instance do not update correctly in the viewport until the Chil ...
When a Material Layer is added to or removed from a Parent Material the layer changes don’t automatically propagate to Child Materials correctly even if the Parent Material is saved. The Child mate ...
When Material layer visibility is toggled on the Parent Material in a Material hierarchy, only the Parent’s layer visibility is affected, the children are not. Saving the Parent material has no effe ...