I have 2 player control schemes , a First Person Character and a HMD locomotion pawn which are being possessed by the player controller when either one is being used and being destroyed and unpossessed when not in use . I need to do different things if one or the other is selected. I want to set up a branch if HMD Locomotion Pawn is in use and then go through some blueprint nodes. I tried making it set a variable boolean when HMD Locomotion Pawn is possessed and set it to false when unpossessed but that variable is not being set correctly.
Is there a way to just check if the Player controller is possessing the HMD Locomotion Pawn blueprint ? or if it is possessing the First Person Character
?