The FVector::Normalize function states in its comment that if given a vector that is too small to be normalized, it will set it to 0,0,0 and return false. The function only returns false and does no ...
Editor crashes on map reload, if an actor in the level is accessed by blutility get selection set. ...
MakeSureMapNameIsValid will take in a FString, look for an asset matching that FString and edit it to match the asset path of the asset found. This issue is caused by the function not limiting its s ...
A licensee is reporting incorrect or over exaggerated loss of specularity on the Subsurface skin shading model when shadowed by indirect capsule shadows, and then modifying the r.sss.checkerboard se ...
Pawns using a DetourCrowdAIController do not appear to be using the correct Nav Agent when attempting to move. Setting the AI Controller class to a normal AI Controller allows it to complete the s ...
Rotation does not always appear to be replicating when bUseControllerRotationYaw is set to false on the Character's class. This seems to occur 4/5 times. There are the occasional times where telep ...
Variables are not being replicated when they are set on the server to be the same value as the default value of the property. For example, if a float is created and defaulted to 20, and then set to ...
The settings for "Stiffness" and "Damping" in the Soft Constraint setting for Physics Constraints doesn't seem to have an effect on anything. Regression?: No This also occurred in 4.14 ...
Sweep result is not consistent when there is initial overlap but the x sign(+/-) is not same. I believe this issue is related to [Link Removed] So this leads to inconsistent behavior in the TwinSti ...
Performing operations on a Landscape with simplified collision can result in an assertion ...