For the FInputChord struct, in Blueprints assigning the value "None" to Key will be reassigned to the next time the Blueprint is opened. This is problematic for handling key bindings in Blueprint w ...
Jittering effect with Physics Constraint Actor using Linear Limits. This only seems to affect the Physics Constraint Actor from the Modes panel, with the static mesh starts near the physics constrai ...
Depthfade will not work properly on some Android devices If separate translucency is enabled. In the case of the attached project, drawing near the material using depthfade is strange. This issue p ...
When a Child Actor's class is replicated but the individual variables are not, the individual variables will use the default of the original BP class instead of the defaults that were set in the Chi ...
When "r.EarlyZPassOnlyMaskedMaterials" is enabled, masked materials used with particles will flicker when close to the camera. Found in 4.17 CL# 3658906, 4.18 CL# 3832480, 4.19 CL 4033788, 4.20 CL# ...
After importing a sound file, it's sonic characteristics are changed and the sound is not the same as the original. This leads to inconsistency. The sound is the same with Compression set 100. Two ...
The Finish Recording Output node from the Audio Mixer BP Library crashes due to an invalid Path input. This is a regression from 4.23.1 (CL-9631420). This was reported and tested in 4.24.3 (CL-115 ...
The same callstack appears in 4.24.3 (CL-11590370) but only when playing a Sequence with a Media Track that has a ImgMediaSource and Media Texture set on it. These repro steps work for 4.25 and 4.26 ...
This problem caused by incorrect initialization of RandomStream in the GPU particle. //PaticleGpuSimulation.cpp virtual void Init() override { ... check(AllocatedTiles.Num() == TileTimeOfDe ...
Reimporting a skeletal mesh causes "use high precision tangent basis" & "use full precision UVs" to reset and no longer being applied to the mesh. Reported and tested in version 4.25.3(CL 13942748) ...