[Image Removed][Image Removed] ...
Under certain conditions, dragging an anim notify to the left in the editor makes it unplayable UDN case : [Link Removed] ...
This seems to be because the ModuleUsageBitmask is hardcoded as Particle. Sig.ModuleUsageBitmask = ENiagaraScriptUsageMask::Particle; UNiagaraDataInterfaceGrid2DCollection::GetFunction { ... ...
Under certain network emulation settings, it looks like outgoing packets from the client will be dropped in groups (around 4 or more packets at a time) rather than individually. This leads to the ac ...
(Enduring Games) I investigated it and found that the following primitive data flag test in BasePassPixelShader.usf fails: (GetPrimitiveData(MaterialParameters).Flags & PRIMITIVE_SCENE_DATA_FLAG_DE ...
Tested in: //UE4/Release-4.27 CL 18319896 Input pin was of type Vector //UE5/Release-5.0 CL 20979098 Input pin was of type Vector 3f //UE5/Release-5.1 CL 22346211 Input pin was of type Vector 3f Th ...
After remove control rig track from the skeletal mesh, Linked Anim Graph in Post Process Anim BP of the SK Mesh does NOT work. This issue can be fixed by the following code.// add #include "Anima ...
When the player is controlling a Character actor, using the CharacterMovementComponent (CMC), unexpected movement corrections will occur while standing still on a movement base that is rotating. ...
This is not a regression. Tested in //UE4/Release-4.27 CL 18319896 Creating a new C++ class derived from Instance Foliage Actor fails to compile. User reported this issue after they tried to includ ...
CameraShake works fine in Camera Animation Sequence's Cine Camera Actor Preview. But not played on Play in Editor mode. ...