How to Use Your Own Pawn (Optional)
Last updated
Last updated
Follow these steps if you want to use your own pawn.
Add BPAC_HAC or BPAC_HAC_GS (if you migrated GS too) to your pawn. Don’t use them together.
Add a S_Settings variable to your pawn and set its variables.
Copy Spawn HAC or Spawn HAC_GS logic from BP_VRPawn or BP_VRPawn_GS to your pawn and create missing variables.
Copy everything in Input Graph and User Input Graph in BP_VRPawn or BP_VRPawn_GS to your BP. Only the teleport macro won’t be copied.
OPTIONAL - Copy and paste AutoDetect logic in BP_VRPawn or BP_VRPawn_GS to your pawn if you want to use AutoDetect. Skip this step otherwise.