InputComponent and Actors

Hey am not exacely sure what you are trying to do.
Setting up input bindings on a Actor?

Anyways am prety sure the bindings should be made in


/* Allows us to set up custom input bindings. */
	virtual void SetupPlayerInputComponent(class UInputComponent* InputComponent);

As far as i know only APawn:: and ACharacter:: have that method.