NetworkRandomComponent.AutoComponent.xml 654 B

1234567891011121314
  1. <?xml version="1.0"?>
  2. <Component
  3. Name="NetworkRandomComponent"
  4. Namespace="${Name}"
  5. OverrideComponent="false"
  6. OverrideController="true"
  7. OverrideInclude="Source/Components/NetworkRandomComponent.h"
  8. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="MultiplayerAutoComponentSchema.xsd">
  10. <NetworkProperty Type="uint64_t" Init="0" Name="Seed" ReplicateFrom="Authority" ReplicateTo="Client" Container="Object" IsPublic="true" IsRewindable="false" IsPredictable="true" ExposeToEditor="false" ExposeToScript="false" GenerateEventBindings="false" Description="The RNG seed" />
  11. </Component>