11-11-2022 09:24 AM
First I think bypassing the Enqueuer is a bad idea,
However
You talk about inheritance and having a parent class. Couldn't you just have a private FGV counter in the parent class? It would be shared by all Actors that inherit from that class. It could increment in Actor Core before the call parent method and the decrement afterwards.
Simple. Doesn't break the communication path.
11-11-2022 09:39 AM