Dear Friends at Epic,
I can’t load rocket because I set it to use my project which I cant compile yet
Can someone start a new code based third person project and look at the generated character.h class
SetupPlayerInputComponent
and what is there now?
It used to have
BIND_AXIS(InputComponent, “Turn”, &AVictoryPlayerCharacterBase::AddTurnInput);
BIND_AXIS(InputComponent, “LookUp”, &AVictoryPlayerCharacterBase::AddLookUpInput);
but these two functions no longer exist and I cant find their equivalents
thanks!
Rama