Right now Shoot function in ShooterCharacter does nothing but calls the PullTrigger function from Gun. Why not use PullTrigger from Gun directly in BindAction?
I tried doing it but compilation failed because: Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Can someone explain me why this happens?
Thanks in advance.