How to get value from another class member?

You need to get a pointer to the specific grabber you want. As that would be on the player you can use UGameplayStatics::GetPlayerPawn(), then from there FindComponentByClass().

1 Like