Hi there
I’m very new to blueprints and I’m trying to get a weapon to fire. Please bear with me as I try to explain with little knowledge of the subject myself
I’m following this tutorial UE4 Third Person Cover Shooter - 8 Firing a Projectile Weapon - YouTube
I’ve set up a Master Weapon BP which has custom events of “Shoot” and “Stop Shoot” - those are passed to the Player character to spawn the projectile. The problem comes at about 08.45 in the video when I go to the Player Controller and try to use the input axis event “Shoot” - when I get the Player Character variable and try to use it as a target for the Shoot event from the Player Character I get this error:
“Character Object Reference is not compatible with Character Object Reference”
I’d be really grateful if someone could help - it’s probably something really obvious and embarrassing
Hopefully I’ve provided enough info!