The built-in class "UMaterialEditingLibrary" provides various editor scripting functions related to creating and editing materials and material instances. One of these functions, UMaterialEditingLib ...
Using the scripting functions to set the view range of a sequence will not update unless the sequence is re-opened. Usual updates for scripting issues like locking and unlocking the sequence don't w ...
This is a regression.This does not affect UE5. Creating a function with parameter type TEnumAsByte<MyEnum> will crash while compiling. In 4.26 and UE5 the code compiles without issue, and the user ...
Forgetting to add the "virtual" in engine code implementations of these _Implementation functions makes them not overridable by users. UHT should catch this and emit a warning/error. For instance t ...
Material Instance parameters (that derive from parents using material functions) can have their data shifted or not saved. ...
AI Controllers' Possess function is being called when opening a blueprint that has the Auto Possess AI option set to Spawned. ...
The function "FMaterialDerivativeAutogen::GetFunc1ReturnType(...)" does not have a case for "EFunc1::Exp2". Also found in Release-5.4, CL: 331987674 ...
Im not 100% sure this is a combination of settings that "should" work anyway, but need someone to have a look.Thin TranslucencyOutput velocities during base passForward Shading lighting modeProject ...
When running a build with bSharedLinearTextureEncoding enabled, View.GGXLTCMatTexture and View.GGXLTCAmpTexture are pointing at the black texture fallback, which affects correctness of rect lighting ...
The user who reported the issue has provided a video that also shows the issue: [Link Removed] ...