RpcUnitTesterComponent.AutoComponent.xml 1.0 KB

12345678910111213141516
  1. <?xml version="1.0"?>
  2. <Component
  3. Name="RpcUnitTesterComponent"
  4. Namespace="MultiplayerTest"
  5. OverrideComponent="true"
  6. OverrideController="true"
  7. OverrideInclude="Tests/RpcUnitTesterComponent.h"
  8. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  9. <RemoteProcedure Name="RPC_AuthorityToClient" InvokeFrom="Authority" HandleOn="Client" IsPublic="true" IsReliable="true" GenerateEventBindings="false" Description="Auth to client test" />
  10. <RemoteProcedure Name="RPC_AutonomousToAuthority" InvokeFrom="Autonomous" HandleOn="Authority" IsPublic="true" IsReliable="true" GenerateEventBindings="false" Description="Auto to auth test" />
  11. <RemoteProcedure Name="RPC_AuthorityToAutonomous" InvokeFrom="Authority" HandleOn="Autonomous" IsPublic="true" IsReliable="true" GenerateEventBindings="false" Description="Auth to auto test" />
  12. <RemoteProcedure Name="RPC_ServerToAuthority" InvokeFrom="Server" HandleOn="Authority" IsPublic="true" IsReliable="true" GenerateEventBindings="false" Description="Server to auth test" />
  13. </Component>