The user also describes not being able to tell the difference between a force feedback value of 0.3 and 1,0 on iPhones Note: This is likely an issue somewhere in FIOSInputInterface::SetForceFeedb ...
The Editor become unresponsive and then has very low frame rates after activating the Player Collision view mode in the Small_City_LVL and Large_City_LVL maps in the CitySample project. The curre ...
It appears that only custom event nodes support a deprecation message. In fact, we need all nodes that use delegates in some fashion to support a custom deprecation message. Both UK2Node_ActorBoundE ...
From PCGVolume.cpp: PCGComponent = ObjectInitializer.CreateDefaultSubobject<UPCGComponent>(this, TEXT("PCG Component")); The Component name with a space does not support a round trip through FSof ...
When the replicated scene component's AttachChildren array is replicated, the package map attempts to serialize the non-replicated component, causing the warning that the object is not supported. ...
see repro steps: direct crash the material comes from FAB model: [Link Removed] ...
This is not a regression. Tested in //UE5/Release-5.1 CL20979098 Previewing a node overrides the output of PostProceessInput0 in a Post Process Domain Material after previewing stops. ...
Licensee: "Content creators from my team have reported that when they replace actors in an open world it can take more than 10 seconds. This is with several thousand actors loaded in the world. On m ...
This is a regression. Tested in //UE5/Release-5.1 CL23901901 When a geometry collection is destroyed by an On Hit event the editor becomes unresponsive and never recovers. No crash is generated. ...
We skip CalcVelocity for CharacterMovement while HasAnimRootMotion, and we do ExtractedRootMotion.MakeUpToFullWeight() anyway. This caused problem that when we blend out a rootmotion anim, it will ...