Logic Driver - Easily Design Gameplay Systems with State Machines

Just to check a few things first… everything works properly in single player?
How are you configuring the SM tick & transitions for multiplayer- Client, server, both?

On your event graph in the SM when you overload the tick function, make sure you still call the parent tick and pass in delta seconds.