Hello.
I read the page, but it didn’t solve what I was curious about.
When many actors and components are mixed without setting up the TickGroup,
I wondered if tick runs with components on an actor-by-actor basis, or if components run ticks after all actors run ticks anyway.
I don’t know - but you could investigate this by setting a breakpoint on your actors tick function and component tick function, and then in the debugger once it breaks, walk the stack and see what function is calling the tick function(s) and what order it calls them in and how they are organized.