how to get a uwidgetanimation by c++

i create a umg widget transform location animation,but i dont know how to get this uwidgetanimation,i use this c++ code:
UWidgetAnimation* widgetAnim = FindObject(StartWidget->GetOuter(), TEXT(“WanderPageOut”), true);
but this ptr is null