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
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().