The Actor Lifecycle

If I compile my blueprint, it was hitting the PostInitializeComponents, just not doing anything with my components. I assume this was because they were overwritted in a previous function. I used ‘PostLoad’ in components and that works fine in the editor, just couldn’t find a good/correct option for an actor.