How do I get owner of movementcomponent?

Inside of movementComponent.cpp I’m trying to get the owner so that I can reference a local up Vector. Inside the CharacterMovementComponent I can do CharacterOwner->CapsuleComponent->GetActorUpVector(); What would be the equivalent inside of the MovementComponent?

I think the answer to this is using UpdatedComponent->