4.24 and SkeletalMeshImport.cpp (Minweight value)

I tried to find the following line in order to change the source code:

const float MINWEIGHT = 0.01f;

In the past you could find it somewhere in:

Engine/Source/Editor/UnrealEd/Private/Factories/SkeletalMeshImport.cpp

But now it seems to have been removed from UE 4.24.
Where can I find it now?

I’ve found it. It is now in:
Engine\Source\Developer\SkeletalMeshUtilitiesCommon\Private\LODUtilities.cpp