Is there a way to get the animation Notifies (UObject) from an animMontage?

I’m trying to retrieve the AnimNotifies from my AnimMontage, but since the AnimMontage->Notifies is a Struct, I cannot Cast to a UAnimNotifyState

“Error C2665 : 'TCastImpl<From,To,ECastType::UObjectToUObject>::DoCast”

Is there a way to get the notifies as UObject from the animMontage?