How to control the Input panel's attributes in C++?

I have an actor (not a pawn) with this panel

cap

I’d like to set these attributes from C++. Is this possible?

I did this by adding the following code to my constructor

	AutoReceiveInput = EAutoReceiveInput::Player0;
	InputPriority = 100;
1 Like