How to fill the PlayHapticEffect

PlayHapticEffect(HapticEffect, for hand?)

UPROPERTY(EditDefaultsOnly)
class UHapticFeedbackEffect_Base* HapticEffect;

i wrote SetTrackingSource so,How to fill the hand part?

void AHandController::SetHand(EControllerHand Hand)
{
MotionController->SetTrackingSource(Hand);
}

GetTrackingSource gives you the EControllerHand

1 Like

thank you

Privacy & Terms