Try to reduce the amount of calculations done on tick if you have them. Turn of tick actor and tick component where possible.
Game jams usually have you doing messy code because it is quicker. That will lead to high cpu usage without optimization (usually needs variable caching, object pooling etc)