I have an actor (not a pawn) with this panel
I’d like to set these attributes from C++. Is this possible?
I have an actor (not a pawn) with this panel
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;