I’d like an implemented interface to call upon RPC functions, is that possible?
ie I have a GameManager with a state machine which switches IPlayerInterface from IStartMenu to IGameLobby to…
I’d like to handle the RPC’s in the Children of IPlayerInterface instead of flooding my GameManager with all RPC functions for the game…
I know i need a networkview attached to call RPC’s but is there some way i can start the call from the current implemented IPlayerInterface…?