02.02.2018, 18:17
Quote:
OnActorVirtualWorldChange - OnDynamicActorInteriorChange
These callbacks seem a bit redundant because it is known when these functions are actually are used it would be silly to need to use a callback. What you should do is use CallRemoteFunction() instead so that other scripts are aware of the change. Over all this is a 100 percent solid system. |
Thanks you for your precious contribitious!