I am trying to get the aim to work, the code compiles and it runs, however when looking at the log I get these two error messages
CompilerResultsLog:Error: Error D:\PROJECTS\UNREAL\04_BattleTank\BattleTank\Source\BattleTank\Private\TankAimingComponent.cpp(96) : warning C4458: declaration of ‘AimDirection’ hides class member
CompilerResultsLog:Error: Error D:\PROJECTS\UNREAL\04_BattleTank\BattleTank\Source\BattleTank\Public\TankAimingComponent.h(76) : note: see declaration of ‘UTankAimingComponent::AimDirection’
I tried moving AimDirection from private to public to no avail. Is there something that I am missing?
Thank You!