How to DrawDebugSphere inside Animation Editor?

Is there a way to draw a debug sphere inside the animation montage editor through a NotifyState?

I tried the following and obtaining the world from different sources (animation, etc) returning nullptr or only drawing when in game.

DrawDebugSphere(MeshComp->GetWorld(), StartTrace, Radius, 16, FColor::Green);