You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
793 B
XML
15 lines
793 B
XML
<?xml version="1.0"?>
|
|
|
|
<Component
|
|
Name="NetworkHierarchyChildComponent"
|
|
Namespace="Multiplayer"
|
|
OverrideComponent="true"
|
|
OverrideController="false"
|
|
OverrideInclude="Multiplayer/Components/NetworkHierarchyChildComponent.h"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<ComponentRelation Constraint="Required" HasController="true" Name="NetworkTransformComponent" Namespace="Multiplayer" Include="Multiplayer/Components/NetworkTransformComponent.h" />
|
|
|
|
<NetworkProperty Type="NetEntityId" Name="hierarchyRoot" Init="InvalidNetEntityId" ReplicateFrom="Authority" ReplicateTo="Client" IsRewindable="false" IsPredictable="false" IsPublic="true" Container="Object" ExposeToEditor="false" ExposeToScript="false" GenerateEventBindings="true" />
|
|
</Component>
|