If your project isnt BP only, you can use FWorldDelegates::OnWorldTickStart
on your custom actor class, which will essentially “tick” super-early in the World tick group.
If your project isnt BP only, you can use FWorldDelegates::OnWorldTickStart
on your custom actor class, which will essentially “tick” super-early in the World tick group.