I appreciate your suggestions. Yes, the “Interaction Trace” is being called by EventTick. Here is the event graph of BPC_InventorySystem from which it is called.
Is there another way of constantly checking for an interactable actor other than tick? If Tick were to restart the logic at different points in the execution line, wouldn’t this affect both actors (the remote and the door)?
Ryan suggested replicating “Content” in his tutorial to ensure online capability (admittedly not something I need at this time). Setting replication to “none” does not seem to change anything.
