Is there a built-in function, in US, that always runs no matter what?
For example, in Unity, I could use the functions Start, or Awake and have stuff execute right away. Is there a universal function (i.e., one that can run in any extended class, and not just in Actor, etc...) that will run on start?
I think PostBeginPlay() is only Actor extended classes, right?



Reply With Quote


Bookmarks