Advertisement
Guest User

VLRN UE5.2 blueprint

a guest
Mar 29th, 2023
1,669
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
UnrealScript 355.70 KB | Source Code | 0 0
  1. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNodeInput Name="PCGEditorGraphNodeInput_0" ExportPath=/Script/PCGEditor.PCGEditorGraphNodeInput'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0"'
  2.    Begin Object Class=/Script/PCG.PCGNode Name="DefaultInputNode" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode"'
  3.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_0"'
  4.       End Object
  5.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_1"'
  6.       End Object
  7.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_2"'
  8.       End Object
  9.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_3"'
  10.       End Object
  11.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_4"'
  12.       End Object
  13.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_5"'
  14.       End Object
  15.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_6"'
  16.       End Object
  17.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_7"'
  18.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_5" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_7.PCGEdge_5"'
  19.          End Object
  20.       End Object
  21.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_8"'
  22.       End Object
  23.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_9"'
  24.       End Object
  25.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_10"'
  26.       End Object
  27.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_11"'
  28.       End Object
  29.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_12" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_12"'
  30.       End Object
  31.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_13" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_13"'
  32.       End Object
  33.    End Object
  34.    Begin Object Name="DefaultInputNode" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode"'
  35.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_0"'
  36.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  37.          Properties=(Label="In",AllowedTypes=Spatial,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputInPinTooltip", "Provides the result of the Input pin, but with \'Excluded Tags\' actors removed (configured on the PCG Component)."))
  38.       End Object
  39.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_1"'
  40.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  41.          Properties=(Label="Input",AllowedTypes=Spatial,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputInputPinTooltip", "Takes the output of the Actor pin and if the \'Input Type\' setting on the PCG Component is set to Landscape, combines it with the result of the Landscape pin. If the Actor data is two dimensional it will be projected onto the landscape, otherwise it will be intersected."))
  42.       End Object
  43.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_2"'
  44.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  45.          Properties=(Label="Actor",AllowedTypes=Spatial,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputActorPinTooltip", "If this is a partitioned component, then this will be the intersection of the current partition actor bounds with the following. If the actor is a Landscape Proxy, then this provide a landscape data. Otherwise if the actor is a volume, this will provide a volume shape matching the actor bounds. Otherwise if the \'Parse Actor Components\' setting is enabled on the PCG Component, this will be all compatible components on the actor (Landscape Splines, Splines, Shapes, Primitives) unioned together. Otherwise a single point will be provided at the actor position."))
  46.       End Object
  47.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_3"'
  48.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  49.          Properties=(Label="OriginalActor",AllowedTypes=Spatial,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputOriginalActorPinTooltip", "If the actor is a partition actor, this will pull data from the generating PCG actor. Otherwise it will provide the same data as the Actor pin."))
  50.       End Object
  51.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_4"'
  52.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  53.          Properties=(Label="Landscape",AllowedTypes=Surface,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputLandscapePinTooltip", "Provides the landscape represented by this actor if it is a Landscape Proxy, otherwise it returns any landscapes overlapping this actor in the level."))
  54.       End Object
  55.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_5"'
  56.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  57.          Properties=(Label="Landscape Height",AllowedTypes=Surface,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputLandscapeHeightPinTooltip", "Similar to Landscape pin, but only provides height data and not other layers."))
  58.       End Object
  59.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_6"'
  60.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  61.          Properties=(Label="ExcludedActors",AllowedTypes=Spatial,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputExcludedPinTooltip", "Returns union of data read from actors have any tag specified in the \'Excluded Tags\' setting on the PCG Component."))
  62.       End Object
  63.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_7"'
  64.          Begin Object Name="PCGEdge_5" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_7.PCGEdge_5"'
  65.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_7"'
  66.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_0"'
  67.          End Object
  68.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  69.          Properties=(Label="In",AllowedTypes=Spatial,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputInPinTooltip", "Provides the result of the Input pin, but with \'Excluded Tags\' actors removed (configured on the PCG Component)."))
  70.       End Object
  71.       Begin Object Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_8"'
  72.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  73.          Properties=(Label="Input",AllowedTypes=Spatial,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputInputPinTooltip", "Takes the output of the Actor pin and if the \'Input Type\' setting on the PCG Component is set to Landscape, combines it with the result of the Landscape pin. If the Actor data is two dimensional it will be projected onto the landscape, otherwise it will be intersected."))
  74.       End Object
  75.       Begin Object Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_9"'
  76.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  77.          Properties=(Label="Actor",AllowedTypes=Spatial,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputActorPinTooltip", "If this is a partitioned component, then this will be the intersection of the current partition actor bounds with the following. If the actor is a Landscape Proxy, then this provide a landscape data. Otherwise if the actor is a volume, this will provide a volume shape matching the actor bounds. Otherwise if the \'Parse Actor Components\' setting is enabled on the PCG Component, this will be all compatible components on the actor (Landscape Splines, Splines, Shapes, Primitives) unioned together. Otherwise a single point will be provided at the actor position."))
  78.       End Object
  79.       Begin Object Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_10"'
  80.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  81.          Properties=(Label="OriginalActor",AllowedTypes=Spatial,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputOriginalActorPinTooltip", "If the actor is a partition actor, this will pull data from the generating PCG actor. Otherwise it will provide the same data as the Actor pin."))
  82.       End Object
  83.       Begin Object Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_11"'
  84.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  85.          Properties=(Label="Landscape",AllowedTypes=Surface,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputLandscapePinTooltip", "Provides the landscape represented by this actor if it is a Landscape Proxy, otherwise it returns any landscapes overlapping this actor in the level."))
  86.       End Object
  87.       Begin Object Name="PCGPin_12" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_12"'
  88.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  89.          Properties=(Label="Landscape Height",AllowedTypes=Surface,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputLandscapeHeightPinTooltip", "Similar to Landscape pin, but only provides height data and not other layers."))
  90.       End Object
  91.       Begin Object Name="PCGPin_13" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeInput_0.DefaultInputNode.PCGPin_13"'
  92.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeInput_0.DefaultInputNode"'
  93.          Properties=(Label="ExcludedActors",AllowedTypes=Spatial,bAllowMultipleData=False,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGInputOutputElement", "InputOutputExcludedPinTooltip", "Returns union of data read from actors have any tag specified in the \'Excluded Tags\' setting on the PCG Component."))
  94.       End Object
  95.       PositionX=-944
  96.       PositionY=-240
  97.       SettingsInterface="DefaultInputNodeSettings"
  98.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  99.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  100.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  101.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  102.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  103.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  104.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_6"'
  105.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_7"'
  106.       OutputPins(1)=/Script/PCG.PCGPin'"PCGPin_8"'
  107.       OutputPins(2)=/Script/PCG.PCGPin'"PCGPin_9"'
  108.       OutputPins(3)=/Script/PCG.PCGPin'"PCGPin_10"'
  109.       OutputPins(4)=/Script/PCG.PCGPin'"PCGPin_11"'
  110.       OutputPins(5)=/Script/PCG.PCGPin'"PCGPin_12"'
  111.       OutputPins(6)=/Script/PCG.PCGPin'"PCGPin_13"'
  112.    End Object
  113.    PCGNode=/Script/PCG.PCGNode'"DefaultInputNode"'
  114.    NodePosX=-944
  115.    NodePosY=-240
  116.    AdvancedPinDisplay=Hidden
  117.    bUserSetEnabledState=True
  118.    NodeGuid=791A69BD42F7BBECD43791B6C2BA43B7
  119.    CustomProperties Pin (PinId=45C8AB3C44E85D49AA41EB9C736CB494,PinName="In",Direction="EGPD_Output",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNodeReroute_0 705286DE4DA524A13AB011B7163A5189,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  120.    CustomProperties Pin (PinId=E0A3307A49A46A4D34D1F3AEB10114C4,PinName="Input",Direction="EGPD_Output",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  121.    CustomProperties Pin (PinId=0AF0F917477CF20A7D7460B897E7D447,PinName="Actor",Direction="EGPD_Output",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  122.    CustomProperties Pin (PinId=DA6D409844A21DFDFA1C82BB726B01BC,PinName="OriginalActor",Direction="EGPD_Output",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  123.    CustomProperties Pin (PinId=B25E69B94EBE9D151F50B796F21D890D,PinName="Landscape",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Surface Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  124.    CustomProperties Pin (PinId=C51FAA4548144F690B9998BC21DA320D,PinName="Landscape Height",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Surface Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  125.    CustomProperties Pin (PinId=DA955031431FE5B313455E985DF90559,PinName="ExcludedActors",Direction="EGPD_Output",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  126. End Object
  127. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNodeOutput Name="PCGEditorGraphNodeOutput_0" ExportPath=/Script/PCGEditor.PCGEditorGraphNodeOutput'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeOutput_0"'
  128.    Begin Object Class=/Script/PCG.PCGNode Name="DefaultOutputNode" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeOutput_0.DefaultOutputNode"'
  129.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeOutput_0.DefaultOutputNode.PCGPin_0"'
  130.       End Object
  131.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeOutput_0.DefaultOutputNode.PCGPin_1"'
  132.       End Object
  133.    End Object
  134.    Begin Object Name="DefaultOutputNode" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeOutput_0.DefaultOutputNode"'
  135.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeOutput_0.DefaultOutputNode.PCGPin_0"'
  136.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeOutput_0.DefaultOutputNode"'
  137.          Properties=(Label="Out")
  138.       End Object
  139.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeOutput_0.DefaultOutputNode.PCGPin_1"'
  140.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeOutput_0.DefaultOutputNode"'
  141.          Properties=(Label="Out")
  142.       End Object
  143.       PositionX=1536
  144.       PositionY=-144
  145.       SettingsInterface="DefaultOutputNodeSettings"
  146.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  147.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_1"'
  148.    End Object
  149.    PCGNode=/Script/PCG.PCGNode'"DefaultOutputNode"'
  150.    NodePosX=1536
  151.    NodePosY=-144
  152.    bUserSetEnabledState=True
  153.    NodeGuid=65CA680B4E2BF465798D289D14B3361C
  154.    CustomProperties Pin (PinId=167679B540FB7F20E9069CB9A544660B,PinName="Out",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_1 22AFC81C4BC34B3EF26FB182DAD1BE0E,PCGEditorGraphNode_5 2B8DB23E4BA7F8F1C20D428D9DAA9BF8,PCGEditorGraphNode_10 C8BE5CF64FFE1C1A34027684A138253F,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  155. End Object
  156. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_0" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0"'
  157.    Begin Object Class=/Script/PCG.PCGNode Name="Surface Sampler_4" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4"'
  158.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_11"'
  159.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_11.PCGEdge_1"'
  160.          End Object
  161.       End Object
  162.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_0"'
  163.       End Object
  164.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_1"'
  165.       End Object
  166.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_10"'
  167.       End Object
  168.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_2"'
  169.       End Object
  170.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_3"'
  171.       End Object
  172.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_4"'
  173.       End Object
  174.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_5"'
  175.       End Object
  176.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_6"'
  177.       End Object
  178.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_7"'
  179.       End Object
  180.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_8"'
  181.       End Object
  182.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_9"'
  183.       End Object
  184.       Begin Object Class=/Script/PCG.PCGSurfaceSamplerSettings Name="PCGSurfaceSamplerSettings_1" ExportPath=/Script/PCG.PCGSurfaceSamplerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGSurfaceSamplerSettings_1"'
  185.       End Object
  186.    End Object
  187.    Begin Object Name="Surface Sampler_4" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4"'
  188.       Begin Object Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_11"'
  189.          Begin Object Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_11.PCGEdge_1"'
  190.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_11"'
  191.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_0"'
  192.          End Object
  193.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  194.          Properties=(Label="Out",AllowedTypes=Point)
  195.       End Object
  196.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_0"'
  197.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  198.          Properties=(Label="Surface",AllowedTypes=Surface,Tooltip=NSLOCTEXT("PCGSurfaceSamplerElement", "SurfaceSamplerSurfacePinTooltip", "The surface to sample with points. Points will be generated in the two dimensional footprint of the combined bounds of the Surface and the Bounding Shape (if any) and then projected onto this surface. If this input is omitted then the network of shapes connected to the Bounding Shape pin will be inspected for a surface shape to use to project the points onto."))
  199.       End Object
  200.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_1"'
  201.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  202.          Properties=(Label="Bounding Shape",AllowedTypes=Spatial,bAllowMultipleData=False,bAllowMultipleConnections=False,Tooltip=NSLOCTEXT("PCGSurfaceSamplerElement", "SurfaceSamplerBoundingShapePinTooltip", "All sampled points must be contained within this shape. If this input is omitted then bounds will be taken from the actor so that points are contained within actor bounds. The Unbounded property disables this and instead generates over the entire bounds of Surface."))
  203.       End Object
  204.       Begin Object Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_10"'
  205.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  206.          Properties=(Label="Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "5A70E7EA48C8BD86752E948F11FE42AA", "int32"), NSLOCTEXT("", "5D1699F2406C1F4044E7A9A99B88BA8E", "Seed")))
  207.       End Object
  208.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_2"'
  209.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  210.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  211.       End Object
  212.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_3"'
  213.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  214.          Properties=(Label="Points Per Squared Meter",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "62597B564F12759C4BC23481FE8147AA", "float"), NSLOCTEXT("", "817241AC4C2D4C4F34747883BFCC015E", "PointsPerSquaredMeter")))
  215.       End Object
  216.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_4"'
  217.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  218.          Properties=(Label="Point Extents",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "012DCD3749034E9D2F4A4FBEF400E06D", "FVector"), NSLOCTEXT("", "F77E8C1F4E6DB0E1E30BB5B6F2E6F44E", "PointExtents")))
  219.       End Object
  220.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_5"'
  221.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  222.          Properties=(Label="Looseness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "6BD2920047FE3F9F90324891BA5335B1", "float"), NSLOCTEXT("", "C70667C442C0CE00B36F47A1FACF5FAA", "Looseness")))
  223.       End Object
  224.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_6"'
  225.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  226.          Properties=(Label="Unbounded",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "180C3BD94F3A94B724DB95A9E20678D8", "If no Bounding Shape input is provided the actor bounds are used to limit the sample generation area.\nThis option allows ignoring the actor bounds and generating over the entire surface. Use with caution as this\nmay generate a lot of points.\n"), NSLOCTEXT("", "4FC503954765E97FB49E44AE5CBB0EE6", "bool"), NSLOCTEXT("", "9D7959DD48CAF1B51379C09143F87337", "bUnbounded")))
  227.       End Object
  228.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_7"'
  229.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  230.          Properties=(Label="Apply Density to Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "8192F9414B0161C241BF169C6213ABEB", "bool"), NSLOCTEXT("", "B4A7D1834865A5FA113E2FABC36C3C82", "bApplyDensityToPoints")))
  231.       End Object
  232.       Begin Object Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_8"'
  233.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  234.          Properties=(Label="Point Steepness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "9217DD56492002ABEA7AA1B58CF1EB11", "float"), NSLOCTEXT("", "329AEC1A443767E082CDEFB7DE814567", "PointSteepness")))
  235.       End Object
  236.       Begin Object Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_9"'
  237.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_0.Surface Sampler_4"'
  238.          Properties=(Label="Keep Zero Density Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "ECF0EAF443DAA4A233E327A7DC21520F", "bool"), NSLOCTEXT("", "BB52AF7A4BA5B8698E8761861CFED1B5", "bKeepZeroDensityPoints")))
  239.       End Object
  240.       Begin Object Name="PCGSurfaceSamplerSettings_1" ExportPath=/Script/PCG.PCGSurfaceSamplerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_0.Surface Sampler_4.PCGSurfaceSamplerSettings_1"'
  241.          Looseness=4.000000
  242.          CachedOverridableParams(0)=(Label="Points Per Squared Meter",PropertiesNames=("PointsPerSquaredMeter"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  243.          CachedOverridableParams(1)=(Label="Point Extents",PropertiesNames=("PointExtents"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  244.          CachedOverridableParams(2)=(Label="Looseness",PropertiesNames=("Looseness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  245.          CachedOverridableParams(3)=(Label="Unbounded",PropertiesNames=("bUnbounded"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  246.          CachedOverridableParams(4)=(Label="Apply Density to Points",PropertiesNames=("bApplyDensityToPoints"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  247.          CachedOverridableParams(5)=(Label="Point Steepness",PropertiesNames=("PointSteepness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  248.          CachedOverridableParams(6)=(Label="Keep Zero Density Points",PropertiesNames=("bKeepZeroDensityPoints"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  249.          CachedOverridableParams(7)=(Label="Seed",PropertiesNames=("Seed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  250.       End Object
  251.       PositionX=-256
  252.       PositionY=-336
  253.       SettingsInterface=/Script/PCG.PCGSurfaceSamplerSettings'"PCGSurfaceSamplerSettings_1"'
  254.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  255.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  256.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  257.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  258.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  259.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  260.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_6"'
  261.       InputPins(7)=/Script/PCG.PCGPin'"PCGPin_7"'
  262.       InputPins(8)=/Script/PCG.PCGPin'"PCGPin_8"'
  263.       InputPins(9)=/Script/PCG.PCGPin'"PCGPin_9"'
  264.       InputPins(10)=/Script/PCG.PCGPin'"PCGPin_10"'
  265.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_11"'
  266.    End Object
  267.    PCGNode=/Script/PCG.PCGNode'"Surface Sampler_4"'
  268.    NodePosX=-256
  269.    NodePosY=-336
  270.    AdvancedPinDisplay=Hidden
  271.    bUserSetEnabledState=True
  272.    NodeGuid=2E8D8C2544DCB2BF619190A43A5EEDD8
  273.    CustomProperties Pin (PinId=E84E76334399FA97C553C18A5107FE19,PinName="Surface",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Surface Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNodeReroute_0 33A5D2BD46DCB7F13B850C8650CDA416,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  274.    CustomProperties Pin (PinId=935A4E5E4E60E94D985A1798AB241966,PinName="Bounding Shape",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  275.    CustomProperties Pin (PinId=7C6CB4A64E4DC042C45A3599074BC0FE,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  276.    CustomProperties Pin (PinId=682C7D71420A4C81F6019F9D87275D81,PinName="Points Per Squared Meter",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  277.    CustomProperties Pin (PinId=316B87024E87DC57C0EEFEAEF2A98891,PinName="Point Extents",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  278.    CustomProperties Pin (PinId=411CF59549FC21C4B27E668406090C15,PinName="Looseness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  279.    CustomProperties Pin (PinId=8A26D7FC4552595A833D4BB3BEFC8326,PinName="Unbounded",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  280.    CustomProperties Pin (PinId=857C62C24EE983BCA7A2FEAEF093E8C2,PinName="Apply Density to Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  281.    CustomProperties Pin (PinId=8E7635EE420D98029E0B5190C3C21A76,PinName="Point Steepness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  282.    CustomProperties Pin (PinId=C6CA13AE4A0E7AC530BFB5BF82960B90,PinName="Keep Zero Density Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  283.    CustomProperties Pin (PinId=82E5375F43D424795054ACA53BA0CD8E,PinName="Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  284.    CustomProperties Pin (PinId=13CCB6364EAB9C51AA2D72B92B910B59,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_14 693B6BFD4D2B8589235C9FA4B5ACB4D2,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  285. End Object
  286. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_1" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1"'
  287.    Begin Object Class=/Script/PCG.PCGNode Name="StaticMeshSpawner_0" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0"'
  288.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_3"'
  289.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_4" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_3.PCGEdge_4"'
  290.          End Object
  291.       End Object
  292.       Begin Object Class=/Script/PCG.PCGStaticMeshSpawnerSettings Name="PCGStaticMeshSpawnerSettings_0" ExportPath=/Script/PCG.PCGStaticMeshSpawnerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGStaticMeshSpawnerSettings_0"'
  293.          Begin Object Class=/Script/PCG.PCGMeshSelectorWeighted Name="DefaultSelectorInstance" ExportPath=/Script/PCG.PCGMeshSelectorWeighted'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGStaticMeshSpawnerSettings_0.DefaultSelectorInstance"'
  294.          End Object
  295.       End Object
  296.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_0"'
  297.       End Object
  298.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_1"'
  299.       End Object
  300.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_2"'
  301.       End Object
  302.    End Object
  303.    Begin Object Name="StaticMeshSpawner_0" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0"'
  304.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_3"'
  305.          Begin Object Name="PCGEdge_4" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_3.PCGEdge_4"'
  306.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_3"'
  307.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNodeOutput_0.DefaultOutputNode.PCGPin_0"'
  308.          End Object
  309.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_1.StaticMeshSpawner_0"'
  310.          Properties=(Label="Out",AllowedTypes=Point)
  311.       End Object
  312.       Begin Object Name="PCGStaticMeshSpawnerSettings_0" ExportPath=/Script/PCG.PCGStaticMeshSpawnerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGStaticMeshSpawnerSettings_0"'
  313.          Begin Object Name="DefaultSelectorInstance" ExportPath=/Script/PCG.PCGMeshSelectorWeighted'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGStaticMeshSpawnerSettings_0.DefaultSelectorInstance"'
  314.             MeshEntries(0)=(Mesh="/Game/EuropeanHornbeam/Geometry/SimpleWind/SM_EuropeanHornbeam_Field_01.SM_EuropeanHornbeam_Field_01")
  315.             MeshEntries(1)=(Mesh="/Game/EuropeanHornbeam/Geometry/SimpleWind/SM_EuropeanHornbeam_Field_02.SM_EuropeanHornbeam_Field_02")
  316.             MeshEntries(2)=(Mesh="/Game/EuropeanHornbeam/Geometry/SimpleWind/SM_EuropeanHornbeam_Forest_01.SM_EuropeanHornbeam_Forest_01")
  317.          End Object
  318.          MeshSelectorInstance=/Script/PCG.PCGMeshSelectorWeighted'"DefaultSelectorInstance"'
  319.          CachedOverridableParams(0)=(Label="Seed",PropertiesNames=("Seed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGStaticMeshSpawnerSettings"')
  320.       End Object
  321.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_0"'
  322.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_1.StaticMeshSpawner_0"'
  323.          Properties=(Label="In",AllowedTypes=Point)
  324.       End Object
  325.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_1"'
  326.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_1.StaticMeshSpawner_0"'
  327.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  328.       End Object
  329.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_2"'
  330.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_1.StaticMeshSpawner_0"'
  331.          Properties=(Label="Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "996B02C344388ED254E43CA5FE51FA84", "int32"), NSLOCTEXT("", "F93BD87A4D2414E7E31BDDAEA9FAACC4", "Seed")))
  332.       End Object
  333.       PositionX=1072
  334.       PositionY=-272
  335.       SettingsInterface=/Script/PCG.PCGStaticMeshSpawnerSettings'"PCGStaticMeshSpawnerSettings_0"'
  336.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  337.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  338.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  339.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_3"'
  340.    End Object
  341.    PCGNode=/Script/PCG.PCGNode'"StaticMeshSpawner_0"'
  342.    NodePosX=1072
  343.    NodePosY=-272
  344.    AdvancedPinDisplay=Hidden
  345.    bUserSetEnabledState=True
  346.    NodeGuid=B5758EF9475903BD97A544B5D696B972
  347.    CustomProperties Pin (PinId=74752C9D42F2503A7476C781807F3A05,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_19 3DA935704F2AF223F07221A5973C8E2A,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  348.    CustomProperties Pin (PinId=F38F652A427D73DF15ABF1B71FB42C0C,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  349.    CustomProperties Pin (PinId=082787414F0E0DAD1B3F4E96B755C621,PinName="Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  350.    CustomProperties Pin (PinId=22AFC81C4BC34B3EF26FB182DAD1BE0E,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNodeOutput_0 167679B540FB7F20E9069CB9A544660B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  351. End Object
  352. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_2" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2"'
  353.    Begin Object Class=/Script/PCG.PCGNode Name="Transform Points_1" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1"'
  354.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_16" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_16"'
  355.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_16.PCGEdge_1"'
  356.          End Object
  357.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_12" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_16.PCGEdge_12"'
  358.          End Object
  359.       End Object
  360.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_0"'
  361.       End Object
  362.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_1"'
  363.       End Object
  364.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_10"'
  365.       End Object
  366.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_11"'
  367.       End Object
  368.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_12" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_12"'
  369.       End Object
  370.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_13" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_13"'
  371.       End Object
  372.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_14" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_14"'
  373.       End Object
  374.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_15" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_15"'
  375.       End Object
  376.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_2"'
  377.       End Object
  378.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_3"'
  379.       End Object
  380.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_4"'
  381.       End Object
  382.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_5"'
  383.       End Object
  384.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_6"'
  385.       End Object
  386.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_7"'
  387.       End Object
  388.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_8"'
  389.       End Object
  390.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_9"'
  391.       End Object
  392.       Begin Object Class=/Script/PCG.PCGTransformPointsSettings Name="PCGTransformPointsSettings_0" ExportPath=/Script/PCG.PCGTransformPointsSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGTransformPointsSettings_0"'
  393.       End Object
  394.    End Object
  395.    Begin Object Name="Transform Points_1" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1"'
  396.       Begin Object Name="PCGPin_16" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_16"'
  397.          Begin Object Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_16.PCGEdge_1"'
  398.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_2.Transform Points_1.PCGPin_16"'
  399.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_8.Difference_7.PCGPin_1"'
  400.          End Object
  401.          Begin Object Name="PCGEdge_12" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_16.PCGEdge_12"'
  402.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_2.Transform Points_1.PCGPin_16"'
  403.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_0"'
  404.          End Object
  405.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  406.          Properties=(Label="Out",AllowedTypes=Point)
  407.       End Object
  408.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_0"'
  409.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  410.          Properties=(Label="In",AllowedTypes=Point)
  411.       End Object
  412.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_1"'
  413.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  414.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  415.       End Object
  416.       Begin Object Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_10"'
  417.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  418.          Properties=(Label="Scale Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "CC1C5A23474C3D2EF7039F9A343D43CD", "FVector"), NSLOCTEXT("", "9C70B52043E97CA5844435B94AC9CABF", "ScaleMin")))
  419.       End Object
  420.       Begin Object Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_11"'
  421.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  422.          Properties=(Label="Scale Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "99ADF60C410D885DE1451B8A406744B4", "FVector"), NSLOCTEXT("", "7556B7A145A46573FB35EC81CD17A49B", "ScaleMax")))
  423.       End Object
  424.       Begin Object Name="PCGPin_12" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_12"'
  425.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  426.          Properties=(Label="Absolute Scale",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "97346A3A4EFD8C3BA50BE6B504DB4C8F", "Set scale directly instead of multiplicatively\n"), NSLOCTEXT("", "9A0336F54933A248473563A68FC99EC4", "bool"), NSLOCTEXT("", "DBF4BE594D4B958E603B70BBCF3E33FD", "bAbsoluteScale")))
  427.       End Object
  428.       Begin Object Name="PCGPin_13" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_13"'
  429.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  430.          Properties=(Label="Uniform Scale",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "B173280B467EAE4DABAE6695A05AAE24", "Scale uniformly on each axis. Uses the X component of ScaleMin and ScaleMax.\n"), NSLOCTEXT("", "F24846C242E2FFDEEBB5C2B2A66BD9AE", "bool"), NSLOCTEXT("", "244BEDE8442DC9BF3FFD00A6A022E87B", "bUniformScale")))
  431.       End Object
  432.       Begin Object Name="PCGPin_14" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_14"'
  433.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  434.          Properties=(Label="Recompute Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "BBF406464B91AF6E3E48D0AD03E681E7", "Recompute the seed for each new point using its new location\n"), NSLOCTEXT("", "A4D58ADB4218294B8405D48DB1B57714", "bool"), NSLOCTEXT("", "CB9FA15B46D9ECDC5B441EAC8A303115", "bRecomputeSeed")))
  435.       End Object
  436.       Begin Object Name="PCGPin_15" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_15"'
  437.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  438.          Properties=(Label="Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "F2A6B01B40BE15E203CBBA8693DD0C48", "int32"), NSLOCTEXT("", "018ABDEA41EBB7234FF61FA6E96FDDF1", "Seed")))
  439.       End Object
  440.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_2"'
  441.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  442.          Properties=(Label="Apply to Attribute",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "520BAA644960EA4556A890A898638075", "bool"), NSLOCTEXT("", "0716668A4C6EB128C05D3D8C371BA8AA", "bApplyToAttribute")))
  443.       End Object
  444.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_3"'
  445.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  446.          Properties=(Label="Attribute Name",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "2BF7917D42C4C4E2381FDF9F3ED7ABC6", "FName"), NSLOCTEXT("", "5FB67C0C4D6C38001F41238AAEB54DD1", "AttributeName")))
  447.       End Object
  448.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_4"'
  449.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  450.          Properties=(Label="Offset Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "FC5E7C2345D9947BC8CAF48CA2C24FFE", "FVector"), NSLOCTEXT("", "8204539E445D9F64C50E21A8451091BC", "OffsetMin")))
  451.       End Object
  452.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_5"'
  453.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  454.          Properties=(Label="Offset Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "C5B9914F423EA290A7FE859A0790257B", "FVector"), NSLOCTEXT("", "6F3A1B2D4F5755623A4C218B231564F3", "OffsetMax")))
  455.       End Object
  456.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_6"'
  457.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  458.          Properties=(Label="Absolute Offset",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "664EC7DF47BA5734DB9640BBDAC57C62", "Set offset in world space\n"), NSLOCTEXT("", "9D831EDB48D32262C86887A43DCB0FAB", "bool"), NSLOCTEXT("", "714F1DCE43910D013FFDF08D381F9667", "bAbsoluteOffset")))
  459.       End Object
  460.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_7"'
  461.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  462.          Properties=(Label="Rotation Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "FFB69DCA4CAB5616A6994794578DB184", "FRotator"), NSLOCTEXT("", "8359DDB646EA7733E343B684EA499AE8", "RotationMin")))
  463.       End Object
  464.       Begin Object Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_8"'
  465.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  466.          Properties=(Label="Rotation Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "6AD7AFDA4132FE9116EE94B93EDB6A40", "FRotator"), NSLOCTEXT("", "C0A13D1149AA558B304CD6A9B05F745B", "RotationMax")))
  467.       End Object
  468.       Begin Object Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGPin_9"'
  469.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_2.Transform Points_1"'
  470.          Properties=(Label="Absolute Rotation",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "A26189B24D995516A0B763B859B9D697", "Set rotation directly instead of additively\n"), NSLOCTEXT("", "46C388064204DFB05520D38A52861B02", "bool"), NSLOCTEXT("", "E0EE6A264E0608E442B31C92D5B20A3F", "bAbsoluteRotation")))
  471.       End Object
  472.       Begin Object Name="PCGTransformPointsSettings_0" ExportPath=/Script/PCG.PCGTransformPointsSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_2.Transform Points_1.PCGTransformPointsSettings_0"'
  473.          RotationMin=(Pitch=-5.000000,Yaw=0.000000,Roll=-5.000000)
  474.          RotationMax=(Pitch=5.000000,Yaw=360.000000,Roll=5.000000)
  475.          bAbsoluteRotation=True
  476.          ScaleMin=(X=0.700000,Y=0.700000,Z=0.700000)
  477.          ScaleMax=(X=1.300000,Y=1.300000,Z=1.300000)
  478.          CachedOverridableParams(0)=(Label="Apply to Attribute",PropertiesNames=("bApplyToAttribute"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  479.          CachedOverridableParams(1)=(Label="Attribute Name",PropertiesNames=("AttributeName"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  480.          CachedOverridableParams(2)=(Label="Offset Min",PropertiesNames=("OffsetMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  481.          CachedOverridableParams(3)=(Label="Offset Max",PropertiesNames=("OffsetMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  482.          CachedOverridableParams(4)=(Label="Absolute Offset",PropertiesNames=("bAbsoluteOffset"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  483.          CachedOverridableParams(5)=(Label="Rotation Min",PropertiesNames=("RotationMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  484.          CachedOverridableParams(6)=(Label="Rotation Max",PropertiesNames=("RotationMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  485.          CachedOverridableParams(7)=(Label="Absolute Rotation",PropertiesNames=("bAbsoluteRotation"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  486.          CachedOverridableParams(8)=(Label="Scale Min",PropertiesNames=("ScaleMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  487.          CachedOverridableParams(9)=(Label="Scale Max",PropertiesNames=("ScaleMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  488.          CachedOverridableParams(10)=(Label="Absolute Scale",PropertiesNames=("bAbsoluteScale"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  489.          CachedOverridableParams(11)=(Label="Uniform Scale",PropertiesNames=("bUniformScale"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  490.          CachedOverridableParams(12)=(Label="Recompute Seed",PropertiesNames=("bRecomputeSeed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  491.          CachedOverridableParams(13)=(Label="Seed",PropertiesNames=("Seed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  492.       End Object
  493.       PositionX=368
  494.       PositionY=-320
  495.       SettingsInterface=/Script/PCG.PCGTransformPointsSettings'"PCGTransformPointsSettings_0"'
  496.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  497.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  498.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  499.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  500.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  501.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  502.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_6"'
  503.       InputPins(7)=/Script/PCG.PCGPin'"PCGPin_7"'
  504.       InputPins(8)=/Script/PCG.PCGPin'"PCGPin_8"'
  505.       InputPins(9)=/Script/PCG.PCGPin'"PCGPin_9"'
  506.       InputPins(10)=/Script/PCG.PCGPin'"PCGPin_10"'
  507.       InputPins(11)=/Script/PCG.PCGPin'"PCGPin_11"'
  508.       InputPins(12)=/Script/PCG.PCGPin'"PCGPin_12"'
  509.       InputPins(13)=/Script/PCG.PCGPin'"PCGPin_13"'
  510.       InputPins(14)=/Script/PCG.PCGPin'"PCGPin_14"'
  511.       InputPins(15)=/Script/PCG.PCGPin'"PCGPin_15"'
  512.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_16"'
  513.    End Object
  514.    PCGNode=/Script/PCG.PCGNode'"Transform Points_1"'
  515.    NodePosX=368
  516.    NodePosY=-320
  517.    AdvancedPinDisplay=Hidden
  518.    bUserSetEnabledState=True
  519.    NodeGuid=DC09DA1041C42EB26E6184BFD95DFF97
  520.    CustomProperties Pin (PinId=7F31598A4689DD1D0E9142A6EA08F19A,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_13 B3536CE048181FB0A32ED1BF0E3F92C7,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  521.    CustomProperties Pin (PinId=47E7330648FA3006103B88AE8FB9C919,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  522.    CustomProperties Pin (PinId=56C95479465018C16A94689AC380B67E,PinName="Apply to Attribute",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  523.    CustomProperties Pin (PinId=E8E3128C4DAB294E991988A66E780FE1,PinName="Attribute Name",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  524.    CustomProperties Pin (PinId=3EF58E4C4764F2B78AF16D9C9637A5D5,PinName="Offset Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  525.    CustomProperties Pin (PinId=A62F042F44EF87529AF626A91F3E3D03,PinName="Offset Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  526.    CustomProperties Pin (PinId=FD0B6D374255EA3F1928D5889AE4EE38,PinName="Absolute Offset",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  527.    CustomProperties Pin (PinId=84DAD52C4FD9A8329A8C7099DA0E04A1,PinName="Rotation Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  528.    CustomProperties Pin (PinId=CDE39C334C8F5253265583B5F3ED9FDD,PinName="Rotation Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  529.    CustomProperties Pin (PinId=0D5155D348C8E5B31D03A488ED6D42C7,PinName="Absolute Rotation",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  530.    CustomProperties Pin (PinId=78E8B6DE4BD7AF6C6C7EE7891C959404,PinName="Scale Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  531.    CustomProperties Pin (PinId=F503B9584D10653FD401D9A5CDEA2637,PinName="Scale Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  532.    CustomProperties Pin (PinId=EB3F1B7C472C3DED19F973B273D3723F,PinName="Absolute Scale",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  533.    CustomProperties Pin (PinId=40BA269E492EEB76EC070AABD6EFD787,PinName="Uniform Scale",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  534.    CustomProperties Pin (PinId=C1E42DD645D83456DD84D2BF9470577C,PinName="Recompute Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  535.    CustomProperties Pin (PinId=E6AEB0E9457CF02E9E4A5FB385441664,PinName="Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  536.    CustomProperties Pin (PinId=57C591234872AAA3FAF59BAC848FFE68,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_8 8606F5C54BD9FABE8B90088854F48486,PCGEditorGraphNode_17 353EED9042491686FFE56B821AC90EAE,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  537. End Object
  538. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_3" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3"'
  539.    Begin Object Class=/Script/PCG.PCGNode Name="Surface Sampler_2" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2"'
  540.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_11"'
  541.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_0" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_11.PCGEdge_0"'
  542.          End Object
  543.       End Object
  544.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_0"'
  545.       End Object
  546.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_1"'
  547.       End Object
  548.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_10"'
  549.       End Object
  550.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_2"'
  551.       End Object
  552.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_3"'
  553.       End Object
  554.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_4"'
  555.       End Object
  556.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_5"'
  557.       End Object
  558.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_6"'
  559.       End Object
  560.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_7"'
  561.       End Object
  562.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_8"'
  563.       End Object
  564.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_9"'
  565.       End Object
  566.       Begin Object Class=/Script/PCG.PCGSurfaceSamplerSettings Name="PCGSurfaceSamplerSettings_0" ExportPath=/Script/PCG.PCGSurfaceSamplerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGSurfaceSamplerSettings_0"'
  567.       End Object
  568.    End Object
  569.    Begin Object Name="Surface Sampler_2" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2"'
  570.       Begin Object Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_11"'
  571.          Begin Object Name="PCGEdge_0" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_11.PCGEdge_0"'
  572.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_11"'
  573.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_0"'
  574.          End Object
  575.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  576.          Properties=(Label="Out",AllowedTypes=Point)
  577.       End Object
  578.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_0"'
  579.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  580.          Properties=(Label="Surface",AllowedTypes=Surface,Tooltip=NSLOCTEXT("PCGSurfaceSamplerElement", "SurfaceSamplerSurfacePinTooltip", "The surface to sample with points. Points will be generated in the two dimensional footprint of the combined bounds of the Surface and the Bounding Shape (if any) and then projected onto this surface. If this input is omitted then the network of shapes connected to the Bounding Shape pin will be inspected for a surface shape to use to project the points onto."))
  581.       End Object
  582.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_1"'
  583.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  584.          Properties=(Label="Bounding Shape",AllowedTypes=Spatial,bAllowMultipleData=False,bAllowMultipleConnections=False,Tooltip=NSLOCTEXT("PCGSurfaceSamplerElement", "SurfaceSamplerBoundingShapePinTooltip", "All sampled points must be contained within this shape. If this input is omitted then bounds will be taken from the actor so that points are contained within actor bounds. The Unbounded property disables this and instead generates over the entire bounds of Surface."))
  585.       End Object
  586.       Begin Object Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_10"'
  587.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  588.          Properties=(Label="Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "26071404479BD25EE69D2DA898B1D484", "int32"), NSLOCTEXT("", "37D67CE549C27CC16923BAB0963E495A", "Seed")))
  589.       End Object
  590.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_2"'
  591.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  592.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  593.       End Object
  594.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_3"'
  595.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  596.          Properties=(Label="Points Per Squared Meter",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "1288428C49D0F62E29E1528E5A3C4401", "float"), NSLOCTEXT("", "E9DBD29848A26F0F97E8FE99FBBD7CA5", "PointsPerSquaredMeter")))
  597.       End Object
  598.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_4"'
  599.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  600.          Properties=(Label="Point Extents",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "97534EA147155801BEB74D85FC04D585", "FVector"), NSLOCTEXT("", "F0FCE89C49C5CAA4BCCB42AE7C29A5B5", "PointExtents")))
  601.       End Object
  602.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_5"'
  603.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  604.          Properties=(Label="Looseness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "5EB608174253F9FADE74729406AFCE25", "float"), NSLOCTEXT("", "43A94AC74CBA314DFA7B15ACAB5887E7", "Looseness")))
  605.       End Object
  606.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_6"'
  607.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  608.          Properties=(Label="Unbounded",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "22B5EA494E4FAEAF24FD90B4D9062746", "If no Bounding Shape input is provided the actor bounds are used to limit the sample generation area.\nThis option allows ignoring the actor bounds and generating over the entire surface. Use with caution as this\nmay generate a lot of points.\n"), NSLOCTEXT("", "601C18F144D088E0BCE03FB61939128F", "bool"), NSLOCTEXT("", "BC861B8E4874B89A0433A6A4C93392A7", "bUnbounded")))
  609.       End Object
  610.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_7"'
  611.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  612.          Properties=(Label="Apply Density to Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "73E092C640614D7760090BAD2A3F269E", "bool"), NSLOCTEXT("", "A8FF97A64EDCBAFFE81840A600AB6A2F", "bApplyDensityToPoints")))
  613.       End Object
  614.       Begin Object Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_8"'
  615.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  616.          Properties=(Label="Point Steepness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "9138BCAD496CC72B6478F58E5450A1ED", "float"), NSLOCTEXT("", "A55BD62A46F27BF5271FEFAE66251D1B", "PointSteepness")))
  617.       End Object
  618.       Begin Object Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_9"'
  619.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_3.Surface Sampler_2"'
  620.          Properties=(Label="Keep Zero Density Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "7D556048431684C2FF1687A6F670F496", "bool"), NSLOCTEXT("", "D6689A5F4C10E32E27CCA397B9873E92", "bKeepZeroDensityPoints")))
  621.       End Object
  622.       Begin Object Name="PCGSurfaceSamplerSettings_0" ExportPath=/Script/PCG.PCGSurfaceSamplerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_3.Surface Sampler_2.PCGSurfaceSamplerSettings_0"'
  623.          PointsPerSquaredMeter=0.500000
  624.          CachedOverridableParams(0)=(Label="Points Per Squared Meter",PropertiesNames=("PointsPerSquaredMeter"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  625.          CachedOverridableParams(1)=(Label="Point Extents",PropertiesNames=("PointExtents"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  626.          CachedOverridableParams(2)=(Label="Looseness",PropertiesNames=("Looseness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  627.          CachedOverridableParams(3)=(Label="Unbounded",PropertiesNames=("bUnbounded"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  628.          CachedOverridableParams(4)=(Label="Apply Density to Points",PropertiesNames=("bApplyDensityToPoints"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  629.          CachedOverridableParams(5)=(Label="Point Steepness",PropertiesNames=("PointSteepness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  630.          CachedOverridableParams(6)=(Label="Keep Zero Density Points",PropertiesNames=("bKeepZeroDensityPoints"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  631.          CachedOverridableParams(7)=(Label="Seed",PropertiesNames=("Seed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  632.       End Object
  633.       PositionX=-288
  634.       PositionY=48
  635.       SettingsInterface=/Script/PCG.PCGSurfaceSamplerSettings'"PCGSurfaceSamplerSettings_0"'
  636.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  637.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  638.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  639.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  640.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  641.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  642.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_6"'
  643.       InputPins(7)=/Script/PCG.PCGPin'"PCGPin_7"'
  644.       InputPins(8)=/Script/PCG.PCGPin'"PCGPin_8"'
  645.       InputPins(9)=/Script/PCG.PCGPin'"PCGPin_9"'
  646.       InputPins(10)=/Script/PCG.PCGPin'"PCGPin_10"'
  647.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_11"'
  648.    End Object
  649.    PCGNode=/Script/PCG.PCGNode'"Surface Sampler_2"'
  650.    NodePosX=-288
  651.    NodePosY=48
  652.    AdvancedPinDisplay=Hidden
  653.    bUserSetEnabledState=True
  654.    NodeGuid=905A9C944E666576832EFE84959414BB
  655.    CustomProperties Pin (PinId=CA178DDD40C71B357E8BF9A60650A3D4,PinName="Surface",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Surface Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNodeReroute_0 33A5D2BD46DCB7F13B850C8650CDA416,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  656.    CustomProperties Pin (PinId=F7CEE9894009E9B5321AFAA49D2D07C0,PinName="Bounding Shape",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  657.    CustomProperties Pin (PinId=CBB91FFE486801EC6179E2802A875BCA,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  658.    CustomProperties Pin (PinId=1379AB78445330418E6EC38C82A36575,PinName="Points Per Squared Meter",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  659.    CustomProperties Pin (PinId=203C584B41FB0D03DAF63488E247E0CD,PinName="Point Extents",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  660.    CustomProperties Pin (PinId=4B7E9E554D1A393EABC4A6B9B25A4448,PinName="Looseness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  661.    CustomProperties Pin (PinId=8D7A5ACF421F11BC024288AAB614322C,PinName="Unbounded",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  662.    CustomProperties Pin (PinId=C4F212C84B20794543A29780C0EE9648,PinName="Apply Density to Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  663.    CustomProperties Pin (PinId=553471F448C17F13E8A210B4069F6CD9,PinName="Point Steepness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  664.    CustomProperties Pin (PinId=4C726F8940DB321D76D98BB7673714A9,PinName="Keep Zero Density Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  665.    CustomProperties Pin (PinId=3992729949C45C01CDA73F91A6F27DA0,PinName="Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  666.    CustomProperties Pin (PinId=899EA6D947F0C8ADA52364A55A8E013F,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_15 9B42C656413A7AC6ECBFB8A60451AE7B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  667. End Object
  668. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_4" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4"'
  669.    Begin Object Class=/Script/PCG.PCGNode Name="Transform Points_3" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3"'
  670.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_16" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_16"'
  671.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_16.PCGEdge_1"'
  672.          End Object
  673.       End Object
  674.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_0"'
  675.       End Object
  676.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_1"'
  677.       End Object
  678.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_10"'
  679.       End Object
  680.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_11"'
  681.       End Object
  682.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_12" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_12"'
  683.       End Object
  684.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_13" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_13"'
  685.       End Object
  686.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_14" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_14"'
  687.       End Object
  688.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_15" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_15"'
  689.       End Object
  690.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_2"'
  691.       End Object
  692.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_3"'
  693.       End Object
  694.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_4"'
  695.       End Object
  696.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_5"'
  697.       End Object
  698.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_6"'
  699.       End Object
  700.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_7"'
  701.       End Object
  702.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_8"'
  703.       End Object
  704.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_9"'
  705.       End Object
  706.       Begin Object Class=/Script/PCG.PCGTransformPointsSettings Name="PCGTransformPointsSettings_1" ExportPath=/Script/PCG.PCGTransformPointsSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGTransformPointsSettings_1"'
  707.       End Object
  708.    End Object
  709.    Begin Object Name="Transform Points_3" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3"'
  710.       Begin Object Name="PCGPin_16" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_16"'
  711.          Begin Object Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_16.PCGEdge_1"'
  712.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_4.Transform Points_3.PCGPin_16"'
  713.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_0"'
  714.          End Object
  715.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  716.          Properties=(Label="Out",AllowedTypes=Point)
  717.       End Object
  718.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_0"'
  719.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  720.          Properties=(Label="In",AllowedTypes=Point)
  721.       End Object
  722.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_1"'
  723.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  724.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  725.       End Object
  726.       Begin Object Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_10"'
  727.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  728.          Properties=(Label="Scale Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "3E58BF8E4088009B2A7512B194379973", "FVector"), NSLOCTEXT("", "CBFCFCF646B75E742F88D5A7836D88AD", "ScaleMin")))
  729.       End Object
  730.       Begin Object Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_11"'
  731.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  732.          Properties=(Label="Scale Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "BDD1DAD04E9E1BA247F6F189B0063EE6", "FVector"), NSLOCTEXT("", "A0618F5046D3E1CF89E3EEAC0E13BD88", "ScaleMax")))
  733.       End Object
  734.       Begin Object Name="PCGPin_12" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_12"'
  735.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  736.          Properties=(Label="Absolute Scale",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "0BBFD2AE442A794F0240EBB5690431B0", "Set scale directly instead of multiplicatively\n"), NSLOCTEXT("", "4ED6A2554508FC14F705C4AA157441D6", "bool"), NSLOCTEXT("", "3748C8364466D598453AD486DB476D96", "bAbsoluteScale")))
  737.       End Object
  738.       Begin Object Name="PCGPin_13" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_13"'
  739.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  740.          Properties=(Label="Uniform Scale",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "111E50064F557DB112E4799CF0B9E3F9", "Scale uniformly on each axis. Uses the X component of ScaleMin and ScaleMax.\n"), NSLOCTEXT("", "B2BB7A30457FA87F395B2AA156D9E9C9", "bool"), NSLOCTEXT("", "CEDB9EB248CFF35DF33B6C8C2385AB1D", "bUniformScale")))
  741.       End Object
  742.       Begin Object Name="PCGPin_14" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_14"'
  743.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  744.          Properties=(Label="Recompute Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "C929B56242C7C7E026242A850A91BD6A", "Recompute the seed for each new point using its new location\n"), NSLOCTEXT("", "1EBEEABC4881BC3C9613BF98A15BC9A8", "bool"), NSLOCTEXT("", "C1A61EE5476FCED696B752ACDF13FD7B", "bRecomputeSeed")))
  745.       End Object
  746.       Begin Object Name="PCGPin_15" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_15"'
  747.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  748.          Properties=(Label="Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "110E8F6347225734FD296191A890A755", "int32"), NSLOCTEXT("", "52C60A324F1BB987C4B9C8BBC0F7BB6D", "Seed")))
  749.       End Object
  750.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_2"'
  751.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  752.          Properties=(Label="Apply to Attribute",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "9CDDABA742092CD00370A3B783B77591", "bool"), NSLOCTEXT("", "00E2E03C4250F0B7B91CF48E60555268", "bApplyToAttribute")))
  753.       End Object
  754.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_3"'
  755.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  756.          Properties=(Label="Attribute Name",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "E56A536443EE95C91B605F8630E5D417", "FName"), NSLOCTEXT("", "D2628BFD45EDCA3A546EF781A372B9CA", "AttributeName")))
  757.       End Object
  758.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_4"'
  759.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  760.          Properties=(Label="Offset Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "4060D92A4A11610AAB1E2C85AE07D9B2", "FVector"), NSLOCTEXT("", "D31912B04B461235CC5911AB6A639957", "OffsetMin")))
  761.       End Object
  762.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_5"'
  763.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  764.          Properties=(Label="Offset Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "A8FDA89245E48FB6E3495C933710FCF2", "FVector"), NSLOCTEXT("", "356636C04D2E5D1723C87B84D6BC9FF1", "OffsetMax")))
  765.       End Object
  766.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_6"'
  767.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  768.          Properties=(Label="Absolute Offset",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "14C3E70D481B8E6F484E1F9F29A77CAE", "Set offset in world space\n"), NSLOCTEXT("", "71C74B804B4BA501751C78B8A58ABD12", "bool"), NSLOCTEXT("", "3DD1787C48046D01D1D71F84ECE555C1", "bAbsoluteOffset")))
  769.       End Object
  770.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_7"'
  771.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  772.          Properties=(Label="Rotation Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "9E0E9DC0445A39C0DC755F8DD26B65AB", "FRotator"), NSLOCTEXT("", "4911D2054F3F36C374A8A0904ADD5795", "RotationMin")))
  773.       End Object
  774.       Begin Object Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_8"'
  775.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  776.          Properties=(Label="Rotation Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "E7CEA57F4ADFCF307A80A4B5CB27132F", "FRotator"), NSLOCTEXT("", "38044FD94BF32FC2FB9320A08E6F65DC", "RotationMax")))
  777.       End Object
  778.       Begin Object Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGPin_9"'
  779.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_4.Transform Points_3"'
  780.          Properties=(Label="Absolute Rotation",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "4CB80B8F4E725EE8F2CEFC9E25BD248D", "Set rotation directly instead of additively\n"), NSLOCTEXT("", "2BF1E3DA47A3D0DA7DBFC49CC0A4ABAB", "bool"), NSLOCTEXT("", "451BCF8D40FA1449F841D1887CE5962C", "bAbsoluteRotation")))
  781.       End Object
  782.       Begin Object Name="PCGTransformPointsSettings_1" ExportPath=/Script/PCG.PCGTransformPointsSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_4.Transform Points_3.PCGTransformPointsSettings_1"'
  783.          RotationMax=(Pitch=5.000000,Yaw=360.000000,Roll=5.000000)
  784.          ScaleMin=(X=0.500000,Y=0.500000,Z=0.500000)
  785.          ScaleMax=(X=1.500000,Y=1.500000,Z=1.500000)
  786.          CachedOverridableParams(0)=(Label="Apply to Attribute",PropertiesNames=("bApplyToAttribute"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  787.          CachedOverridableParams(1)=(Label="Attribute Name",PropertiesNames=("AttributeName"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  788.          CachedOverridableParams(2)=(Label="Offset Min",PropertiesNames=("OffsetMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  789.          CachedOverridableParams(3)=(Label="Offset Max",PropertiesNames=("OffsetMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  790.          CachedOverridableParams(4)=(Label="Absolute Offset",PropertiesNames=("bAbsoluteOffset"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  791.          CachedOverridableParams(5)=(Label="Rotation Min",PropertiesNames=("RotationMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  792.          CachedOverridableParams(6)=(Label="Rotation Max",PropertiesNames=("RotationMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  793.          CachedOverridableParams(7)=(Label="Absolute Rotation",PropertiesNames=("bAbsoluteRotation"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  794.          CachedOverridableParams(8)=(Label="Scale Min",PropertiesNames=("ScaleMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  795.          CachedOverridableParams(9)=(Label="Scale Max",PropertiesNames=("ScaleMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  796.          CachedOverridableParams(10)=(Label="Absolute Scale",PropertiesNames=("bAbsoluteScale"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  797.          CachedOverridableParams(11)=(Label="Uniform Scale",PropertiesNames=("bUniformScale"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  798.          CachedOverridableParams(12)=(Label="Recompute Seed",PropertiesNames=("bRecomputeSeed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  799.          CachedOverridableParams(13)=(Label="Seed",PropertiesNames=("Seed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  800.       End Object
  801.       PositionX=272
  802.       PositionY=48
  803.       SettingsInterface=/Script/PCG.PCGTransformPointsSettings'"PCGTransformPointsSettings_1"'
  804.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  805.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  806.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  807.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  808.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  809.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  810.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_6"'
  811.       InputPins(7)=/Script/PCG.PCGPin'"PCGPin_7"'
  812.       InputPins(8)=/Script/PCG.PCGPin'"PCGPin_8"'
  813.       InputPins(9)=/Script/PCG.PCGPin'"PCGPin_9"'
  814.       InputPins(10)=/Script/PCG.PCGPin'"PCGPin_10"'
  815.       InputPins(11)=/Script/PCG.PCGPin'"PCGPin_11"'
  816.       InputPins(12)=/Script/PCG.PCGPin'"PCGPin_12"'
  817.       InputPins(13)=/Script/PCG.PCGPin'"PCGPin_13"'
  818.       InputPins(14)=/Script/PCG.PCGPin'"PCGPin_14"'
  819.       InputPins(15)=/Script/PCG.PCGPin'"PCGPin_15"'
  820.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_16"'
  821.    End Object
  822.    PCGNode=/Script/PCG.PCGNode'"Transform Points_3"'
  823.    NodePosX=272
  824.    NodePosY=48
  825.    AdvancedPinDisplay=Hidden
  826.    bUserSetEnabledState=True
  827.    NodeGuid=3E19785941B079F95FCF05B45FA27D33
  828.    CustomProperties Pin (PinId=9EC131CA4A3057B37E1A98912106ABAD,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_16 B273646F4F71E330F95B1797046B9CDB,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  829.    CustomProperties Pin (PinId=235389DB43B7C4A8B8754FAD8E6D9FBA,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  830.    CustomProperties Pin (PinId=C86B75DB48A259499A7235AA796869D2,PinName="Apply to Attribute",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  831.    CustomProperties Pin (PinId=DD66323547662374478136B685ADE475,PinName="Attribute Name",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  832.    CustomProperties Pin (PinId=76CAE0044C6F7541D810EF8177D04DA2,PinName="Offset Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  833.    CustomProperties Pin (PinId=60CCEB564EC0C61F901A6E8000278904,PinName="Offset Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  834.    CustomProperties Pin (PinId=94D9AB71424069D963656691DB023382,PinName="Absolute Offset",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  835.    CustomProperties Pin (PinId=942669C04F79DF482140A2BF200CFAD3,PinName="Rotation Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  836.    CustomProperties Pin (PinId=28986EFD403543451B28F39DFCEBC645,PinName="Rotation Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  837.    CustomProperties Pin (PinId=1B5A7A8A44DF2CDD596E99A705ED63BA,PinName="Absolute Rotation",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  838.    CustomProperties Pin (PinId=D21537F94C304F2855D3CD893520DFBA,PinName="Scale Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  839.    CustomProperties Pin (PinId=835A34414AD96B0A8E31719DA13E950B,PinName="Scale Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  840.    CustomProperties Pin (PinId=CBF88CB14AE1A04033E1E4921092ACB9,PinName="Absolute Scale",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  841.    CustomProperties Pin (PinId=C1C73C8646FA8EF7167BFFA891486C67,PinName="Uniform Scale",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  842.    CustomProperties Pin (PinId=C573A93A4F07952121FDFD84DA9FB30B,PinName="Recompute Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  843.    CustomProperties Pin (PinId=7CD7EB9A4B2002F598A2058371555D07,PinName="Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  844.    CustomProperties Pin (PinId=06C8FACE45B0973BD4BB3B962D9FEF2C,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_6 A074517A491646656E8A0B83F5BB3FBB,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  845. End Object
  846. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_5" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5"'
  847.    Begin Object Class=/Script/PCG.PCGNode Name="StaticMeshSpawner_4" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4"'
  848.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_3"'
  849.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_3" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_3.PCGEdge_3"'
  850.          End Object
  851.       End Object
  852.       Begin Object Class=/Script/PCG.PCGStaticMeshSpawnerSettings Name="PCGStaticMeshSpawnerSettings_1" ExportPath=/Script/PCG.PCGStaticMeshSpawnerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGStaticMeshSpawnerSettings_1"'
  853.          Begin Object Class=/Script/PCG.PCGMeshSelectorWeighted Name="DefaultSelectorInstance" ExportPath=/Script/PCG.PCGMeshSelectorWeighted'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGStaticMeshSpawnerSettings_1.DefaultSelectorInstance"'
  854.          End Object
  855.       End Object
  856.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_0"'
  857.       End Object
  858.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_1"'
  859.       End Object
  860.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_2"'
  861.       End Object
  862.    End Object
  863.    Begin Object Name="StaticMeshSpawner_4" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4"'
  864.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_3"'
  865.          Begin Object Name="PCGEdge_3" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_3.PCGEdge_3"'
  866.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_3"'
  867.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNodeOutput_0.DefaultOutputNode.PCGPin_0"'
  868.          End Object
  869.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_5.StaticMeshSpawner_4"'
  870.          Properties=(Label="Out",AllowedTypes=Point)
  871.       End Object
  872.       Begin Object Name="PCGStaticMeshSpawnerSettings_1" ExportPath=/Script/PCG.PCGStaticMeshSpawnerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGStaticMeshSpawnerSettings_1"'
  873.          Begin Object Name="DefaultSelectorInstance" ExportPath=/Script/PCG.PCGMeshSelectorWeighted'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGStaticMeshSpawnerSettings_1.DefaultSelectorInstance"'
  874.             MeshEntries(0)=(Mesh="/Game/Megascans/3D_Assets/Forest_Rock_wjxqcct/S_Forest_Rock_wjxqcct_lod0_Var1.S_Forest_Rock_wjxqcct_lod0_Var1")
  875.          End Object
  876.          MeshSelectorInstance=/Script/PCG.PCGMeshSelectorWeighted'"DefaultSelectorInstance"'
  877.          CachedOverridableParams(0)=(Label="Seed",PropertiesNames=("Seed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGStaticMeshSpawnerSettings"')
  878.       End Object
  879.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_0"'
  880.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_5.StaticMeshSpawner_4"'
  881.          Properties=(Label="In",AllowedTypes=Point)
  882.       End Object
  883.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_1"'
  884.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_5.StaticMeshSpawner_4"'
  885.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  886.       End Object
  887.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_2"'
  888.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_5.StaticMeshSpawner_4"'
  889.          Properties=(Label="Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "36F5DED2477A0055AFDBCC98BC42199B", "int32"), NSLOCTEXT("", "AE81DFDA421EE5756189D49C8F5747DD", "Seed")))
  890.       End Object
  891.       PositionX=1040
  892.       SettingsInterface=/Script/PCG.PCGStaticMeshSpawnerSettings'"PCGStaticMeshSpawnerSettings_1"'
  893.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  894.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  895.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  896.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_3"'
  897.    End Object
  898.    PCGNode=/Script/PCG.PCGNode'"StaticMeshSpawner_4"'
  899.    NodePosX=1040
  900.    AdvancedPinDisplay=Hidden
  901.    bUserSetEnabledState=True
  902.    NodeGuid=C5CCA8DB451C5FF2CC6FE2B2BCF19F42
  903.    CustomProperties Pin (PinId=39F6962C42E75AC5F51AC6A61E6C88E8,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_8 7F1661114C8703CC223DD88C3920928C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  904.    CustomProperties Pin (PinId=B2C8CF2A4B897BE081F7C691880FA4BA,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  905.    CustomProperties Pin (PinId=955363DA44F204796727598570981967,PinName="Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  906.    CustomProperties Pin (PinId=2B8DB23E4BA7F8F1C20D428D9DAA9BF8,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNodeOutput_0 167679B540FB7F20E9069CB9A544660B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  907. End Object
  908. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_6" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6"'
  909.    Begin Object Class=/Script/PCG.PCGNode Name="BoundsModifier_5" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5"'
  910.       Begin Object Class=/Script/PCG.PCGBoundsModifierSettings Name="PCGBoundsModifierSettings_0" ExportPath=/Script/PCG.PCGBoundsModifierSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGBoundsModifierSettings_0"'
  911.       End Object
  912.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_7"'
  913.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_7.PCGEdge_2"'
  914.          End Object
  915.       End Object
  916.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_0"'
  917.       End Object
  918.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_1"'
  919.       End Object
  920.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_2"'
  921.       End Object
  922.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_3"'
  923.       End Object
  924.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_4"'
  925.       End Object
  926.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_5"'
  927.       End Object
  928.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_6"'
  929.       End Object
  930.    End Object
  931.    Begin Object Name="BoundsModifier_5" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5"'
  932.       Begin Object Name="PCGBoundsModifierSettings_0" ExportPath=/Script/PCG.PCGBoundsModifierSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGBoundsModifierSettings_0"'
  933.          BoundsMin=(X=1.000000,Y=0.900000,Z=1.100000)
  934.          BoundsMax=(X=1.100000,Y=0.900000,Z=1.300000)
  935.          CachedOverridableParams(0)=(Label="Mode",PropertiesNames=("Mode"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  936.          CachedOverridableParams(1)=(Label="Bounds Min",PropertiesNames=("BoundsMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  937.          CachedOverridableParams(2)=(Label="Bounds Max",PropertiesNames=("BoundsMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  938.          CachedOverridableParams(3)=(Label="Affect Steepness",PropertiesNames=("bAffectSteepness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  939.          CachedOverridableParams(4)=(Label="Steepness",PropertiesNames=("Steepness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  940.       End Object
  941.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_7"'
  942.          Begin Object Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_7.PCGEdge_2"'
  943.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_7"'
  944.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_7.Self Pruning_6.PCGPin_0"'
  945.          End Object
  946.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_6.BoundsModifier_5"'
  947.          Properties=(Label="Out",AllowedTypes=Point)
  948.       End Object
  949.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_0"'
  950.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_6.BoundsModifier_5"'
  951.          Properties=(Label="In",AllowedTypes=Point)
  952.       End Object
  953.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_1"'
  954.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_6.BoundsModifier_5"'
  955.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  956.       End Object
  957.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_2"'
  958.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_6.BoundsModifier_5"'
  959.          Properties=(Label="Mode",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "CB63AB50424128BA20E49986F17051DC", "EPCGBoundsModifierMode"), NSLOCTEXT("", "3A6E793F435DCE3215E5A8A1811AF2C2", "Mode")))
  960.       End Object
  961.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_3"'
  962.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_6.BoundsModifier_5"'
  963.          Properties=(Label="Bounds Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "B44965C54D3F044EFAA82994F39543E7", "FVector"), NSLOCTEXT("", "6DBC913248440E8954DE8D882DC85D1D", "BoundsMin")))
  964.       End Object
  965.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_4"'
  966.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_6.BoundsModifier_5"'
  967.          Properties=(Label="Bounds Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "941022594B77089263AF92A5AE18C462", "FVector"), NSLOCTEXT("", "2711319B446FFC23E609CFBB8879A813", "BoundsMax")))
  968.       End Object
  969.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_5"'
  970.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_6.BoundsModifier_5"'
  971.          Properties=(Label="Affect Steepness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "F42E31AB46F3AD4CE52F0798A59BF29F", "bool"), NSLOCTEXT("", "93238DBD4E27E03C975833A69D93EE09", "bAffectSteepness")))
  972.       End Object
  973.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_6.BoundsModifier_5.PCGPin_6"'
  974.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_6.BoundsModifier_5"'
  975.          Properties=(Label="Steepness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "DE6FF32A4B8D88F5D9C6ADB9CAA54CC2", "float"), NSLOCTEXT("", "8A5A619E437326D62620E7BA75B48CFF", "Steepness")))
  976.       End Object
  977.       PositionX=448
  978.       PositionY=48
  979.       SettingsInterface=/Script/PCG.PCGBoundsModifierSettings'"PCGBoundsModifierSettings_0"'
  980.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  981.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  982.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  983.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  984.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  985.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  986.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_6"'
  987.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_7"'
  988.    End Object
  989.    PCGNode=/Script/PCG.PCGNode'"BoundsModifier_5"'
  990.    NodePosX=448
  991.    NodePosY=48
  992.    AdvancedPinDisplay=Hidden
  993.    bUserSetEnabledState=True
  994.    NodeGuid=77DDC62A4C50FC428A492F9BC4119261
  995.    CustomProperties Pin (PinId=A074517A491646656E8A0B83F5BB3FBB,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_4 06C8FACE45B0973BD4BB3B962D9FEF2C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  996.    CustomProperties Pin (PinId=C307071C4CB8D92B0E06989D8B83795A,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  997.    CustomProperties Pin (PinId=D1F8387D469193DBCDE81E9FD87F0B16,PinName="Mode",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  998.    CustomProperties Pin (PinId=E8C14E2D404B82BDB71BF697004E96F3,PinName="Bounds Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  999.    CustomProperties Pin (PinId=6E3A0F2346008E76389D8297B94F5484,PinName="Bounds Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1000.    CustomProperties Pin (PinId=A8436ABC4D345734BC5D41B128E320C8,PinName="Affect Steepness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1001.    CustomProperties Pin (PinId=1B0D54A94D6B789F1AA61FA502307A9F,PinName="Steepness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1002.    CustomProperties Pin (PinId=6539A55E47E7BD913288D7BF6F0CEED1,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_7 24A53F44416A2F87BDAA39A0507A9512,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1003. End Object
  1004. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_7" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7"'
  1005.    Begin Object Class=/Script/PCG.PCGNode Name="Self Pruning_6" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6"'
  1006.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_5"'
  1007.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_5.PCGEdge_1"'
  1008.          End Object
  1009.       End Object
  1010.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_0"'
  1011.       End Object
  1012.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_1"'
  1013.       End Object
  1014.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_2"'
  1015.       End Object
  1016.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_3"'
  1017.       End Object
  1018.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_4"'
  1019.       End Object
  1020.       Begin Object Class=/Script/PCG.PCGSelfPruningSettings Name="PCGSelfPruningSettings_0" ExportPath=/Script/PCG.PCGSelfPruningSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGSelfPruningSettings_0"'
  1021.       End Object
  1022.    End Object
  1023.    Begin Object Name="Self Pruning_6" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6"'
  1024.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_5"'
  1025.          Begin Object Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_5.PCGEdge_1"'
  1026.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_7.Self Pruning_6.PCGPin_5"'
  1027.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_8.Difference_7.PCGPin_0"'
  1028.          End Object
  1029.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_7.Self Pruning_6"'
  1030.          Properties=(Label="Out",AllowedTypes=Point)
  1031.       End Object
  1032.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_0"'
  1033.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_7.Self Pruning_6"'
  1034.          Properties=(Label="In",AllowedTypes=Point)
  1035.       End Object
  1036.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_1"'
  1037.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_7.Self Pruning_6"'
  1038.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  1039.       End Object
  1040.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_2"'
  1041.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_7.Self Pruning_6"'
  1042.          Properties=(Label="Pruning Type",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "71AAF95347F80E061821AA8800A38B6A", "EPCGSelfPruningType"), NSLOCTEXT("", "4CE0508945AC70616B5DF99DF568EBB9", "PruningType")))
  1043.       End Object
  1044.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_3"'
  1045.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_7.Self Pruning_6"'
  1046.          Properties=(Label="Radius Similarity Factor",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "A94E359B40090DBDD41E3981E1A979D6", "float"), NSLOCTEXT("", "BC5CE8314FADE6F16658A6A79E54AE77", "RadiusSimilarityFactor")))
  1047.       End Object
  1048.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGPin_4"'
  1049.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_7.Self Pruning_6"'
  1050.          Properties=(Label="Randomized Pruning",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "234BD0FB48213CEE12429AB74443D9C5", "bool"), NSLOCTEXT("", "A8E8D143439FEB925068EBACFAC206CB", "bRandomizedPruning")))
  1051.       End Object
  1052.       Begin Object Name="PCGSelfPruningSettings_0" ExportPath=/Script/PCG.PCGSelfPruningSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_7.Self Pruning_6.PCGSelfPruningSettings_0"'
  1053.          RadiusSimilarityFactor=2.455618
  1054.          CachedOverridableParams(0)=(Label="Pruning Type",PropertiesNames=("PruningType"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSelfPruningSettings"')
  1055.          CachedOverridableParams(1)=(Label="Radius Similarity Factor",PropertiesNames=("RadiusSimilarityFactor"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSelfPruningSettings"')
  1056.          CachedOverridableParams(2)=(Label="Randomized Pruning",PropertiesNames=("bRandomizedPruning"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSelfPruningSettings"')
  1057.       End Object
  1058.       PositionX=608
  1059.       PositionY=48
  1060.       SettingsInterface=/Script/PCG.PCGSelfPruningSettings'"PCGSelfPruningSettings_0"'
  1061.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  1062.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  1063.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  1064.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  1065.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  1066.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_5"'
  1067.    End Object
  1068.    PCGNode=/Script/PCG.PCGNode'"Self Pruning_6"'
  1069.    NodePosX=608
  1070.    NodePosY=48
  1071.    AdvancedPinDisplay=Hidden
  1072.    bUserSetEnabledState=True
  1073.    NodeGuid=5ED4D7414B3E9ADCDF8E4AB8BC7F6989
  1074.    CustomProperties Pin (PinId=24A53F44416A2F87BDAA39A0507A9512,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_6 6539A55E47E7BD913288D7BF6F0CEED1,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1075.    CustomProperties Pin (PinId=99F9754A40D3956CF2FCBEB7D92D6815,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1076.    CustomProperties Pin (PinId=3E011B244093C444D2F8E780946781E3,PinName="Pruning Type",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1077.    CustomProperties Pin (PinId=D0A2F85D4C1C102A67035D863A4CCD25,PinName="Radius Similarity Factor",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1078.    CustomProperties Pin (PinId=18FD87BA47DBA42AFCFDB5BEE892AA01,PinName="Randomized Pruning",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1079.    CustomProperties Pin (PinId=695552474FA6EA96BCE3AAB68E18031B,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_8 CB753EBB4189BDDC332A2995C910A668,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1080. End Object
  1081. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_8" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8"'
  1082.    Begin Object Class=/Script/PCG.PCGNode Name="Difference_7" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7"'
  1083.       Begin Object Class=/Script/PCG.PCGDifferenceSettings Name="PCGDifferenceSettings_0" ExportPath=/Script/PCG.PCGDifferenceSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGDifferenceSettings_0"'
  1084.       End Object
  1085.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_5"'
  1086.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_0" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_5.PCGEdge_0"'
  1087.          End Object
  1088.       End Object
  1089.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_0"'
  1090.       End Object
  1091.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_1"'
  1092.       End Object
  1093.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_2"'
  1094.       End Object
  1095.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_3"'
  1096.       End Object
  1097.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_4"'
  1098.       End Object
  1099.    End Object
  1100.    Begin Object Name="Difference_7" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7"'
  1101.       Begin Object Name="PCGDifferenceSettings_0" ExportPath=/Script/PCG.PCGDifferenceSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGDifferenceSettings_0"'
  1102.          DensityFunction=Binary
  1103.          CachedOverridableParams(0)=(Label="Density Function",PropertiesNames=("DensityFunction"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDifferenceSettings"')
  1104.          CachedOverridableParams(1)=(Label="Keep Zero Density Points",PropertiesNames=("bKeepZeroDensityPoints"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDifferenceSettings"')
  1105.       End Object
  1106.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_5"'
  1107.          Begin Object Name="PCGEdge_0" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_5.PCGEdge_0"'
  1108.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_8.Difference_7.PCGPin_5"'
  1109.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_5.StaticMeshSpawner_4.PCGPin_0"'
  1110.          End Object
  1111.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_8.Difference_7"'
  1112.          Properties=(Label="Out",AllowedTypes=Spatial)
  1113.       End Object
  1114.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_0"'
  1115.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_8.Difference_7"'
  1116.          Properties=(Label="Source",AllowedTypes=Spatial)
  1117.       End Object
  1118.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_1"'
  1119.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_8.Difference_7"'
  1120.          Properties=(Label="Differences",AllowedTypes=Spatial)
  1121.       End Object
  1122.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_2"'
  1123.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_8.Difference_7"'
  1124.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  1125.       End Object
  1126.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_3"'
  1127.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_8.Difference_7"'
  1128.          Properties=(Label="Density Function",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "BECEE66545434587348A0D8053AD7550", "EPCGDifferenceDensityFunction"), NSLOCTEXT("", "0266F7EF4D35BF80E879EFB1C7289F42", "DensityFunction")))
  1129.       End Object
  1130.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_8.Difference_7.PCGPin_4"'
  1131.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_8.Difference_7"'
  1132.          Properties=(Label="Keep Zero Density Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "267A4F194E2650D940382489D6750798", "bool"), NSLOCTEXT("", "796A20C94B9FF44B538BD285D5843721", "bKeepZeroDensityPoints")))
  1133.       End Object
  1134.       PositionX=800
  1135.       PositionY=16
  1136.       SettingsInterface=/Script/PCG.PCGDifferenceSettings'"PCGDifferenceSettings_0"'
  1137.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  1138.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  1139.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  1140.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  1141.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  1142.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_5"'
  1143.    End Object
  1144.    PCGNode=/Script/PCG.PCGNode'"Difference_7"'
  1145.    NodePosX=800
  1146.    NodePosY=16
  1147.    AdvancedPinDisplay=Hidden
  1148.    bUserSetEnabledState=True
  1149.    NodeGuid=9145EAC2409CD608D23E8BA4870CB9FF
  1150.    CustomProperties Pin (PinId=CB753EBB4189BDDC332A2995C910A668,PinName="Source",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_7 695552474FA6EA96BCE3AAB68E18031B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1151.    CustomProperties Pin (PinId=8606F5C54BD9FABE8B90088854F48486,PinName="Differences",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_2 57C591234872AAA3FAF59BAC848FFE68,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1152.    CustomProperties Pin (PinId=D484ED9B429B30DE60AA1CB66140B4C9,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1153.    CustomProperties Pin (PinId=51E48C16424DE4F7BB95F3BFD3E37356,PinName="Density Function",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1154.    CustomProperties Pin (PinId=C739BBBB4F080C2F35F993894ED5B532,PinName="Keep Zero Density Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1155.    CustomProperties Pin (PinId=7F1661114C8703CC223DD88C3920928C,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_5 39F6962C42E75AC5F51AC6A61E6C88E8,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1156. End Object
  1157. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_9" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9"'
  1158.    Begin Object Class=/Script/PCG.PCGNode Name="Surface Sampler_8" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8"'
  1159.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_11"'
  1160.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_11.PCGEdge_1"'
  1161.          End Object
  1162.       End Object
  1163.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_0"'
  1164.       End Object
  1165.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_1"'
  1166.       End Object
  1167.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_10"'
  1168.       End Object
  1169.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_2"'
  1170.       End Object
  1171.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_3"'
  1172.       End Object
  1173.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_4"'
  1174.       End Object
  1175.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_5"'
  1176.       End Object
  1177.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_6"'
  1178.       End Object
  1179.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_7"'
  1180.       End Object
  1181.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_8"'
  1182.       End Object
  1183.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_9"'
  1184.       End Object
  1185.       Begin Object Class=/Script/PCG.PCGSurfaceSamplerSettings Name="PCGSurfaceSamplerSettings_1" ExportPath=/Script/PCG.PCGSurfaceSamplerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGSurfaceSamplerSettings_1"'
  1186.       End Object
  1187.    End Object
  1188.    Begin Object Name="Surface Sampler_8" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8"'
  1189.       Begin Object Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_11"'
  1190.          Begin Object Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_11.PCGEdge_1"'
  1191.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_11"'
  1192.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_11.Transform Points_11.PCGPin_0"'
  1193.          End Object
  1194.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1195.          Properties=(Label="Out",AllowedTypes=Point)
  1196.       End Object
  1197.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_0"'
  1198.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1199.          Properties=(Label="Surface",AllowedTypes=Surface,Tooltip=NSLOCTEXT("PCGSurfaceSamplerElement", "SurfaceSamplerSurfacePinTooltip", "The surface to sample with points. Points will be generated in the two dimensional footprint of the combined bounds of the Surface and the Bounding Shape (if any) and then projected onto this surface. If this input is omitted then the network of shapes connected to the Bounding Shape pin will be inspected for a surface shape to use to project the points onto."))
  1200.       End Object
  1201.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_1"'
  1202.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1203.          Properties=(Label="Bounding Shape",AllowedTypes=Spatial,bAllowMultipleData=False,bAllowMultipleConnections=False,Tooltip=NSLOCTEXT("PCGSurfaceSamplerElement", "SurfaceSamplerBoundingShapePinTooltip", "All sampled points must be contained within this shape. If this input is omitted then bounds will be taken from the actor so that points are contained within actor bounds. The Unbounded property disables this and instead generates over the entire bounds of Surface."))
  1204.       End Object
  1205.       Begin Object Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_10"'
  1206.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1207.          Properties=(Label="Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "49F9D96446E7901984A6DABA29CA7E27", "int32"), NSLOCTEXT("", "D39B4D714A88E5DB571C4186F7737AED", "Seed")))
  1208.       End Object
  1209.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_2"'
  1210.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1211.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  1212.       End Object
  1213.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_3"'
  1214.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1215.          Properties=(Label="Points Per Squared Meter",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "DA736CD7499F950E0C46D58304801FF5", "float"), NSLOCTEXT("", "47A8B6BB4E30ED090BC65D82017237FB", "PointsPerSquaredMeter")))
  1216.       End Object
  1217.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_4"'
  1218.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1219.          Properties=(Label="Point Extents",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "C6BE531C4B9E80BD97EF41AC9D16F152", "FVector"), NSLOCTEXT("", "FF99AD30478E8624E14F9BAAB1767AD0", "PointExtents")))
  1220.       End Object
  1221.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_5"'
  1222.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1223.          Properties=(Label="Looseness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "DE67DEEE42DA8E669CCAA597F023476E", "float"), NSLOCTEXT("", "7F0EBAB74B6181905F35F3A581D6E222", "Looseness")))
  1224.       End Object
  1225.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_6"'
  1226.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1227.          Properties=(Label="Unbounded",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "E53E358242E51F7CA2765A8B8B21E9E0", "If no Bounding Shape input is provided the actor bounds are used to limit the sample generation area.\nThis option allows ignoring the actor bounds and generating over the entire surface. Use with caution as this\nmay generate a lot of points.\n"), NSLOCTEXT("", "FD653B574BA9016E72C8068B020300AE", "bool"), NSLOCTEXT("", "F85745D24E342AE93DBF9CBE1A090DC2", "bUnbounded")))
  1228.       End Object
  1229.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_7"'
  1230.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1231.          Properties=(Label="Apply Density to Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "FAACCD8443C24B55A1D6E086B9900791", "bool"), NSLOCTEXT("", "C172A8E94C0F51367A8525A2966A70BD", "bApplyDensityToPoints")))
  1232.       End Object
  1233.       Begin Object Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_8"'
  1234.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1235.          Properties=(Label="Point Steepness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "41AF24A54EF4DE585D13AF960D69A176", "float"), NSLOCTEXT("", "BDE3CA5041943A26B28D349A6B1E2C79", "PointSteepness")))
  1236.       End Object
  1237.       Begin Object Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_9"'
  1238.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_9.Surface Sampler_8"'
  1239.          Properties=(Label="Keep Zero Density Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "6AB5369D4CAC8710283905A8ABCDC3D7", "bool"), NSLOCTEXT("", "662EF41E4A70BB0EBBCD898896701CF3", "bKeepZeroDensityPoints")))
  1240.       End Object
  1241.       Begin Object Name="PCGSurfaceSamplerSettings_1" ExportPath=/Script/PCG.PCGSurfaceSamplerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_9.Surface Sampler_8.PCGSurfaceSamplerSettings_1"'
  1242.          PointsPerSquaredMeter=15.000000
  1243.          PointExtents=(X=2.000000,Y=2.000000,Z=2.000000)
  1244.          CachedOverridableParams(0)=(Label="Points Per Squared Meter",PropertiesNames=("PointsPerSquaredMeter"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  1245.          CachedOverridableParams(1)=(Label="Point Extents",PropertiesNames=("PointExtents"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  1246.          CachedOverridableParams(2)=(Label="Looseness",PropertiesNames=("Looseness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  1247.          CachedOverridableParams(3)=(Label="Unbounded",PropertiesNames=("bUnbounded"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  1248.          CachedOverridableParams(4)=(Label="Apply Density to Points",PropertiesNames=("bApplyDensityToPoints"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  1249.          CachedOverridableParams(5)=(Label="Point Steepness",PropertiesNames=("PointSteepness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  1250.          CachedOverridableParams(6)=(Label="Keep Zero Density Points",PropertiesNames=("bKeepZeroDensityPoints"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  1251.          CachedOverridableParams(7)=(Label="Seed",PropertiesNames=("Seed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGSurfaceSamplerSettings"')
  1252.       End Object
  1253.       PositionX=-304
  1254.       PositionY=384
  1255.       SettingsInterface=/Script/PCG.PCGSurfaceSamplerSettings'"PCGSurfaceSamplerSettings_1"'
  1256.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  1257.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  1258.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  1259.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  1260.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  1261.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  1262.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_6"'
  1263.       InputPins(7)=/Script/PCG.PCGPin'"PCGPin_7"'
  1264.       InputPins(8)=/Script/PCG.PCGPin'"PCGPin_8"'
  1265.       InputPins(9)=/Script/PCG.PCGPin'"PCGPin_9"'
  1266.       InputPins(10)=/Script/PCG.PCGPin'"PCGPin_10"'
  1267.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_11"'
  1268.    End Object
  1269.    PCGNode=/Script/PCG.PCGNode'"Surface Sampler_8"'
  1270.    NodePosX=-304
  1271.    NodePosY=384
  1272.    AdvancedPinDisplay=Hidden
  1273.    bUserSetEnabledState=True
  1274.    NodeGuid=5329FAC8464F626912923B8113F5C68B
  1275.    CustomProperties Pin (PinId=04CFBCCE43D777FDE8A3D4A014B926B9,PinName="Surface",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Surface Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNodeReroute_0 33A5D2BD46DCB7F13B850C8650CDA416,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1276.    CustomProperties Pin (PinId=7E53360C4BE9E891EF9CC7B0B3402ECB,PinName="Bounding Shape",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1277.    CustomProperties Pin (PinId=3623851C4272947A12B336B3A1CADFD1,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1278.    CustomProperties Pin (PinId=57B9A57042D3D64F9642DA8351042231,PinName="Points Per Squared Meter",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1279.    CustomProperties Pin (PinId=708073014E29A6F8A9CBA4B7B4D05B31,PinName="Point Extents",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1280.    CustomProperties Pin (PinId=44EDB97544F28B52AAFEAABE48646B70,PinName="Looseness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1281.    CustomProperties Pin (PinId=D9B976AC49763479DE9A98AF42DAC2EE,PinName="Unbounded",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1282.    CustomProperties Pin (PinId=BAE6A0094D3C4B99221E2AB3A34EED0B,PinName="Apply Density to Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1283.    CustomProperties Pin (PinId=3689BCB5447F3553FC9C58B113685627,PinName="Point Steepness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1284.    CustomProperties Pin (PinId=3287EB2141F024D344F49CA0E5CF0040,PinName="Keep Zero Density Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1285.    CustomProperties Pin (PinId=7203D8754377B9B3B28ABA8A7C78F184,PinName="Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1286.    CustomProperties Pin (PinId=02EC1B3A452662FF2F8B2E8C4A78D1F5,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_11 BBB513F5439E09D64D47EA9F7DB50972,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1287. End Object
  1288. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_10" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10"'
  1289.    Begin Object Class=/Script/PCG.PCGNode Name="StaticMeshSpawner_9" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9"'
  1290.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_3"'
  1291.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_3.PCGEdge_2"'
  1292.          End Object
  1293.       End Object
  1294.       Begin Object Class=/Script/PCG.PCGStaticMeshSpawnerSettings Name="PCGStaticMeshSpawnerSettings_2" ExportPath=/Script/PCG.PCGStaticMeshSpawnerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGStaticMeshSpawnerSettings_2"'
  1295.          Begin Object Class=/Script/PCG.PCGMeshSelectorWeighted Name="DefaultSelectorInstance" ExportPath=/Script/PCG.PCGMeshSelectorWeighted'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGStaticMeshSpawnerSettings_2.DefaultSelectorInstance"'
  1296.          End Object
  1297.       End Object
  1298.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_0"'
  1299.       End Object
  1300.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_1"'
  1301.       End Object
  1302.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_2"'
  1303.       End Object
  1304.    End Object
  1305.    Begin Object Name="StaticMeshSpawner_9" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9"'
  1306.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_3"'
  1307.          Begin Object Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_3.PCGEdge_2"'
  1308.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_3"'
  1309.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNodeOutput_0.DefaultOutputNode.PCGPin_0"'
  1310.          End Object
  1311.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_10.StaticMeshSpawner_9"'
  1312.          Properties=(Label="Out",AllowedTypes=Point)
  1313.       End Object
  1314.       Begin Object Name="PCGStaticMeshSpawnerSettings_2" ExportPath=/Script/PCG.PCGStaticMeshSpawnerSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGStaticMeshSpawnerSettings_2"'
  1315.          Begin Object Name="DefaultSelectorInstance" ExportPath=/Script/PCG.PCGMeshSelectorWeighted'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGStaticMeshSpawnerSettings_2.DefaultSelectorInstance"'
  1316.             MeshEntries(0)=(Mesh="/Game/Megascans/3D_Plants/Common_Fern_rhDso/S_Common_Fern_rhDso_Var1_lod0.S_Common_Fern_rhDso_Var1_lod0",bOverrideCollisionProfile=True)
  1317.             MeshEntries(1)=(Mesh="/Game/Megascans/3D_Plants/Common_Fern_rhDso/S_Common_Fern_rhDso_Var2_lod0.S_Common_Fern_rhDso_Var2_lod0",bOverrideCollisionProfile=True)
  1318.             MeshEntries(2)=(Mesh="/Game/Megascans/3D_Plants/Common_Fern_rhDso/S_Common_Fern_rhDso_Var3_lod0.S_Common_Fern_rhDso_Var3_lod0",bOverrideCollisionProfile=True)
  1319.             MeshEntries(3)=(Mesh="/Game/EuropeanHornbeam/Geometry/SimpleWind/SM_EuropeanHornbeam_Seedling_04.SM_EuropeanHornbeam_Seedling_04",bOverrideCollisionProfile=True)
  1320.             MeshEntries(4)=(Mesh="/Game/EuropeanHornbeam/Geometry/SimpleWind/SM_EuropeanHornbeam_Seedling_05.SM_EuropeanHornbeam_Seedling_05",bOverrideCollisionProfile=True)
  1321.             MeshEntries(5)=(Mesh="/Game/EuropeanHornbeam/Geometry/SimpleWind/SM_EuropeanHornbeam_Seedling_03.SM_EuropeanHornbeam_Seedling_03",bOverrideCollisionProfile=True)
  1322.             MeshEntries(6)=(Mesh="/Game/Megascans/3D_Plants/White_Ramping_Fumitory_ti4efc3ia/S_White_Ramping_Fumitory_ti4efc3ia_Var6_lod0.S_White_Ramping_Fumitory_ti4efc3ia_Var6_lod0",bOverrideCollisionProfile=True)
  1323.             MeshEntries(7)=(Mesh="/Game/Megascans/3D_Plants/White_Ramping_Fumitory_ti4efc3ia/S_White_Ramping_Fumitory_ti4efc3ia_Var5_lod0.S_White_Ramping_Fumitory_ti4efc3ia_Var5_lod0",bOverrideCollisionProfile=True)
  1324.             MeshEntries(8)=(Mesh="/Game/Megascans/3D_Plants/Velvet_Grass_tkbidaxia/S_Velvet_Grass_tkbidaxia_Var10_lod0.S_Velvet_Grass_tkbidaxia_Var10_lod0",bOverrideCollisionProfile=True)
  1325.             MeshEntries(9)=(Mesh="/Game/Megascans/3D_Plants/Velvet_Grass_tkbidaxia/S_Velvet_Grass_tkbidaxia_Var11_lod0.S_Velvet_Grass_tkbidaxia_Var11_lod0",bOverrideCollisionProfile=True)
  1326.             MeshEntries(10)=(Mesh="/Game/Megascans/3D_Plants/Velvet_Grass_tkbidaxia/S_Velvet_Grass_tkbidaxia_Var2_lod0.S_Velvet_Grass_tkbidaxia_Var2_lod0",bOverrideCollisionProfile=True)
  1327.             MeshEntries(11)=(Mesh="/Game/Megascans/3D_Plants/Myricaria_tfbldaor/S_Myricaria_tfbldaor_Var3_lod0.S_Myricaria_tfbldaor_Var3_lod0",bOverrideCollisionProfile=True)
  1328.             MeshEntries(12)=(Mesh="/Game/Megascans/3D_Plants/Myricaria_tfbldaor/S_Myricaria_tfbldaor_Var2_lod0.S_Myricaria_tfbldaor_Var2_lod0",bOverrideCollisionProfile=True)
  1329.             MeshEntries(13)=(Mesh="/Game/Megascans/3D_Plants/Clovers_rbDjZ/S_Clovers_rbDjZ_Var3_lod0.S_Clovers_rbDjZ_Var3_lod0",bOverrideCollisionProfile=True)
  1330.             MeshEntries(14)=(Mesh="/Game/Megascans/3D_Plants/Clovers_rbDjZ/S_Clovers_rbDjZ_Var2_lod0.S_Clovers_rbDjZ_Var2_lod0",bOverrideCollisionProfile=True)
  1331.             MeshEntries(15)=(Mesh="/Game/Megascans/3D_Plants/Clovers_rbDjZ/S_Clovers_rbDjZ_Var1_lod0.S_Clovers_rbDjZ_Var1_lod0",bOverrideCollisionProfile=True)
  1332.             MeshEntries(16)=(Mesh="/Game/Megascans/3D_Plants/Bog_Marshcress_theqfivr/S_Bog_Marshcress_theqfivr_Var1_lod0.S_Bog_Marshcress_theqfivr_Var1_lod0",bOverrideCollisionProfile=True)
  1333.             MeshEntries(17)=(Mesh="/Game/Megascans/3D_Plants/Bog_Marshcress_theqfivr/S_Bog_Marshcress_theqfivr_Var2_lod0.S_Bog_Marshcress_theqfivr_Var2_lod0",bOverrideCollisionProfile=True)
  1334.             MeshEntries(18)=(Mesh="/Game/Megascans/3D_Plants/Bog_Marshcress_theqfivr/S_Bog_Marshcress_theqfivr_Var4_lod0.S_Bog_Marshcress_theqfivr_Var4_lod0",bOverrideCollisionProfile=True)
  1335.             MeshEntries(19)=(Mesh="/Game/Megascans/3D_Plants/Bog_Marshcress_theqfivr/S_Bog_Marshcress_theqfivr_Var3_lod0.S_Bog_Marshcress_theqfivr_Var3_lod0",bOverrideCollisionProfile=True)
  1336.             MeshEntries(20)=(Mesh="/Game/Megascans/3D_Plants/Bog_Marshcress_theqfivr/S_Bog_Marshcress_theqfivr_Var5_lod0.S_Bog_Marshcress_theqfivr_Var5_lod0",bOverrideCollisionProfile=True)
  1337.          End Object
  1338.          MeshSelectorInstance=/Script/PCG.PCGMeshSelectorWeighted'"DefaultSelectorInstance"'
  1339.          CachedOverridableParams(0)=(Label="Seed",PropertiesNames=("Seed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGStaticMeshSpawnerSettings"')
  1340.       End Object
  1341.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_0"'
  1342.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_10.StaticMeshSpawner_9"'
  1343.          Properties=(Label="In",AllowedTypes=Point)
  1344.       End Object
  1345.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_1"'
  1346.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_10.StaticMeshSpawner_9"'
  1347.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  1348.       End Object
  1349.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_2"'
  1350.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_10.StaticMeshSpawner_9"'
  1351.          Properties=(Label="Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "104AC97B4129B9D802204E82BF1F4D29", "int32"), NSLOCTEXT("", "3DC9904344E236A6FE8EE8A79D392DF0", "Seed")))
  1352.       End Object
  1353.       PositionX=928
  1354.       PositionY=384
  1355.       SettingsInterface=/Script/PCG.PCGStaticMeshSpawnerSettings'"PCGStaticMeshSpawnerSettings_2"'
  1356.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  1357.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  1358.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  1359.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_3"'
  1360.    End Object
  1361.    PCGNode=/Script/PCG.PCGNode'"StaticMeshSpawner_9"'
  1362.    NodePosX=928
  1363.    NodePosY=384
  1364.    AdvancedPinDisplay=Hidden
  1365.    bUserSetEnabledState=True
  1366.    NodeGuid=D5B1C3B94E1C481668CA5C94CE5288A9
  1367.    CustomProperties Pin (PinId=B2CF618A4DFABA923E59FEB0D16294E8,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_12 A82BD09D41DF0C46B0B869A3A424ACDA,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1368.    CustomProperties Pin (PinId=EC158BC74F82CFE6AFB2E08FFC3CE366,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1369.    CustomProperties Pin (PinId=9E7BE2224469A5AC8B3771A7752EECA6,PinName="Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1370.    CustomProperties Pin (PinId=C8BE5CF64FFE1C1A34027684A138253F,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNodeOutput_0 167679B540FB7F20E9069CB9A544660B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1371. End Object
  1372. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_11" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11"'
  1373.    Begin Object Class=/Script/PCG.PCGNode Name="Transform Points_11" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11"'
  1374.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_16" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_16"'
  1375.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_3" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_16.PCGEdge_3"'
  1376.          End Object
  1377.       End Object
  1378.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_0"'
  1379.       End Object
  1380.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_1"'
  1381.       End Object
  1382.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_10"'
  1383.       End Object
  1384.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_11"'
  1385.       End Object
  1386.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_12" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_12"'
  1387.       End Object
  1388.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_13" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_13"'
  1389.       End Object
  1390.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_14" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_14"'
  1391.       End Object
  1392.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_15" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_15"'
  1393.       End Object
  1394.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_2"'
  1395.       End Object
  1396.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_3"'
  1397.       End Object
  1398.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_4"'
  1399.       End Object
  1400.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_5"'
  1401.       End Object
  1402.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_6"'
  1403.       End Object
  1404.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_7"'
  1405.       End Object
  1406.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_8"'
  1407.       End Object
  1408.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_9"'
  1409.       End Object
  1410.       Begin Object Class=/Script/PCG.PCGTransformPointsSettings Name="PCGTransformPointsSettings_1" ExportPath=/Script/PCG.PCGTransformPointsSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGTransformPointsSettings_1"'
  1411.       End Object
  1412.    End Object
  1413.    Begin Object Name="Transform Points_11" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11"'
  1414.       Begin Object Name="PCGPin_16" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_16"'
  1415.          Begin Object Name="PCGEdge_3" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_16.PCGEdge_3"'
  1416.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_11.Transform Points_11.PCGPin_16"'
  1417.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_0"'
  1418.          End Object
  1419.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1420.          Properties=(Label="Out",AllowedTypes=Point)
  1421.       End Object
  1422.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_0"'
  1423.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1424.          Properties=(Label="In",AllowedTypes=Point)
  1425.       End Object
  1426.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_1"'
  1427.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1428.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  1429.       End Object
  1430.       Begin Object Name="PCGPin_10" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_10"'
  1431.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1432.          Properties=(Label="Scale Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "3E58BF8E4088009B2A7512B194379973", "FVector"), NSLOCTEXT("", "CBFCFCF646B75E742F88D5A7836D88AD", "ScaleMin")))
  1433.       End Object
  1434.       Begin Object Name="PCGPin_11" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_11"'
  1435.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1436.          Properties=(Label="Scale Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "BDD1DAD04E9E1BA247F6F189B0063EE6", "FVector"), NSLOCTEXT("", "A0618F5046D3E1CF89E3EEAC0E13BD88", "ScaleMax")))
  1437.       End Object
  1438.       Begin Object Name="PCGPin_12" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_12"'
  1439.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1440.          Properties=(Label="Absolute Scale",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "0BBFD2AE442A794F0240EBB5690431B0", "Set scale directly instead of multiplicatively\n"), NSLOCTEXT("", "4ED6A2554508FC14F705C4AA157441D6", "bool"), NSLOCTEXT("", "3748C8364466D598453AD486DB476D96", "bAbsoluteScale")))
  1441.       End Object
  1442.       Begin Object Name="PCGPin_13" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_13"'
  1443.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1444.          Properties=(Label="Uniform Scale",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "111E50064F557DB112E4799CF0B9E3F9", "Scale uniformly on each axis. Uses the X component of ScaleMin and ScaleMax.\n"), NSLOCTEXT("", "B2BB7A30457FA87F395B2AA156D9E9C9", "bool"), NSLOCTEXT("", "CEDB9EB248CFF35DF33B6C8C2385AB1D", "bUniformScale")))
  1445.       End Object
  1446.       Begin Object Name="PCGPin_14" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_14"'
  1447.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1448.          Properties=(Label="Recompute Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "C929B56242C7C7E026242A850A91BD6A", "Recompute the seed for each new point using its new location\n"), NSLOCTEXT("", "1EBEEABC4881BC3C9613BF98A15BC9A8", "bool"), NSLOCTEXT("", "C1A61EE5476FCED696B752ACDF13FD7B", "bRecomputeSeed")))
  1449.       End Object
  1450.       Begin Object Name="PCGPin_15" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_15"'
  1451.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1452.          Properties=(Label="Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "110E8F6347225734FD296191A890A755", "int32"), NSLOCTEXT("", "52C60A324F1BB987C4B9C8BBC0F7BB6D", "Seed")))
  1453.       End Object
  1454.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_2"'
  1455.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1456.          Properties=(Label="Apply to Attribute",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "9CDDABA742092CD00370A3B783B77591", "bool"), NSLOCTEXT("", "00E2E03C4250F0B7B91CF48E60555268", "bApplyToAttribute")))
  1457.       End Object
  1458.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_3"'
  1459.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1460.          Properties=(Label="Attribute Name",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "E56A536443EE95C91B605F8630E5D417", "FName"), NSLOCTEXT("", "D2628BFD45EDCA3A546EF781A372B9CA", "AttributeName")))
  1461.       End Object
  1462.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_4"'
  1463.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1464.          Properties=(Label="Offset Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "4060D92A4A11610AAB1E2C85AE07D9B2", "FVector"), NSLOCTEXT("", "D31912B04B461235CC5911AB6A639957", "OffsetMin")))
  1465.       End Object
  1466.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_5"'
  1467.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1468.          Properties=(Label="Offset Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "A8FDA89245E48FB6E3495C933710FCF2", "FVector"), NSLOCTEXT("", "356636C04D2E5D1723C87B84D6BC9FF1", "OffsetMax")))
  1469.       End Object
  1470.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_6"'
  1471.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1472.          Properties=(Label="Absolute Offset",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "14C3E70D481B8E6F484E1F9F29A77CAE", "Set offset in world space\n"), NSLOCTEXT("", "71C74B804B4BA501751C78B8A58ABD12", "bool"), NSLOCTEXT("", "3DD1787C48046D01D1D71F84ECE555C1", "bAbsoluteOffset")))
  1473.       End Object
  1474.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_7"'
  1475.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1476.          Properties=(Label="Rotation Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "9E0E9DC0445A39C0DC755F8DD26B65AB", "FRotator"), NSLOCTEXT("", "4911D2054F3F36C374A8A0904ADD5795", "RotationMin")))
  1477.       End Object
  1478.       Begin Object Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_8"'
  1479.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1480.          Properties=(Label="Rotation Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "E7CEA57F4ADFCF307A80A4B5CB27132F", "FRotator"), NSLOCTEXT("", "38044FD94BF32FC2FB9320A08E6F65DC", "RotationMax")))
  1481.       End Object
  1482.       Begin Object Name="PCGPin_9" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGPin_9"'
  1483.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_11.Transform Points_11"'
  1484.          Properties=(Label="Absolute Rotation",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "4CB80B8F4E725EE8F2CEFC9E25BD248D", "Set rotation directly instead of additively\n"), NSLOCTEXT("", "2BF1E3DA47A3D0DA7DBFC49CC0A4ABAB", "bool"), NSLOCTEXT("", "451BCF8D40FA1449F841D1887CE5962C", "bAbsoluteRotation")))
  1485.       End Object
  1486.       Begin Object Name="PCGTransformPointsSettings_1" ExportPath=/Script/PCG.PCGTransformPointsSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_11.Transform Points_11.PCGTransformPointsSettings_1"'
  1487.          RotationMax=(Pitch=5.000000,Yaw=360.000000,Roll=5.000000)
  1488.          ScaleMin=(X=0.500000,Y=0.500000,Z=0.500000)
  1489.          ScaleMax=(X=1.500000,Y=1.500000,Z=1.500000)
  1490.          CachedOverridableParams(0)=(Label="Apply to Attribute",PropertiesNames=("bApplyToAttribute"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1491.          CachedOverridableParams(1)=(Label="Attribute Name",PropertiesNames=("AttributeName"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1492.          CachedOverridableParams(2)=(Label="Offset Min",PropertiesNames=("OffsetMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1493.          CachedOverridableParams(3)=(Label="Offset Max",PropertiesNames=("OffsetMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1494.          CachedOverridableParams(4)=(Label="Absolute Offset",PropertiesNames=("bAbsoluteOffset"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1495.          CachedOverridableParams(5)=(Label="Rotation Min",PropertiesNames=("RotationMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1496.          CachedOverridableParams(6)=(Label="Rotation Max",PropertiesNames=("RotationMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1497.          CachedOverridableParams(7)=(Label="Absolute Rotation",PropertiesNames=("bAbsoluteRotation"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1498.          CachedOverridableParams(8)=(Label="Scale Min",PropertiesNames=("ScaleMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1499.          CachedOverridableParams(9)=(Label="Scale Max",PropertiesNames=("ScaleMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1500.          CachedOverridableParams(10)=(Label="Absolute Scale",PropertiesNames=("bAbsoluteScale"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1501.          CachedOverridableParams(11)=(Label="Uniform Scale",PropertiesNames=("bUniformScale"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1502.          CachedOverridableParams(12)=(Label="Recompute Seed",PropertiesNames=("bRecomputeSeed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1503.          CachedOverridableParams(13)=(Label="Seed",PropertiesNames=("Seed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGTransformPointsSettings"')
  1504.       End Object
  1505.       PositionX=-16
  1506.       PositionY=384
  1507.       SettingsInterface=/Script/PCG.PCGTransformPointsSettings'"PCGTransformPointsSettings_1"'
  1508.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  1509.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  1510.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  1511.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  1512.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  1513.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  1514.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_6"'
  1515.       InputPins(7)=/Script/PCG.PCGPin'"PCGPin_7"'
  1516.       InputPins(8)=/Script/PCG.PCGPin'"PCGPin_8"'
  1517.       InputPins(9)=/Script/PCG.PCGPin'"PCGPin_9"'
  1518.       InputPins(10)=/Script/PCG.PCGPin'"PCGPin_10"'
  1519.       InputPins(11)=/Script/PCG.PCGPin'"PCGPin_11"'
  1520.       InputPins(12)=/Script/PCG.PCGPin'"PCGPin_12"'
  1521.       InputPins(13)=/Script/PCG.PCGPin'"PCGPin_13"'
  1522.       InputPins(14)=/Script/PCG.PCGPin'"PCGPin_14"'
  1523.       InputPins(15)=/Script/PCG.PCGPin'"PCGPin_15"'
  1524.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_16"'
  1525.    End Object
  1526.    PCGNode=/Script/PCG.PCGNode'"Transform Points_11"'
  1527.    NodePosX=-16
  1528.    NodePosY=384
  1529.    AdvancedPinDisplay=Hidden
  1530.    bUserSetEnabledState=True
  1531.    NodeGuid=69FD0E2C41F98013B988EF91FA2FE05B
  1532.    CustomProperties Pin (PinId=BBB513F5439E09D64D47EA9F7DB50972,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_9 02EC1B3A452662FF2F8B2E8C4A78D1F5,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1533.    CustomProperties Pin (PinId=121BE3AB445CF1FC7A2BC283B9640DFD,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1534.    CustomProperties Pin (PinId=C6B93B4742BAC570B73406BC660FFD1F,PinName="Apply to Attribute",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1535.    CustomProperties Pin (PinId=8525BAFB47A552555689DE82F3628EBE,PinName="Attribute Name",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1536.    CustomProperties Pin (PinId=24DBC60245DC3E24A7B85DA3F073E17F,PinName="Offset Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1537.    CustomProperties Pin (PinId=1871686543DE0A9647B1498F5E6AF577,PinName="Offset Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1538.    CustomProperties Pin (PinId=3327D21F4053A5CC8ACAF0A1B0C7A287,PinName="Absolute Offset",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1539.    CustomProperties Pin (PinId=C680332244FE889971939D994471BF6A,PinName="Rotation Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1540.    CustomProperties Pin (PinId=B9D6412F4FCD7B96EC831BAFE556ECC5,PinName="Rotation Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1541.    CustomProperties Pin (PinId=6EE71FE941F568CC49320DA938576795,PinName="Absolute Rotation",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1542.    CustomProperties Pin (PinId=498C671049121FA3A3BFCD9FA17DBE63,PinName="Scale Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1543.    CustomProperties Pin (PinId=3F28F78247CF0B46AD7DC795E0677823,PinName="Scale Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1544.    CustomProperties Pin (PinId=1ABD94AF47E3AC62E7184BBDF967041E,PinName="Absolute Scale",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1545.    CustomProperties Pin (PinId=5FFDA0AA42628CDEB7DA43B79EE70564,PinName="Uniform Scale",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1546.    CustomProperties Pin (PinId=E305085A4ACCCDA48B53A494D40ED9CD,PinName="Recompute Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1547.    CustomProperties Pin (PinId=E3305889477B597463D2F9B894C71497,PinName="Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1548.    CustomProperties Pin (PinId=3E24F06445D16437531AD6BB1AC54A67,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_12 79F73E534ACE61B81008D084D510F336,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1549. End Object
  1550. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_12" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12"'
  1551.    Begin Object Class=/Script/PCG.PCGNode Name="BoundsModifier_12" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12"'
  1552.       Begin Object Class=/Script/PCG.PCGBoundsModifierSettings Name="PCGBoundsModifierSettings_1" ExportPath=/Script/PCG.PCGBoundsModifierSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGBoundsModifierSettings_1"'
  1553.       End Object
  1554.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_7"'
  1555.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_7.PCGEdge_2"'
  1556.          End Object
  1557.       End Object
  1558.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_0"'
  1559.       End Object
  1560.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_1"'
  1561.       End Object
  1562.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_2"'
  1563.       End Object
  1564.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_3"'
  1565.       End Object
  1566.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_4"'
  1567.       End Object
  1568.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_5"'
  1569.       End Object
  1570.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_6"'
  1571.       End Object
  1572.    End Object
  1573.    Begin Object Name="BoundsModifier_12" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12"'
  1574.       Begin Object Name="PCGBoundsModifierSettings_1" ExportPath=/Script/PCG.PCGBoundsModifierSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGBoundsModifierSettings_1"'
  1575.          BoundsMin=(X=1.500000,Y=1.500000,Z=2.000000)
  1576.          BoundsMax=(X=1.500000,Y=1.500000,Z=2.000000)
  1577.          CachedOverridableParams(0)=(Label="Mode",PropertiesNames=("Mode"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  1578.          CachedOverridableParams(1)=(Label="Bounds Min",PropertiesNames=("BoundsMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  1579.          CachedOverridableParams(2)=(Label="Bounds Max",PropertiesNames=("BoundsMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  1580.          CachedOverridableParams(3)=(Label="Affect Steepness",PropertiesNames=("bAffectSteepness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  1581.          CachedOverridableParams(4)=(Label="Steepness",PropertiesNames=("Steepness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  1582.       End Object
  1583.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_7"'
  1584.          Begin Object Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_7.PCGEdge_2"'
  1585.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_7"'
  1586.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_10.StaticMeshSpawner_9.PCGPin_0"'
  1587.          End Object
  1588.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_12.BoundsModifier_12"'
  1589.          Properties=(Label="Out",AllowedTypes=Point)
  1590.       End Object
  1591.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_0"'
  1592.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_12.BoundsModifier_12"'
  1593.          Properties=(Label="In",AllowedTypes=Point)
  1594.       End Object
  1595.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_1"'
  1596.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_12.BoundsModifier_12"'
  1597.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  1598.       End Object
  1599.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_2"'
  1600.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_12.BoundsModifier_12"'
  1601.          Properties=(Label="Mode",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "003F3AC34B4ECCD34F02ABA4B61DF4A4", "EPCGBoundsModifierMode"), NSLOCTEXT("", "02D816474FA2A0BB484BE39E19A49075", "Mode")))
  1602.       End Object
  1603.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_3"'
  1604.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_12.BoundsModifier_12"'
  1605.          Properties=(Label="Bounds Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "95020DB0426EB0C5B2752292A3285F0D", "FVector"), NSLOCTEXT("", "7919663142D1162C684ED48E723E8005", "BoundsMin")))
  1606.       End Object
  1607.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_4"'
  1608.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_12.BoundsModifier_12"'
  1609.          Properties=(Label="Bounds Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "1098B5AE48C49317913150AD373F1DA9", "FVector"), NSLOCTEXT("", "18DF2E3F49FF1475F83D319BEBD5F419", "BoundsMax")))
  1610.       End Object
  1611.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_5"'
  1612.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_12.BoundsModifier_12"'
  1613.          Properties=(Label="Affect Steepness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "8DA3FB7D403D71C361B4288D2F53C1D2", "bool"), NSLOCTEXT("", "B3F2239A4EE39C912AA5AAAB90F0B847", "bAffectSteepness")))
  1614.       End Object
  1615.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_12.BoundsModifier_12.PCGPin_6"'
  1616.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_12.BoundsModifier_12"'
  1617.          Properties=(Label="Steepness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "1C8B74AB4247FAB455FD9A92C4D4787F", "float"), NSLOCTEXT("", "6A8EF5E44CB43D927B0E93B0EF4B05AC", "Steepness")))
  1618.       End Object
  1619.       PositionX=208
  1620.       PositionY=384
  1621.       SettingsInterface=/Script/PCG.PCGBoundsModifierSettings'"PCGBoundsModifierSettings_1"'
  1622.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  1623.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  1624.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  1625.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  1626.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  1627.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  1628.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_6"'
  1629.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_7"'
  1630.    End Object
  1631.    PCGNode=/Script/PCG.PCGNode'"BoundsModifier_12"'
  1632.    NodePosX=208
  1633.    NodePosY=384
  1634.    AdvancedPinDisplay=Hidden
  1635.    bUserSetEnabledState=True
  1636.    NodeGuid=1F06285A40E7E42BF51978B40D914D7A
  1637.    CustomProperties Pin (PinId=79F73E534ACE61B81008D084D510F336,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_11 3E24F06445D16437531AD6BB1AC54A67,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1638.    CustomProperties Pin (PinId=15459CB8427896222F032FA84B6F552F,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1639.    CustomProperties Pin (PinId=528B7667433E649F2DE74DB38690BF1D,PinName="Mode",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1640.    CustomProperties Pin (PinId=AD81556D43D3346164F528B513DC27A4,PinName="Bounds Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1641.    CustomProperties Pin (PinId=8F777C374A7671C87AEA938D99E0D3D5,PinName="Bounds Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1642.    CustomProperties Pin (PinId=D6FAD74C45E4C5131DAFC2A52264E317,PinName="Affect Steepness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1643.    CustomProperties Pin (PinId=375E3FC542135E5419E2828830EF381B,PinName="Steepness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1644.    CustomProperties Pin (PinId=A82BD09D41DF0C46B0B869A3A424ACDA,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_10 B2CF618A4DFABA923E59FEB0D16294E8,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1645. End Object
  1646. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNodeReroute Name="PCGEditorGraphNodeReroute_0" ExportPath=/Script/PCGEditor.PCGEditorGraphNodeReroute'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0"'
  1647.    Begin Object Class=/Script/PCG.PCGNode Name="Reroute_0" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0"'
  1648.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_1"'
  1649.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_0" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_1.PCGEdge_0"'
  1650.          End Object
  1651.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_1.PCGEdge_2"'
  1652.          End Object
  1653.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_3" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_1.PCGEdge_3"'
  1654.          End Object
  1655.       End Object
  1656.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_0"'
  1657.       End Object
  1658.       Begin Object Class=/Script/PCG.PCGRerouteSettings Name="PCGRerouteSettings_0" ExportPath=/Script/PCG.PCGRerouteSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGRerouteSettings_0"'
  1659.       End Object
  1660.    End Object
  1661.    Begin Object Name="Reroute_0" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0"'
  1662.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_1"'
  1663.          Begin Object Name="PCGEdge_0" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_1.PCGEdge_0"'
  1664.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_1"'
  1665.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_9.Surface Sampler_8.PCGPin_0"'
  1666.          End Object
  1667.          Begin Object Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_1.PCGEdge_2"'
  1668.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_1"'
  1669.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_3.Surface Sampler_2.PCGPin_0"'
  1670.          End Object
  1671.          Begin Object Name="PCGEdge_3" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_1.PCGEdge_3"'
  1672.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_1"'
  1673.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_0.Surface Sampler_4.PCGPin_0"'
  1674.          End Object
  1675.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeReroute_0.Reroute_0"'
  1676.          Properties=(Label="Out",AllowedTypes=Spatial)
  1677.       End Object
  1678.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGPin_0"'
  1679.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNodeReroute_0.Reroute_0"'
  1680.          Properties=(Label="In",AllowedTypes=Spatial,bAllowMultipleConnections=False)
  1681.       End Object
  1682.       Begin Object Name="PCGRerouteSettings_0" ExportPath=/Script/PCG.PCGRerouteSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNodeReroute_0.Reroute_0.PCGRerouteSettings_0"'
  1683.       End Object
  1684.       PositionX=-496
  1685.       PositionY=-128
  1686.       SettingsInterface=/Script/PCG.PCGRerouteSettings'"PCGRerouteSettings_0"'
  1687.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  1688.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_1"'
  1689.    End Object
  1690.    PCGNode=/Script/PCG.PCGNode'"Reroute_0"'
  1691.    NodePosX=-496
  1692.    NodePosY=-128
  1693.    bUserSetEnabledState=True
  1694.    NodeGuid=154AB28847A9A0254640AD9FC89297E8
  1695.    CustomProperties Pin (PinId=705286DE4DA524A13AB011B7163A5189,PinName="In",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNodeInput_0 45C8AB3C44E85D49AA41EB9C736CB494,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1696.    CustomProperties Pin (PinId=33A5D2BD46DCB7F13B850C8650CDA416,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_9 04CFBCCE43D777FDE8A3D4A014B926B9,PCGEditorGraphNode_3 CA178DDD40C71B357E8BF9A60650A3D4,PCGEditorGraphNode_0 E84E76334399FA97C553C18A5107FE19,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1697. End Object
  1698. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_13" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13"'
  1699.    Begin Object Class=/Script/PCG.PCGNode Name="Density Filter_2" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2"'
  1700.       Begin Object Class=/Script/PCG.PCGDensityFilterSettings Name="PCGDensityFilterSettings_0" ExportPath=/Script/PCG.PCGDensityFilterSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGDensityFilterSettings_0"'
  1701.       End Object
  1702.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_6"'
  1703.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_6.PCGEdge_1"'
  1704.          End Object
  1705.       End Object
  1706.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_0"'
  1707.       End Object
  1708.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_1"'
  1709.       End Object
  1710.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_2"'
  1711.       End Object
  1712.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_3"'
  1713.       End Object
  1714.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_4"'
  1715.       End Object
  1716.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_5"'
  1717.       End Object
  1718.    End Object
  1719.    Begin Object Name="Density Filter_2" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2"'
  1720.       Begin Object Name="PCGDensityFilterSettings_0" ExportPath=/Script/PCG.PCGDensityFilterSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGDensityFilterSettings_0"'
  1721.          LowerBound=0.410667
  1722.          CachedOverridableParams(0)=(Label="Lower Bound",PropertiesNames=("LowerBound"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDensityFilterSettings"')
  1723.          CachedOverridableParams(1)=(Label="Upper Bound",PropertiesNames=("UpperBound"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDensityFilterSettings"')
  1724.          CachedOverridableParams(2)=(Label="Invert Filter",PropertiesNames=("bInvertFilter"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDensityFilterSettings"')
  1725.          CachedOverridableParams(3)=(Label="Keep Zero Density Points",PropertiesNames=("bKeepZeroDensityPoints"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDensityFilterSettings"')
  1726.       End Object
  1727.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_6"'
  1728.          Begin Object Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_6.PCGEdge_1"'
  1729.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_13.Density Filter_2.PCGPin_6"'
  1730.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_2.Transform Points_1.PCGPin_0"'
  1731.          End Object
  1732.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_13.Density Filter_2"'
  1733.          Properties=(Label="Out",AllowedTypes=Point)
  1734.       End Object
  1735.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_0"'
  1736.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_13.Density Filter_2"'
  1737.          Properties=(Label="In",AllowedTypes=Point)
  1738.       End Object
  1739.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_1"'
  1740.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_13.Density Filter_2"'
  1741.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  1742.       End Object
  1743.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_2"'
  1744.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_13.Density Filter_2"'
  1745.          Properties=(Label="Lower Bound",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "E32A067B445C1E2DF74CBBA78739DB57", "float"), NSLOCTEXT("", "53A6451F4D4A2F0DDD9874859588319E", "LowerBound")))
  1746.       End Object
  1747.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_3"'
  1748.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_13.Density Filter_2"'
  1749.          Properties=(Label="Upper Bound",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "FCBF8451418293B61B9BFB91AE371B48", "float"), NSLOCTEXT("", "D049E75D41747D01B6E6EBA69E365DD1", "UpperBound")))
  1750.       End Object
  1751.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_4"'
  1752.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_13.Density Filter_2"'
  1753.          Properties=(Label="Invert Filter",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "51E338C644B4F747F3CE3B81CF47FC7C", "bool"), NSLOCTEXT("", "455CCBE5487BB69C3C63208C66CE7ECF", "bInvertFilter")))
  1754.       End Object
  1755.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_13.Density Filter_2.PCGPin_5"'
  1756.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_13.Density Filter_2"'
  1757.          Properties=(Label="Keep Zero Density Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "3989252C44E3F4975F454BA712753B8B", "bool"), NSLOCTEXT("", "D8E5D55344206CD974DE6F8FD574666B", "bKeepZeroDensityPoints")))
  1758.       End Object
  1759.       PositionX=208
  1760.       PositionY=-320
  1761.       SettingsInterface=/Script/PCG.PCGDensityFilterSettings'"PCGDensityFilterSettings_0"'
  1762.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  1763.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  1764.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  1765.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  1766.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  1767.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  1768.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_6"'
  1769.    End Object
  1770.    PCGNode=/Script/PCG.PCGNode'"Density Filter_2"'
  1771.    NodePosX=208
  1772.    NodePosY=-320
  1773.    AdvancedPinDisplay=Hidden
  1774.    bUserSetEnabledState=True
  1775.    NodeGuid=CF3E409E498E45B575A6D78266D72294
  1776.    CustomProperties Pin (PinId=4774F23E45930DD62B9A8C87B5C928C0,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_14 885D2AE04BA90C6C523C8FBA6DDC56C4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1777.    CustomProperties Pin (PinId=0448A5FF4C0912F3C52343A5DCC310D3,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1778.    CustomProperties Pin (PinId=0A545DE749AA8F9829443E88E5750C1B,PinName="Lower Bound",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1779.    CustomProperties Pin (PinId=81E57E0948345F45AE521CA643AEF80A,PinName="Upper Bound",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1780.    CustomProperties Pin (PinId=B8BAD62E4A77EBE00C21D3A96E7348F8,PinName="Invert Filter",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1781.    CustomProperties Pin (PinId=0FC963D943F1E009FA8629914C51B6C0,PinName="Keep Zero Density Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1782.    CustomProperties Pin (PinId=B3536CE048181FB0A32ED1BF0E3F92C7,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_2 7F31598A4689DD1D0E9142A6EA08F19A,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1783. End Object
  1784. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_14" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14"'
  1785.    Begin Object Class=/Script/PCG.PCGNode Name="ExecuteBlueprint_5" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5"'
  1786.       Begin Object Class=/Script/PCG.PCGBlueprintSettings Name="PCGBlueprintSettings_3" ExportPath=/Script/PCG.PCGBlueprintSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGBlueprintSettings_3"'
  1787.          Begin Object Class=/PCG/BP_Elements/NormalToDensity.NormalToDensity_C Name="NormalToDensity_C_0" ExportPath=/PCG/BP_Elements/NormalToDensity.NormalToDensity_C'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGBlueprintSettings_3.NormalToDensity_C_0"'
  1788.          End Object
  1789.       End Object
  1790.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_3"'
  1791.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_0" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_3.PCGEdge_0"'
  1792.          End Object
  1793.       End Object
  1794.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_0"'
  1795.       End Object
  1796.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_1"'
  1797.       End Object
  1798.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_2"'
  1799.       End Object
  1800.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_4"'
  1801.       End Object
  1802.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_5"'
  1803.       End Object
  1804.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_6"'
  1805.       End Object
  1806.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_7"'
  1807.       End Object
  1808.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_8"'
  1809.       End Object
  1810.    End Object
  1811.    Begin Object Name="ExecuteBlueprint_5" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5"'
  1812.       Begin Object Name="PCGBlueprintSettings_3" ExportPath=/Script/PCG.PCGBlueprintSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGBlueprintSettings_3"'
  1813.          Begin Object Name="NormalToDensity_C_0" ExportPath=/PCG/BP_Elements/NormalToDensity.NormalToDensity_C'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGBlueprintSettings_3.NormalToDensity_C_0"'
  1814.             Strength=0.130667
  1815.          End Object
  1816.          BlueprintElementType=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"'
  1817.          BlueprintElementInstance=/PCG/BP_Elements/NormalToDensity.NormalToDensity_C'"NormalToDensity_C_0"'
  1818.          bExposeToLibrary=False
  1819.          CachedOverridableParams(0)=(Label="Seed",PropertiesNames=("Seed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBlueprintSettings"')
  1820.          CachedOverridableParams(1)=(Label="Normal",PropertiesNames=("Normal"),PropertyClass=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"')
  1821.          CachedOverridableParams(2)=(Label="Offset",PropertiesNames=("Offset"),PropertyClass=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"')
  1822.          CachedOverridableParams(3)=(Label="Strength",PropertiesNames=("Strength"),PropertyClass=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"')
  1823.          CachedOverridableParams(4)=(Label="Density Mode",PropertiesNames=("DensityMode"),PropertyClass=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"')
  1824.          CachedOverridableParams(5)=(Label="Reseed Points",PropertiesNames=("Reseed points"),PropertyClass=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"')
  1825.       End Object
  1826.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_3"'
  1827.          Begin Object Name="PCGEdge_0" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_3.PCGEdge_0"'
  1828.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_3"'
  1829.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_13.Density Filter_2.PCGPin_0"'
  1830.          End Object
  1831.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_14.ExecuteBlueprint_5"'
  1832.          Properties=(Label="Out",AllowedTypes=Point)
  1833.       End Object
  1834.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_0"'
  1835.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_14.ExecuteBlueprint_5"'
  1836.          Properties=(Label="In",AllowedTypes=Point,bAllowMultipleConnections=False)
  1837.       End Object
  1838.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_1"'
  1839.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_14.ExecuteBlueprint_5"'
  1840.          Properties=(Label="Params",AllowedTypes=Param,bAllowMultipleConnections=False)
  1841.       End Object
  1842.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_2"'
  1843.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_14.ExecuteBlueprint_5"'
  1844.          Properties=(Label="Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "7C754D8547FB91AB2D6DD985C757FD00", "int32"), NSLOCTEXT("", "D0A86E674C4A913D280C02BA7FFF181A", "Seed")))
  1845.       End Object
  1846.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_4"'
  1847.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_14.ExecuteBlueprint_5"'
  1848.          Properties=(Label="Normal",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "107670004E22413BD7EBAE894819038B", "FVector"), NSLOCTEXT("", "830C67EB43D1316B27215ABC123BA41D", "Normal")))
  1849.       End Object
  1850.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_5"'
  1851.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_14.ExecuteBlueprint_5"'
  1852.          Properties=(Label="Offset",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "BF747146436E1F54802ED798049C0D9E", "double"), NSLOCTEXT("", "B7D7245E446CB651039F1D856A3A32E7", "Offset")))
  1853.       End Object
  1854.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_6"'
  1855.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_14.ExecuteBlueprint_5"'
  1856.          Properties=(Label="Strength",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "B0DCA27A4DA1E9D3AB212C975FE7607B", "double"), NSLOCTEXT("", "FA7847344EF07F1382C3E296FE465360", "Strength")))
  1857.       End Object
  1858.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_7"'
  1859.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_14.ExecuteBlueprint_5"'
  1860.          Properties=(Label="Density Mode",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "998775D14DCBF34E82610492CEC834F7", "TEnumAsByte<PCGAttributeOperationMode>"), NSLOCTEXT("", "D450A44A4C4DCFA6923BC683692D200A", "DensityMode")))
  1861.       End Object
  1862.       Begin Object Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_14.ExecuteBlueprint_5.PCGPin_8"'
  1863.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_14.ExecuteBlueprint_5"'
  1864.          Properties=(Label="Reseed Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "F7E84CBC4D09D6E4B8E83DA129B78DFF", "Regenerate points seed from position (legacy) Point\n"), NSLOCTEXT("", "E62CDFF8448C0B2A577045AB911120DA", "bool"), NSLOCTEXT("", "5DD2683B4EF341BC4DEE459C51F4EC52", "Reseed points")))
  1865.       End Object
  1866.       PositionY=-320
  1867.       SettingsInterface=/Script/PCG.PCGBlueprintSettings'"PCGBlueprintSettings_3"'
  1868.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  1869.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  1870.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  1871.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_4"'
  1872.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_5"'
  1873.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_6"'
  1874.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_7"'
  1875.       InputPins(7)=/Script/PCG.PCGPin'"PCGPin_8"'
  1876.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_3"'
  1877.    End Object
  1878.    PCGNode=/Script/PCG.PCGNode'"ExecuteBlueprint_5"'
  1879.    NodePosY=-320
  1880.    AdvancedPinDisplay=Hidden
  1881.    bUserSetEnabledState=True
  1882.    NodeGuid=B4BF88E14D81F8F52701A2B762B5343B
  1883.    CustomProperties Pin (PinId=693B6BFD4D2B8589235C9FA4B5ACB4D2,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_0 13CCB6364EAB9C51AA2D72B92B910B59,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1884.    CustomProperties Pin (PinId=27F99E0E4B1E6D20D360789790162EBE,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1885.    CustomProperties Pin (PinId=E5CDB0E343D9170EFB99D9AC22FCF022,PinName="Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1886.    CustomProperties Pin (PinId=098097C54F739A043BCE85BF6157263A,PinName="Normal",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1887.    CustomProperties Pin (PinId=AD5EDCE84C7628BCE16F7C87C3F2B652,PinName="Offset",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1888.    CustomProperties Pin (PinId=DCFF953546C3AEC4046C7CAE9CAF45D9,PinName="Strength",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1889.    CustomProperties Pin (PinId=F558C70D41C4B47D4F28A48C253F71AC,PinName="Density Mode",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1890.    CustomProperties Pin (PinId=F6DCFFC346E7B8A8DB87AF90314EE9E2,PinName="Reseed Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1891.    CustomProperties Pin (PinId=885D2AE04BA90C6C523C8FBA6DDC56C4,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_13 4774F23E45930DD62B9A8C87B5C928C0,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1892. End Object
  1893. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_15" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15"'
  1894.    Begin Object Class=/Script/PCG.PCGNode Name="ExecuteBlueprint_7" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7"'
  1895.       Begin Object Class=/Script/PCG.PCGBlueprintSettings Name="PCGBlueprintSettings_3" ExportPath=/Script/PCG.PCGBlueprintSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGBlueprintSettings_3"'
  1896.          Begin Object Class=/PCG/BP_Elements/NormalToDensity.NormalToDensity_C Name="NormalToDensity_C_0" ExportPath=/PCG/BP_Elements/NormalToDensity.NormalToDensity_C'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGBlueprintSettings_3.NormalToDensity_C_0"'
  1897.          End Object
  1898.       End Object
  1899.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_3"'
  1900.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_3.PCGEdge_2"'
  1901.          End Object
  1902.       End Object
  1903.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_0"'
  1904.       End Object
  1905.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_1"'
  1906.       End Object
  1907.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_2"'
  1908.       End Object
  1909.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_4"'
  1910.       End Object
  1911.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_5"'
  1912.       End Object
  1913.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_6"'
  1914.       End Object
  1915.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_7"'
  1916.       End Object
  1917.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_8"'
  1918.       End Object
  1919.    End Object
  1920.    Begin Object Name="ExecuteBlueprint_7" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7"'
  1921.       Begin Object Name="PCGBlueprintSettings_3" ExportPath=/Script/PCG.PCGBlueprintSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGBlueprintSettings_3"'
  1922.          Begin Object Name="NormalToDensity_C_0" ExportPath=/PCG/BP_Elements/NormalToDensity.NormalToDensity_C'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGBlueprintSettings_3.NormalToDensity_C_0"'
  1923.             Strength=0.264001
  1924.          End Object
  1925.          BlueprintElementType=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"'
  1926.          BlueprintElementInstance=/PCG/BP_Elements/NormalToDensity.NormalToDensity_C'"NormalToDensity_C_0"'
  1927.          bExposeToLibrary=False
  1928.          CachedOverridableParams(0)=(Label="Seed",PropertiesNames=("Seed"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBlueprintSettings"')
  1929.          CachedOverridableParams(1)=(Label="Normal",PropertiesNames=("Normal"),PropertyClass=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"')
  1930.          CachedOverridableParams(2)=(Label="Offset",PropertiesNames=("Offset"),PropertyClass=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"')
  1931.          CachedOverridableParams(3)=(Label="Strength",PropertiesNames=("Strength"),PropertyClass=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"')
  1932.          CachedOverridableParams(4)=(Label="Density Mode",PropertiesNames=("DensityMode"),PropertyClass=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"')
  1933.          CachedOverridableParams(5)=(Label="Reseed Points",PropertiesNames=("Reseed points"),PropertyClass=/Script/Engine.BlueprintGeneratedClass'"/PCG/BP_Elements/NormalToDensity.NormalToDensity_C"')
  1934.       End Object
  1935.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_3"'
  1936.          Begin Object Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_3.PCGEdge_2"'
  1937.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_3"'
  1938.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_16.Density Filter_9.PCGPin_0"'
  1939.          End Object
  1940.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_15.ExecuteBlueprint_7"'
  1941.          Properties=(Label="Out",AllowedTypes=Point)
  1942.       End Object
  1943.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_0"'
  1944.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_15.ExecuteBlueprint_7"'
  1945.          Properties=(Label="In",AllowedTypes=Point,bAllowMultipleConnections=False)
  1946.       End Object
  1947.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_1"'
  1948.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_15.ExecuteBlueprint_7"'
  1949.          Properties=(Label="Params",AllowedTypes=Param,bAllowMultipleConnections=False)
  1950.       End Object
  1951.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_2"'
  1952.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_15.ExecuteBlueprint_7"'
  1953.          Properties=(Label="Seed",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "7C754D8547FB91AB2D6DD985C757FD00", "int32"), NSLOCTEXT("", "D0A86E674C4A913D280C02BA7FFF181A", "Seed")))
  1954.       End Object
  1955.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_4"'
  1956.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_15.ExecuteBlueprint_7"'
  1957.          Properties=(Label="Normal",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "107670004E22413BD7EBAE894819038B", "FVector"), NSLOCTEXT("", "830C67EB43D1316B27215ABC123BA41D", "Normal")))
  1958.       End Object
  1959.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_5"'
  1960.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_15.ExecuteBlueprint_7"'
  1961.          Properties=(Label="Offset",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "BF747146436E1F54802ED798049C0D9E", "double"), NSLOCTEXT("", "B7D7245E446CB651039F1D856A3A32E7", "Offset")))
  1962.       End Object
  1963.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_6"'
  1964.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_15.ExecuteBlueprint_7"'
  1965.          Properties=(Label="Strength",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "B0DCA27A4DA1E9D3AB212C975FE7607B", "double"), NSLOCTEXT("", "FA7847344EF07F1382C3E296FE465360", "Strength")))
  1966.       End Object
  1967.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_7"'
  1968.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_15.ExecuteBlueprint_7"'
  1969.          Properties=(Label="Density Mode",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "998775D14DCBF34E82610492CEC834F7", "TEnumAsByte<PCGAttributeOperationMode>"), NSLOCTEXT("", "D450A44A4C4DCFA6923BC683692D200A", "DensityMode")))
  1970.       End Object
  1971.       Begin Object Name="PCGPin_8" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_15.ExecuteBlueprint_7.PCGPin_8"'
  1972.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_15.ExecuteBlueprint_7"'
  1973.          Properties=(Label="Reseed Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), NSLOCTEXT("", "F7E84CBC4D09D6E4B8E83DA129B78DFF", "Regenerate points seed from position (legacy) Point\n"), NSLOCTEXT("", "E62CDFF8448C0B2A577045AB911120DA", "bool"), NSLOCTEXT("", "5DD2683B4EF341BC4DEE459C51F4EC52", "Reseed points")))
  1974.       End Object
  1975.       PositionX=-64
  1976.       PositionY=32
  1977.       SettingsInterface=/Script/PCG.PCGBlueprintSettings'"PCGBlueprintSettings_3"'
  1978.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  1979.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  1980.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  1981.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_4"'
  1982.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_5"'
  1983.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_6"'
  1984.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_7"'
  1985.       InputPins(7)=/Script/PCG.PCGPin'"PCGPin_8"'
  1986.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_3"'
  1987.    End Object
  1988.    PCGNode=/Script/PCG.PCGNode'"ExecuteBlueprint_7"'
  1989.    NodePosX=-64
  1990.    NodePosY=32
  1991.    AdvancedPinDisplay=Hidden
  1992.    bUserSetEnabledState=True
  1993.    NodeGuid=C6F3777C4FA2CD82F5FD85822CEC9E28
  1994.    CustomProperties Pin (PinId=9B42C656413A7AC6ECBFB8A60451AE7B,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_3 899EA6D947F0C8ADA52364A55A8E013F,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1995.    CustomProperties Pin (PinId=D1F35E914B342F4DCBA9B6B43D457391,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  1996.    CustomProperties Pin (PinId=058AE62C4156297F10E2668451463637,PinName="Seed",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1997.    CustomProperties Pin (PinId=4F3514164E6328CAAFFE4C981D24A3A3,PinName="Normal",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1998.    CustomProperties Pin (PinId=B8FC7A784E158EEEEDA94B824FB74857,PinName="Offset",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  1999.    CustomProperties Pin (PinId=8A372E8D4108FCA47D556B8E7604875E,PinName="Strength",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2000.    CustomProperties Pin (PinId=1CD4E7114935604203DE349B7B6DDD6C,PinName="Density Mode",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2001.    CustomProperties Pin (PinId=688481054F256E743DA0AC9B688E8023,PinName="Reseed Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2002.    CustomProperties Pin (PinId=9BC7C9564E7EE4383EE9FA943997A8B3,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_16 807195E547F83DFBD21BD2B87F532014,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  2003. End Object
  2004. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_16" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16"'
  2005.    Begin Object Class=/Script/PCG.PCGNode Name="Density Filter_9" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9"'
  2006.       Begin Object Class=/Script/PCG.PCGDensityFilterSettings Name="PCGDensityFilterSettings_0" ExportPath=/Script/PCG.PCGDensityFilterSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGDensityFilterSettings_0"'
  2007.       End Object
  2008.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_6"'
  2009.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_6.PCGEdge_2"'
  2010.          End Object
  2011.       End Object
  2012.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_0"'
  2013.       End Object
  2014.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_1"'
  2015.       End Object
  2016.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_2"'
  2017.       End Object
  2018.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_3"'
  2019.       End Object
  2020.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_4"'
  2021.       End Object
  2022.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_5"'
  2023.       End Object
  2024.    End Object
  2025.    Begin Object Name="Density Filter_9" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9"'
  2026.       Begin Object Name="PCGDensityFilterSettings_0" ExportPath=/Script/PCG.PCGDensityFilterSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGDensityFilterSettings_0"'
  2027.          LowerBound=0.410667
  2028.          CachedOverridableParams(0)=(Label="Lower Bound",PropertiesNames=("LowerBound"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDensityFilterSettings"')
  2029.          CachedOverridableParams(1)=(Label="Upper Bound",PropertiesNames=("UpperBound"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDensityFilterSettings"')
  2030.          CachedOverridableParams(2)=(Label="Invert Filter",PropertiesNames=("bInvertFilter"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDensityFilterSettings"')
  2031.          CachedOverridableParams(3)=(Label="Keep Zero Density Points",PropertiesNames=("bKeepZeroDensityPoints"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDensityFilterSettings"')
  2032.       End Object
  2033.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_6"'
  2034.          Begin Object Name="PCGEdge_2" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_6.PCGEdge_2"'
  2035.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_16.Density Filter_9.PCGPin_6"'
  2036.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_4.Transform Points_3.PCGPin_0"'
  2037.          End Object
  2038.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_16.Density Filter_9"'
  2039.          Properties=(Label="Out",AllowedTypes=Point)
  2040.       End Object
  2041.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_0"'
  2042.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_16.Density Filter_9"'
  2043.          Properties=(Label="In",AllowedTypes=Point)
  2044.       End Object
  2045.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_1"'
  2046.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_16.Density Filter_9"'
  2047.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  2048.       End Object
  2049.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_2"'
  2050.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_16.Density Filter_9"'
  2051.          Properties=(Label="Lower Bound",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "E32A067B445C1E2DF74CBBA78739DB57", "float"), NSLOCTEXT("", "53A6451F4D4A2F0DDD9874859588319E", "LowerBound")))
  2052.       End Object
  2053.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_3"'
  2054.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_16.Density Filter_9"'
  2055.          Properties=(Label="Upper Bound",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "FCBF8451418293B61B9BFB91AE371B48", "float"), NSLOCTEXT("", "D049E75D41747D01B6E6EBA69E365DD1", "UpperBound")))
  2056.       End Object
  2057.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_4"'
  2058.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_16.Density Filter_9"'
  2059.          Properties=(Label="Invert Filter",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "51E338C644B4F747F3CE3B81CF47FC7C", "bool"), NSLOCTEXT("", "455CCBE5487BB69C3C63208C66CE7ECF", "bInvertFilter")))
  2060.       End Object
  2061.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_16.Density Filter_9.PCGPin_5"'
  2062.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_16.Density Filter_9"'
  2063.          Properties=(Label="Keep Zero Density Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "3989252C44E3F4975F454BA712753B8B", "bool"), NSLOCTEXT("", "D8E5D55344206CD974DE6F8FD574666B", "bKeepZeroDensityPoints")))
  2064.       End Object
  2065.       PositionX=112
  2066.       PositionY=48
  2067.       SettingsInterface=/Script/PCG.PCGDensityFilterSettings'"PCGDensityFilterSettings_0"'
  2068.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  2069.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  2070.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  2071.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  2072.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  2073.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  2074.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_6"'
  2075.    End Object
  2076.    PCGNode=/Script/PCG.PCGNode'"Density Filter_9"'
  2077.    NodePosX=112
  2078.    NodePosY=48
  2079.    AdvancedPinDisplay=Hidden
  2080.    bUserSetEnabledState=True
  2081.    NodeGuid=8C58560C426E98AF351D4AAFDD9C71B6
  2082.    CustomProperties Pin (PinId=807195E547F83DFBD21BD2B87F532014,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_15 9BC7C9564E7EE4383EE9FA943997A8B3,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  2083.    CustomProperties Pin (PinId=089ABCFD4A78F5D3FBAD0FA85AA150F5,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2084.    CustomProperties Pin (PinId=884ED57247392DC85A6F82B0BBDD81F7,PinName="Lower Bound",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2085.    CustomProperties Pin (PinId=0EA8EF1746A69A9BD527A683C91DAA5E,PinName="Upper Bound",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2086.    CustomProperties Pin (PinId=2E466A35442EA6CE89932FB2FB36E3D0,PinName="Invert Filter",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2087.    CustomProperties Pin (PinId=8E55CD0146F6CA3E256127A651D1F6D7,PinName="Keep Zero Density Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2088.    CustomProperties Pin (PinId=B273646F4F71E330F95B1797046B9CDB,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_4 9EC131CA4A3057B37E1A98912106ABAD,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  2089. End Object
  2090. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_17" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17"'
  2091.    Begin Object Class=/Script/PCG.PCGNode Name="BoundsModifier_24" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24"'
  2092.       Begin Object Class=/Script/PCG.PCGBoundsModifierSettings Name="PCGBoundsModifierSettings_0" ExportPath=/Script/PCG.PCGBoundsModifierSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGBoundsModifierSettings_0"'
  2093.       End Object
  2094.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_7"'
  2095.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_3" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_7.PCGEdge_3"'
  2096.          End Object
  2097.       End Object
  2098.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_0"'
  2099.       End Object
  2100.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_1"'
  2101.       End Object
  2102.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_2"'
  2103.       End Object
  2104.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_3"'
  2105.       End Object
  2106.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_4"'
  2107.       End Object
  2108.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_5"'
  2109.       End Object
  2110.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_6"'
  2111.       End Object
  2112.    End Object
  2113.    Begin Object Name="BoundsModifier_24" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24"'
  2114.       Begin Object Name="PCGBoundsModifierSettings_0" ExportPath=/Script/PCG.PCGBoundsModifierSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGBoundsModifierSettings_0"'
  2115.          BoundsMin=(X=1.000000,Y=1.000000,Z=15.000000)
  2116.          BoundsMax=(X=1.000000,Y=1.000000,Z=18.000000)
  2117.          CachedOverridableParams(0)=(Label="Mode",PropertiesNames=("Mode"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  2118.          CachedOverridableParams(1)=(Label="Bounds Min",PropertiesNames=("BoundsMin"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  2119.          CachedOverridableParams(2)=(Label="Bounds Max",PropertiesNames=("BoundsMax"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  2120.          CachedOverridableParams(3)=(Label="Affect Steepness",PropertiesNames=("bAffectSteepness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  2121.          CachedOverridableParams(4)=(Label="Steepness",PropertiesNames=("Steepness"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGBoundsModifierSettings"')
  2122.       End Object
  2123.       Begin Object Name="PCGPin_7" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_7"'
  2124.          Begin Object Name="PCGEdge_3" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_7.PCGEdge_3"'
  2125.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_7"'
  2126.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_19.Difference_1.PCGPin_0"'
  2127.          End Object
  2128.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_17.BoundsModifier_24"'
  2129.          Properties=(Label="Out",AllowedTypes=Point)
  2130.       End Object
  2131.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_0"'
  2132.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_17.BoundsModifier_24"'
  2133.          Properties=(Label="In",AllowedTypes=Point)
  2134.       End Object
  2135.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_1"'
  2136.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_17.BoundsModifier_24"'
  2137.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  2138.       End Object
  2139.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_2"'
  2140.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_17.BoundsModifier_24"'
  2141.          Properties=(Label="Mode",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "E376C1DC4879A316B51283912B9365DB", "EPCGBoundsModifierMode"), NSLOCTEXT("", "3934FEF34BD52BB34246BDB56B4CB18E", "Mode")))
  2142.       End Object
  2143.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_3"'
  2144.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_17.BoundsModifier_24"'
  2145.          Properties=(Label="Bounds Min",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "4BAD80574A0C6C187F2CCD8A2C136CE9", "FVector"), NSLOCTEXT("", "7B148BBC4CA4A2B01D98B883CDE4D9F5", "BoundsMin")))
  2146.       End Object
  2147.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_4"'
  2148.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_17.BoundsModifier_24"'
  2149.          Properties=(Label="Bounds Max",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "ADA1FA6F4EC31656A8DF14BECB5FBDEE", "FVector"), NSLOCTEXT("", "526400F8451DD769C3A1CE87CB76F23F", "BoundsMax")))
  2150.       End Object
  2151.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_5"'
  2152.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_17.BoundsModifier_24"'
  2153.          Properties=(Label="Affect Steepness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "F21EB92747DBC5F629E889B63D2F5CE2", "bool"), NSLOCTEXT("", "DCC02F204925381D3C92EDAA182A6BC7", "bAffectSteepness")))
  2154.       End Object
  2155.       Begin Object Name="PCGPin_6" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_17.BoundsModifier_24.PCGPin_6"'
  2156.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_17.BoundsModifier_24"'
  2157.          Properties=(Label="Steepness",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "14E227A944DD70F9B3FFF39047ADBF08", "float"), NSLOCTEXT("", "351656714C2893DA1FBD999E02CD1E3F", "Steepness")))
  2158.       End Object
  2159.       PositionX=608
  2160.       PositionY=-320
  2161.       SettingsInterface=/Script/PCG.PCGBoundsModifierSettings'"PCGBoundsModifierSettings_0"'
  2162.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  2163.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  2164.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  2165.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  2166.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  2167.       InputPins(5)=/Script/PCG.PCGPin'"PCGPin_5"'
  2168.       InputPins(6)=/Script/PCG.PCGPin'"PCGPin_6"'
  2169.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_7"'
  2170.    End Object
  2171.    PCGNode=/Script/PCG.PCGNode'"BoundsModifier_24"'
  2172.    NodePosX=608
  2173.    NodePosY=-320
  2174.    AdvancedPinDisplay=Hidden
  2175.    bUserSetEnabledState=True
  2176.    NodeGuid=ADDC82ED433BF34C1B03178468A66B6B
  2177.    CustomProperties Pin (PinId=353EED9042491686FFE56B821AC90EAE,PinName="In",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_2 57C591234872AAA3FAF59BAC848FFE68,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  2178.    CustomProperties Pin (PinId=4049A8554D940B8F32FC71AAA58FD239,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2179.    CustomProperties Pin (PinId=61EB0EA148B0DEABAD6E4FB47EDA79E0,PinName="Mode",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2180.    CustomProperties Pin (PinId=061081C84F5E0AF3FAAA02872D745390,PinName="Bounds Min",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2181.    CustomProperties Pin (PinId=97EA63E64F502044F910F5A352B09EB4,PinName="Bounds Max",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2182.    CustomProperties Pin (PinId=DFC554524BE83724B29E5AAABA1ACCB9,PinName="Affect Steepness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2183.    CustomProperties Pin (PinId=66788BD74EFAC57087EA2B8E32A1CD16,PinName="Steepness",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2184.    CustomProperties Pin (PinId=3908590743BA644992D37C9A926CAEE6,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Concrete Data",PinType.PinSubCategory="Point Data",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_19 FF2BB76944E184A9D0FF5FAFB0FFD72E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  2185. End Object
  2186. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_18" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_18"'
  2187.    Begin Object Class=/Script/PCG.PCGNode Name="Get Actor Data_0" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_18.Get Actor Data_0"'
  2188.       Begin Object Class=/Script/PCG.PCGDataFromActorSettings Name="PCGDataFromActorSettings_0" ExportPath=/Script/PCG.PCGDataFromActorSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_18.Get Actor Data_0.PCGDataFromActorSettings_0"'
  2189.       End Object
  2190.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_18.Get Actor Data_0.PCGPin_0"'
  2191.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_18.Get Actor Data_0.PCGPin_0.PCGEdge_1"'
  2192.          End Object
  2193.       End Object
  2194.    End Object
  2195.    Begin Object Name="Get Actor Data_0" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_18.Get Actor Data_0"'
  2196.       Begin Object Name="PCGDataFromActorSettings_0" ExportPath=/Script/PCG.PCGDataFromActorSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_18.Get Actor Data_0.PCGDataFromActorSettings_0"'
  2197.          ActorSelector=(ActorFilter=AllWorldActors,ActorSelectionTag="Geo")
  2198.       End Object
  2199.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_18.Get Actor Data_0.PCGPin_0"'
  2200.          Begin Object Name="PCGEdge_1" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_18.Get Actor Data_0.PCGPin_0.PCGEdge_1"'
  2201.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_18.Get Actor Data_0.PCGPin_0"'
  2202.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_19.Difference_1.PCGPin_1"'
  2203.          End Object
  2204.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_18.Get Actor Data_0"'
  2205.          Properties=(Label="Out",AllowedTypes=Spatial)
  2206.       End Object
  2207.       PositionX=348
  2208.       PositionY=-583
  2209.       SettingsInterface=/Script/PCG.PCGDataFromActorSettings'"PCGDataFromActorSettings_0"'
  2210.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  2211.    End Object
  2212.    PCGNode=/Script/PCG.PCGNode'"Get Actor Data_0"'
  2213.    NodePosX=348
  2214.    NodePosY=-583
  2215.    bUserSetEnabledState=True
  2216.    NodeGuid=6E653E1542535DE0168252BBEE1CEDBE
  2217.    CustomProperties Pin (PinId=F718D1CC4591FF82B3D76BA8BA159055,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_19 7FBF8FA946781F3DD6D5B69920FBE346,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  2218. End Object
  2219. Begin Object Class=/Script/PCGEditor.PCGEditorGraphNode Name="PCGEditorGraphNode_19" ExportPath=/Script/PCGEditor.PCGEditorGraphNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19"'
  2220.    Begin Object Class=/Script/PCG.PCGNode Name="Difference_1" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1"'
  2221.       Begin Object Class=/Script/PCG.PCGDifferenceSettings Name="PCGDifferenceSettings_1" ExportPath=/Script/PCG.PCGDifferenceSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGDifferenceSettings_1"'
  2222.       End Object
  2223.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_5"'
  2224.          Begin Object Class=/Script/PCG.PCGEdge Name="PCGEdge_0" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_5.PCGEdge_0"'
  2225.          End Object
  2226.       End Object
  2227.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_0"'
  2228.       End Object
  2229.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_1"'
  2230.       End Object
  2231.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_2"'
  2232.       End Object
  2233.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_3"'
  2234.       End Object
  2235.       Begin Object Class=/Script/PCG.PCGPin Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_4"'
  2236.       End Object
  2237.    End Object
  2238.    Begin Object Name="Difference_1" ExportPath=/Script/PCG.PCGNode'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1"'
  2239.       Begin Object Name="PCGDifferenceSettings_1" ExportPath=/Script/PCG.PCGDifferenceSettings'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGDifferenceSettings_1"'
  2240.          DensityFunction=Binary
  2241.          CachedOverridableParams(0)=(Label="Density Function",PropertiesNames=("DensityFunction"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDifferenceSettings"')
  2242.          CachedOverridableParams(1)=(Label="Keep Zero Density Points",PropertiesNames=("bKeepZeroDensityPoints"),PropertyClass=/Script/CoreUObject.Class'"/Script/PCG.PCGDifferenceSettings"')
  2243.       End Object
  2244.       Begin Object Name="PCGPin_5" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_5"'
  2245.          Begin Object Name="PCGEdge_0" ExportPath=/Script/PCG.PCGEdge'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_5.PCGEdge_0"'
  2246.             InputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_19.Difference_1.PCGPin_5"'
  2247.             OutputPin=/Script/PCG.PCGPin'"PCGEditorGraphNode_1.StaticMeshSpawner_0.PCGPin_0"'
  2248.          End Object
  2249.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_19.Difference_1"'
  2250.          Properties=(Label="Out",AllowedTypes=Spatial)
  2251.       End Object
  2252.       Begin Object Name="PCGPin_0" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_0"'
  2253.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_19.Difference_1"'
  2254.          Properties=(Label="Source",AllowedTypes=Spatial)
  2255.       End Object
  2256.       Begin Object Name="PCGPin_1" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_1"'
  2257.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_19.Difference_1"'
  2258.          Properties=(Label="Differences",AllowedTypes=Spatial)
  2259.       End Object
  2260.       Begin Object Name="PCGPin_2" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_2"'
  2261.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_19.Difference_1"'
  2262.          Properties=(Label="Params",AllowedTypes=Param,bAdvancedPin=True,Tooltip=NSLOCTEXT("PCGSettings", "GlobalParamPinTooltip", "Can bundle multiple param data to override multiple parameters at the same time. Names need to match perfectly."))
  2263.       End Object
  2264.       Begin Object Name="PCGPin_3" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_3"'
  2265.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_19.Difference_1"'
  2266.          Properties=(Label="Density Function",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "95FA1F504FCEA8D7EF21009B61D6D406", "EPCGDifferenceDensityFunction"), NSLOCTEXT("", "AEB152B44B65409D4EC4EEB78FA2EC97", "DensityFunction")))
  2267.       End Object
  2268.       Begin Object Name="PCGPin_4" ExportPath=/Script/PCG.PCGPin'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.PCGEditorGraphNode_19.Difference_1.PCGPin_4"'
  2269.          Node=/Script/PCG.PCGNode'"PCGEditorGraphNode_19.Difference_1"'
  2270.          Properties=(Label="Keep Zero Density Points",AllowedTypes=Param,bAllowMultipleData=False,bAllowMultipleConnections=False,bAdvancedPin=True,Tooltip=LOCGEN_FORMAT_ORDERED(NSLOCTEXT("PCGSettings", "OverridableParamPinTooltip", "{0}Param type is \"{1}\" and its exact name is \"{2}\""), "", NSLOCTEXT("", "F2B37D954EE7232DA244B096AF492A7A", "bool"), NSLOCTEXT("", "DA76144341C592016230AF9E7EE9B0B2", "bKeepZeroDensityPoints")))
  2271.       End Object
  2272.       PositionX=832
  2273.       PositionY=-336
  2274.       SettingsInterface=/Script/PCG.PCGDifferenceSettings'"PCGDifferenceSettings_1"'
  2275.       InputPins(0)=/Script/PCG.PCGPin'"PCGPin_0"'
  2276.       InputPins(1)=/Script/PCG.PCGPin'"PCGPin_1"'
  2277.       InputPins(2)=/Script/PCG.PCGPin'"PCGPin_2"'
  2278.       InputPins(3)=/Script/PCG.PCGPin'"PCGPin_3"'
  2279.       InputPins(4)=/Script/PCG.PCGPin'"PCGPin_4"'
  2280.       OutputPins(0)=/Script/PCG.PCGPin'"PCGPin_5"'
  2281.    End Object
  2282.    PCGNode=/Script/PCG.PCGNode'"Difference_1"'
  2283.    NodePosX=832
  2284.    NodePosY=-336
  2285.    AdvancedPinDisplay=Hidden
  2286.    bUserSetEnabledState=True
  2287.    NodeGuid=DD1F74D9472B3D97150EA093C9C62F57
  2288.    CustomProperties Pin (PinId=FF2BB76944E184A9D0FF5FAFB0FFD72E,PinName="Source",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_17 3908590743BA644992D37C9A926CAEE6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  2289.    CustomProperties Pin (PinId=7FBF8FA946781F3DD6D5B69920FBE346,PinName="Differences",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_18 F718D1CC4591FF82B3D76BA8BA159055,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  2290.    CustomProperties Pin (PinId=222FD70940B5C484F3988AA05F2AE868,PinName="Params",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2291.    CustomProperties Pin (PinId=9CE17AD74859098D0A41189C9B687E5D,PinName="Density Function",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2292.    CustomProperties Pin (PinId=941E49834D80AEDC331198B5912D3512,PinName="Keep Zero Density Points",PinType.PinCategory="Param Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=True,bOrphanedPin=False,)
  2293.    CustomProperties Pin (PinId=3DA935704F2AF223F07221A5973C8E2A,PinName="Out",Direction="EGPD_Output",PinType.PinCategory="Spatial Data",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PinType.bSerializeAsSinglePrecisionFloat=False,LinkedTo=(PCGEditorGraphNode_1 74752C9D42F2503A7476C781807F3A05,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
  2294. End Object
  2295. Begin Object Class=/Script/UnrealEd.EdGraphNode_Comment Name="EdGraphNode_Comment_3" ExportPath=/Script/UnrealEd.EdGraphNode_Comment'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.EdGraphNode_Comment_3"'
  2296.    bCommentBubbleVisible_InDetailsPanel=False
  2297.    NodePosX=-320
  2298.    NodePosY=-416
  2299.    NodeWidth=1632
  2300.    NodeHeight=256
  2301.    bCommentBubblePinned=False
  2302.    bCommentBubbleVisible=False
  2303.    NodeComment="Trees"
  2304.    NodeGuid=5F4A8F394C7FD1A822AFC7AD383158B3
  2305. End Object
  2306. Begin Object Class=/Script/UnrealEd.EdGraphNode_Comment Name="EdGraphNode_Comment_4" ExportPath=/Script/UnrealEd.EdGraphNode_Comment'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.EdGraphNode_Comment_4"'
  2307.    bCommentBubbleVisible_InDetailsPanel=False
  2308.    NodePosX=-336
  2309.    NodePosY=-64
  2310.    NodeWidth=1584
  2311.    NodeHeight=256
  2312.    bCommentBubblePinned=False
  2313.    bCommentBubbleVisible=False
  2314.    NodeComment="Rocks"
  2315.    NodeGuid=F7D7183E451C91F6358D9798FC674E19
  2316. End Object
  2317. Begin Object Class=/Script/UnrealEd.EdGraphNode_Comment Name="EdGraphNode_Comment_5" ExportPath=/Script/UnrealEd.EdGraphNode_Comment'"/Game/ScatteringSystem.ScatteringSystem:PCGEditorGraph_1.EdGraphNode_Comment_5"'
  2318.    bCommentBubbleVisible_InDetailsPanel=False
  2319.    NodePosX=-368
  2320.    NodePosY=304
  2321.    NodeWidth=1536
  2322.    NodeHeight=224
  2323.    bCommentBubblePinned=False
  2324.    bCommentBubbleVisible=False
  2325.    NodeComment="Foliage"
  2326.    NodeGuid=1B0426094D3DC5B91C141B945242CAA5
  2327. End Object
  2328.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement