Get the LOD index/level of an object currently rendered in UE5

I only found an old method to get the LOD level of a static mesh:

StaticMeshComponent->PreviousLODLevel_DEPRECATED();

Is there a new method/way to obtain the LOD level that unreal uses in the current frame?