Similar to Issue 199247 ([Link Removed]), Natively declared Gameplay Tags aren't counted by Reference Viewer when used in a variable set in a C++ ctor. ...
When creating Physics Assets, either by automatic creation upon import, creation from skeletal meshes already in the project, or when we press Generate All Bodies (bottom right of a opened Physics A ...
When using UV scrolling for a flipbook-like animation in Animation Sequence, creating keys with "Constant Tangent" settings on Curve Editor does not result in an instantaneous change to the specifie ...
The AnimToTexture plugin generates an animated texture that results in a stutter when the animation loops. This looks to be related to the code in UAnimToTextureBPLibrary::AnimationToTexture which ...
On higher-density Landscapes, Landscape Splines can lead to patterned artifacts in the geometry normals. Also tested on //UE/Release-5.6, CL:45232827 ...
FSuggestProjectileVelocityParameters was introduced in 5.4 and has a FCollisionResponseParams member that's initialized as a mutable reference to FCollisionResponseParams::DefaultResponseParam. str ...
Depth Passes for Masked Materials using Virtual Textures does not work correctly when it is in front of a Nanite Mesh and a Decal, resulting in black artifacts. Also tested on //UE5/Main, CL: 41024 ...
Lumen Reflections can leave black spots in chrome materials with strong normals. Also tested on UE 5.5, CL: 41545209 and UE 5.6, CL: 45232827 ...
PreExposure is influenced by LocalExposure in PostProcessEyeAdaptation.cpp:1265. It appears when the scene is particularly dark and using manual exposure, the LastAverageLocalExposure can read a lar ...
AWheeledVehiclePawn class tries to use CCD in the constructor, but Mesh->BodyInstance.bUseCCD = true this code does not work to activate CCD because Physics Assets could not be available at this ...