Hello,
I’m using 4.11.1. I recently noticed a new warning appearing the output window when I run my build:
EnableInput on a LevelScript actor can not be specified for only one PlayerController. Enabling for all PlayerControllers.
I put a breakpoint on the line that generates this warning, and I see that the offending actor is indeed a streaming level actor in our project. The thing that’s strange about all this is, I’m not doing anything to enable input on this level. I thought all levels had input enabled by default? Where is this warning coming from, and how can I make it go away?
Thanks,