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);
}