How to set AllowTickBeforeBeginplay in player contorller in code?

How to set AllowTickBeforeBeginplay in player contorller in code so that it shows false by default for blueprint based on that player controller class , in content browser?

Many many thanks :slight_smile:

All default property settings should be se in class constructor, everything that is there will happen upon creation of class default object (thats why you should keep only defaults there)