Skip to content

Instantly share code, notes, and snippets.

@wesyc
Created September 9, 2015 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesyc/9cdfd57aba8aead490db to your computer and use it in GitHub Desktop.
Save wesyc/9cdfd57aba8aead490db to your computer and use it in GitHub Desktop.
This is the blueprint node for quickly place models along spline
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_14567"
Begin Object Class=EdGraphPin Name="EdGraphPin_479609"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479608"
End Object
Begin Object Name="EdGraphPin_479609"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Blueprints/vine_tree_line.vine_tree_line_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_479608"
PinName="Spline1"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.SplineComponent')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17875.EdGraphPin_480645'
End Object
VariableReference=(MemberName="Spline1",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_479608'
Pins(1)=EdGraphPin'EdGraphPin_479609'
NodePosX=32
NodePosY=400
NodeGuid=23D6D0F541F28398335E688DCC769DC6
End Object
Begin Object Class=K2Node_MacroInstance Name="K2Node_MacroInstance_1294"
Begin Object Class=EdGraphPin Name="EdGraphPin_480632"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480631"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480630"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480629"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480628"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480627"
End Object
Begin Object Name="EdGraphPin_480632"
PinName="Completed"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_480631"
PinName="Index"
Direction=EGPD_Output
PinType=(PinCategory="int")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17878.EdGraphPin_480673'
End Object
Begin Object Name="EdGraphPin_480630"
PinName="LoopBody"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17889.EdGraphPin_480833'
End Object
Begin Object Name="EdGraphPin_480629"
PinName="LastIndex"
PinType=(PinCategory="int")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17883.EdGraphPin_480746'
End Object
Begin Object Name="EdGraphPin_480628"
PinName="FirstIndex"
PinType=(PinCategory="int")
DefaultValue="0"
End Object
Begin Object Name="EdGraphPin_480627"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_2092.EdGraphPin_479853'
End Object
MacroGraphReference=(MacroGraph=EdGraph'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ForLoop',GraphBlueprint=Blueprint'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros',GraphGuid=55C904AF4B45FE1761FB55A8DB9FB801)
Pins(0)=EdGraphPin'EdGraphPin_480627'
Pins(1)=EdGraphPin'EdGraphPin_480628'
Pins(2)=EdGraphPin'EdGraphPin_480629'
Pins(3)=EdGraphPin'EdGraphPin_480630'
Pins(4)=EdGraphPin'EdGraphPin_480631'
Pins(5)=EdGraphPin'EdGraphPin_480632'
NodePosX=272
NodePosY=64
NodeComment="Repeat loop for each mesh to add"
bCommentBubbleVisible=True
ErrorType=1
ErrorMsg="Error Unexpected node type K2Node_MacroInstance encountered at ForLoop "
NodeGuid=E593B0C34FA10D7FC15F38B50016E1FA
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_14568"
Begin Object Class=EdGraphPin Name="EdGraphPin_479780"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479779"
End Object
Begin Object Name="EdGraphPin_479780"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Blueprints/vine_tree_line.vine_tree_line_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_479779"
PinName="Number of meshes"
Direction=EGPD_Output
PinType=(PinCategory="int")
AutogeneratedDefaultValue="0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17880.EdGraphPin_480694'
LinkedTo(1)=EdGraphPin'K2Node_CallFunction_17883.EdGraphPin_480744'
End Object
VariableReference=(MemberName="Number of meshes",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_479779'
Pins(1)=EdGraphPin'EdGraphPin_479780'
NodePosX=-256
NodePosY=160
NodeGuid=657908414421B3297F29098B979F3D11
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17875"
Begin Object Class=EdGraphPin Name="EdGraphPin_480646"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480645"
End Object
Begin Object Name="EdGraphPin_480646"
PinName="ReturnValue"
PinToolTip="Return Value\nFloat"
Direction=EGPD_Output
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17877.EdGraphPin_480661'
End Object
Begin Object Name="EdGraphPin_480645"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nSpline Component Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.SplineComponent')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14567.EdGraphPin_479608'
End Object
bIsPureFunc=True
bIsConstFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.SplineComponent',MemberName="GetSplineLength")
Pins(0)=EdGraphPin'EdGraphPin_480645'
Pins(1)=EdGraphPin'EdGraphPin_480646'
NodePosX=208
NodePosY=336
NodeGuid=8C5B3BAF4F647CAF225D2AA0051CF950
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17876"
Begin Object Class=EdGraphPin Name="EdGraphPin_480653"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480652"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480651"
End Object
Begin Object Name="EdGraphPin_480653"
PinName="ReturnValue"
PinToolTip="Return Value\nFloat"
Direction=EGPD_Output
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17877.EdGraphPin_480662'
End Object
Begin Object Name="EdGraphPin_480652"
PinName="InInt"
PinToolTip="In Int\nInteger"
PinType=(PinCategory="int")
DefaultValue="0"
AutogeneratedDefaultValue="0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17883.EdGraphPin_480746'
End Object
Begin Object Name="EdGraphPin_480651"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="Conv_IntToFloat")
Pins(0)=EdGraphPin'EdGraphPin_480651'
Pins(1)=EdGraphPin'EdGraphPin_480652'
Pins(2)=EdGraphPin'EdGraphPin_480653'
NodePosX=256
NodePosY=432
NodeGuid=743F555440038C90796F4AAA9E7F5F2C
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17877"
Begin Object Class=EdGraphPin Name="EdGraphPin_480663"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480662"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480661"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480660"
End Object
Begin Object Name="EdGraphPin_480663"
PinName="ReturnValue"
PinToolTip="Return Value\nFloat"
Direction=EGPD_Output
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17878.EdGraphPin_480674'
End Object
Begin Object Name="EdGraphPin_480662"
PinName="B"
PinToolTip="B\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="1.000000"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17876.EdGraphPin_480653'
End Object
Begin Object Name="EdGraphPin_480661"
PinName="A"
PinToolTip="A\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17875.EdGraphPin_480646'
End Object
Begin Object Name="EdGraphPin_480660"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="Divide_FloatFloat")
Pins(0)=EdGraphPin'EdGraphPin_480660'
Pins(1)=EdGraphPin'EdGraphPin_480661'
Pins(2)=EdGraphPin'EdGraphPin_480662'
Pins(3)=EdGraphPin'EdGraphPin_480663'
NodePosX=448
NodePosY=384
NodeComment="Divide spline length by number of meshes"
bCommentBubbleVisible=True
NodeGuid=29ACB4364C4F4966C491D6BB503C7117
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17878"
Begin Object Class=EdGraphPin Name="EdGraphPin_480675"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480674"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480673"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480672"
End Object
Begin Object Name="EdGraphPin_480675"
PinName="ReturnValue"
PinToolTip="Return Value\nFloat"
Direction=EGPD_Output
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17879.EdGraphPin_480685'
LinkedTo(1)=EdGraphPin'K2Node_CallFunction_17881.EdGraphPin_480706'
End Object
Begin Object Name="EdGraphPin_480674"
PinName="B"
PinToolTip="B\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17877.EdGraphPin_480663'
End Object
Begin Object Name="EdGraphPin_480673"
PinName="A"
PinToolTip="A\nInteger"
PinType=(PinCategory="int")
DefaultValue="0"
AutogeneratedDefaultValue="0"
LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_1294.EdGraphPin_480631'
End Object
Begin Object Name="EdGraphPin_480672"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="Multiply_IntFloat")
Pins(0)=EdGraphPin'EdGraphPin_480672'
Pins(1)=EdGraphPin'EdGraphPin_480673'
Pins(2)=EdGraphPin'EdGraphPin_480674'
Pins(3)=EdGraphPin'EdGraphPin_480675'
NodePosX=592
NodePosY=240
NodeComment="Multiply by current index"
bCommentBubbleVisible=True
NodeGuid=61E23FC447DC14D0CF55299B738B3509
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_14569"
Begin Object Class=EdGraphPin Name="EdGraphPin_479825"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479824"
End Object
Begin Object Name="EdGraphPin_479825"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Blueprints/vine_tree_line.vine_tree_line_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_479824"
PinName="Spline1"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.SplineComponent')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17879.EdGraphPin_480684'
End Object
VariableReference=(MemberName="Spline1",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_479824'
Pins(1)=EdGraphPin'EdGraphPin_479825'
NodePosX=576
NodePosY=112
NodeGuid=88A4EA74446CA6B227849EAA88847FF7
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17879"
Begin Object Class=EdGraphPin Name="EdGraphPin_480686"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480685"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480684"
End Object
Begin Object Name="EdGraphPin_480686"
PinName="ReturnValue"
PinToolTip="Return Value\nVector "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17890.EdGraphPin_480873'
End Object
Begin Object Name="EdGraphPin_480685"
PinName="Distance"
PinToolTip="Distance\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17878.EdGraphPin_480675'
End Object
Begin Object Name="EdGraphPin_480684"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nSpline Component Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.SplineComponent')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14569.EdGraphPin_479824'
End Object
bIsPureFunc=True
bIsConstFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.SplineComponent',MemberName="GetWorldLocationAtDistanceAlongSpline")
Pins(0)=EdGraphPin'EdGraphPin_480684'
Pins(1)=EdGraphPin'EdGraphPin_480685'
Pins(2)=EdGraphPin'EdGraphPin_480686'
NodePosX=752
NodePosY=80
NodeGuid=683C3CA446F88FFD1E0A7498150BF1CE
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17880"
Begin Object Class=EdGraphPin Name="EdGraphPin_480696"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480695"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480694"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480693"
End Object
Begin Object Name="EdGraphPin_480696"
PinName="ReturnValue"
PinToolTip="Return Value\nBoolean"
Direction=EGPD_Output
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="false"
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_2092.EdGraphPin_479852'
End Object
Begin Object Name="EdGraphPin_480695"
PinName="B"
PinToolTip="B\nInteger"
PinType=(PinCategory="int")
DefaultValue="0"
AutogeneratedDefaultValue="0"
End Object
Begin Object Name="EdGraphPin_480694"
PinName="A"
PinToolTip="A\nInteger"
PinType=(PinCategory="int")
DefaultValue="0"
AutogeneratedDefaultValue="0"
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14568.EdGraphPin_479779'
End Object
Begin Object Name="EdGraphPin_480693"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="Greater_IntInt")
Pins(0)=EdGraphPin'EdGraphPin_480693'
Pins(1)=EdGraphPin'EdGraphPin_480694'
Pins(2)=EdGraphPin'EdGraphPin_480695'
Pins(3)=EdGraphPin'EdGraphPin_480696'
NodePosX=-80
NodePosY=128
NodeGuid=C907EAA547451FE07AAA41A7FA517E68
End Object
Begin Object Class=K2Node_IfThenElse Name="K2Node_IfThenElse_2092"
Begin Object Class=EdGraphPin Name="EdGraphPin_479854"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479853"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479852"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479851"
End Object
Begin Object Name="EdGraphPin_479854"
PinName="else"
PinFriendlyName="false"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_479853"
PinName="then"
PinFriendlyName="true"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_1294.EdGraphPin_480627'
End Object
Begin Object Name="EdGraphPin_479852"
PinName="Condition"
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="true"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17880.EdGraphPin_480696'
End Object
Begin Object Name="EdGraphPin_479851"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17884.EdGraphPin_480756'
End Object
Pins(0)=EdGraphPin'EdGraphPin_479851'
Pins(1)=EdGraphPin'EdGraphPin_479852'
Pins(2)=EdGraphPin'EdGraphPin_479853'
Pins(3)=EdGraphPin'EdGraphPin_479854'
NodePosX=64
NodePosY=48
NodeGuid=03CBFFA045310945B35DECB65C5214FB
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17881"
Begin Object Class=EdGraphPin Name="EdGraphPin_480715"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480714"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480713"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480707"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480706"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480705"
End Object
Begin Object Name="EdGraphPin_480715"
PinName="ReturnValue_Roll"
PinFriendlyName="Return Value Roll"
Direction=EGPD_Output
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
ParentPin=EdGraphPin'K2Node_CallFunction_17881.EdGraphPin_480707'
End Object
Begin Object Name="EdGraphPin_480714"
PinName="ReturnValue_Yaw"
PinFriendlyName="Return Value Yaw"
Direction=EGPD_Output
PinType=(PinCategory="float")
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17888.EdGraphPin_480820'
ParentPin=EdGraphPin'K2Node_CallFunction_17881.EdGraphPin_480707'
End Object
Begin Object Name="EdGraphPin_480713"
PinName="ReturnValue_Pitch"
PinFriendlyName="Return Value Pitch"
Direction=EGPD_Output
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
ParentPin=EdGraphPin'K2Node_CallFunction_17881.EdGraphPin_480707'
End Object
Begin Object Name="EdGraphPin_480707"
PinName="ReturnValue"
PinToolTip="Return Value\nRotator "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Rotator')
AutogeneratedDefaultValue="0, 0, 0"
SubPins(0)=EdGraphPin'K2Node_CallFunction_17881.EdGraphPin_480713'
SubPins(1)=EdGraphPin'K2Node_CallFunction_17881.EdGraphPin_480714'
SubPins(2)=EdGraphPin'K2Node_CallFunction_17881.EdGraphPin_480715'
bHidden=True
End Object
Begin Object Name="EdGraphPin_480706"
PinName="Distance"
PinToolTip="Distance\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17878.EdGraphPin_480675'
End Object
Begin Object Name="EdGraphPin_480705"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nSpline Component Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.SplineComponent')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14571.EdGraphPin_479931'
End Object
bIsPureFunc=True
bIsConstFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.SplineComponent',MemberName="GetWorldRotationAtDistanceAlongSpline")
Pins(0)=EdGraphPin'EdGraphPin_480705'
Pins(1)=EdGraphPin'EdGraphPin_480706'
Pins(2)=EdGraphPin'EdGraphPin_480707'
Pins(3)=EdGraphPin'EdGraphPin_480713'
Pins(4)=EdGraphPin'EdGraphPin_480714'
Pins(5)=EdGraphPin'EdGraphPin_480715'
NodePosX=2192
NodePosY=320
NodeGuid=43031E8D427DAF3E9F384EB8B6F8FDC9
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17882"
Begin Object Class=EdGraphPin Name="EdGraphPin_480732"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480731"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480730"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480729"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480728"
End Object
Begin Object Name="EdGraphPin_480732"
PinName="ReturnValue"
PinToolTip="Return Value\nTransform "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Transform')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17885.EdGraphPin_480767'
End Object
Begin Object Name="EdGraphPin_480731"
PinName="Scale"
PinToolTip="Scale\nVector "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="1,1,1"
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14575.EdGraphPin_480108'
End Object
Begin Object Name="EdGraphPin_480730"
PinName="Rotation"
PinToolTip="Rotation\nRotator "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Rotator')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
End Object
Begin Object Name="EdGraphPin_480729"
PinName="Location"
PinToolTip="Location\nVector "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17894.EdGraphPin_480968'
End Object
Begin Object Name="EdGraphPin_480728"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="MakeTransform")
Pins(0)=EdGraphPin'EdGraphPin_480728'
Pins(1)=EdGraphPin'EdGraphPin_480729'
Pins(2)=EdGraphPin'EdGraphPin_480730'
Pins(3)=EdGraphPin'EdGraphPin_480731'
Pins(4)=EdGraphPin'EdGraphPin_480732'
NodePosX=2560
NodeGuid=D54C010346528384CC1B1591D27AAB63
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17883"
Begin Object Class=EdGraphPin Name="EdGraphPin_480746"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480745"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480744"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480743"
End Object
Begin Object Name="EdGraphPin_480746"
PinName="ReturnValue"
PinToolTip="Return Value\nInteger"
Direction=EGPD_Output
PinType=(PinCategory="int")
DefaultValue="0"
AutogeneratedDefaultValue="0"
LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_1294.EdGraphPin_480629'
LinkedTo(1)=EdGraphPin'K2Node_CallFunction_17876.EdGraphPin_480652'
End Object
Begin Object Name="EdGraphPin_480745"
PinName="B"
PinToolTip="B\nInteger"
PinType=(PinCategory="int")
DefaultValue="1"
AutogeneratedDefaultValue="1"
End Object
Begin Object Name="EdGraphPin_480744"
PinName="A"
PinToolTip="A\nInteger"
PinType=(PinCategory="int")
DefaultValue="0"
AutogeneratedDefaultValue="0"
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14568.EdGraphPin_479779'
End Object
Begin Object Name="EdGraphPin_480743"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="Subtract_IntInt")
Pins(0)=EdGraphPin'EdGraphPin_480743'
Pins(1)=EdGraphPin'EdGraphPin_480744'
Pins(2)=EdGraphPin'EdGraphPin_480745'
Pins(3)=EdGraphPin'EdGraphPin_480746'
NodePosX=-80
NodePosY=240
NodeComment="Subtract 1 to account for first index being 0"
bCommentBubbleVisible=True
NodeGuid=AE4C1553485E5AE87A82E8835739AC0D
End Object
Begin Object Class=K2Node_IfThenElse Name="K2Node_IfThenElse_2093"
Begin Object Class=EdGraphPin Name="EdGraphPin_479916"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479915"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479914"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479913"
End Object
Begin Object Name="EdGraphPin_479916"
PinName="else"
PinFriendlyName="false"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_479915"
PinName="then"
PinFriendlyName="true"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17886.EdGraphPin_480779'
End Object
Begin Object Name="EdGraphPin_479914"
PinName="Condition"
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="true"
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14570.EdGraphPin_479925'
End Object
Begin Object Name="EdGraphPin_479913"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17885.EdGraphPin_480765'
End Object
Pins(0)=EdGraphPin'EdGraphPin_479913'
Pins(1)=EdGraphPin'EdGraphPin_479914'
Pins(2)=EdGraphPin'EdGraphPin_479915'
Pins(3)=EdGraphPin'EdGraphPin_479916'
NodePosX=3264
NodePosY=-128
NodeGuid=DA01804642D0C3FA99B965AEB398E3C8
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_14570"
Begin Object Class=EdGraphPin Name="EdGraphPin_479926"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479925"
End Object
Begin Object Name="EdGraphPin_479926"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Blueprints/vine_tree_line.vine_tree_line_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_479925"
PinName="Orient to spline"
Direction=EGPD_Output
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="false"
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_2093.EdGraphPin_479914'
End Object
VariableReference=(MemberName="Orient to spline",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_479925'
Pins(1)=EdGraphPin'EdGraphPin_479926'
NodePosX=3104
NodePosY=-64
NodeGuid=7D6E20114EDD8F7A028038ADEF439CE4
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_14571"
Begin Object Class=EdGraphPin Name="EdGraphPin_479932"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479931"
End Object
Begin Object Name="EdGraphPin_479932"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Blueprints/vine_tree_line.vine_tree_line_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_479931"
PinName="Spline1"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.SplineComponent')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17881.EdGraphPin_480705'
End Object
VariableReference=(MemberName="Spline1",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_479931'
Pins(1)=EdGraphPin'EdGraphPin_479932'
NodePosX=2048
NodePosY=336
NodeGuid=CFF73E5742DB6CC2ECF0C19D0CF1276D
End Object
Begin Object Class=K2Node_IfThenElse Name="K2Node_IfThenElse_2094"
Begin Object Class=EdGraphPin Name="EdGraphPin_479940"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479939"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479938"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479937"
End Object
Begin Object Name="EdGraphPin_479940"
PinName="else"
PinFriendlyName="false"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_479939"
PinName="then"
PinFriendlyName="true"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17884.EdGraphPin_480755'
End Object
Begin Object Name="EdGraphPin_479938"
PinName="Condition"
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="true"
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14572.EdGraphPin_479949'
End Object
Begin Object Name="EdGraphPin_479937"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17895.EdGraphPin_480978'
LinkedTo(1)=EdGraphPin'K2Node_Tunnel_1124.EdGraphPin_479242'
End Object
Pins(0)=EdGraphPin'EdGraphPin_479937'
Pins(1)=EdGraphPin'EdGraphPin_479938'
Pins(2)=EdGraphPin'EdGraphPin_479939'
Pins(3)=EdGraphPin'EdGraphPin_479940'
NodePosX=-1008
NodePosY=-144
NodeGuid=BB10B1DB431F5CD1EC771FB87AC2C229
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_14572"
Begin Object Class=EdGraphPin Name="EdGraphPin_479950"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479949"
End Object
Begin Object Name="EdGraphPin_479950"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Blueprints/vine_tree_line.vine_tree_line_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_479949"
PinName="Generate"
Direction=EGPD_Output
PinType=(PinCategory="bool")
AutogeneratedDefaultValue="false"
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_2094.EdGraphPin_479938'
End Object
VariableReference=(MemberName="Generate",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_479949'
Pins(1)=EdGraphPin'EdGraphPin_479950'
NodePosX=-1056
NodePosY=-32
NodeGuid=F2B8826C415B51224F7110A26B83CEDC
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_14573"
Begin Object Class=EdGraphPin Name="EdGraphPin_479774"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479773"
End Object
Begin Object Name="EdGraphPin_479774"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Blueprints/vine_tree_line.vine_tree_line_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_479773"
PinName="PineTree"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.HierarchicalInstancedStaticMeshComponent')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17884.EdGraphPin_480757'
End Object
VariableReference=(MemberName="PineTree",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_479773'
Pins(1)=EdGraphPin'EdGraphPin_479774'
NodePosX=-656
NodePosY=-48
NodeGuid=0832C4514331BB7A52F592A569F932E5
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17884"
Begin Object Class=EdGraphPin Name="EdGraphPin_480757"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480756"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480755"
End Object
Begin Object Name="EdGraphPin_480757"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nInstanced Static Mesh Component Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.InstancedStaticMeshComponent')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14573.EdGraphPin_479773'
End Object
Begin Object Name="EdGraphPin_480756"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_2092.EdGraphPin_479851'
End Object
Begin Object Name="EdGraphPin_480755"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_2094.EdGraphPin_479939'
End Object
FunctionReference=(MemberParent=Class'/Script/Engine.InstancedStaticMeshComponent',MemberName="ClearInstances")
Pins(0)=EdGraphPin'EdGraphPin_480755'
Pins(1)=EdGraphPin'EdGraphPin_480756'
Pins(2)=EdGraphPin'EdGraphPin_480757'
NodePosX=-656
NodePosY=-160
NodeGuid=B2E5A9BC4DCF7FDDDCDE0DA440A981E5
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_14574"
Begin Object Class=EdGraphPin Name="EdGraphPin_479980"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_479979"
End Object
Begin Object Name="EdGraphPin_479980"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Blueprints/vine_tree_line.vine_tree_line_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_479979"
PinName="PineTree"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.HierarchicalInstancedStaticMeshComponent')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17885.EdGraphPin_480766'
LinkedTo(1)=EdGraphPin'K2Node_CallFunction_17886.EdGraphPin_480781'
End Object
VariableReference=(MemberName="PineTree",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_479979'
Pins(1)=EdGraphPin'EdGraphPin_479980'
NodePosX=2656
NodePosY=-320
NodeGuid=6293C8C2484580C0A448BEA8D7D9AA30
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17885"
Begin Object Class=EdGraphPin Name="EdGraphPin_480768"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480767"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480766"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480765"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480764"
End Object
Begin Object Name="EdGraphPin_480768"
PinName="ReturnValue"
PinToolTip="Return Value\nInteger"
Direction=EGPD_Output
PinType=(PinCategory="int")
AutogeneratedDefaultValue="0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17886.EdGraphPin_480782'
End Object
Begin Object Name="EdGraphPin_480767"
PinName="WorldTransform"
PinToolTip="World Transform\nTransform (by ref)"
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Transform',bIsReference=True,bIsConst=True)
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17882.EdGraphPin_480732'
bDefaultValueIsIgnored=True
End Object
Begin Object Name="EdGraphPin_480766"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nInstanced Static Mesh Component Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.InstancedStaticMeshComponent')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14574.EdGraphPin_479979'
End Object
Begin Object Name="EdGraphPin_480765"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_2093.EdGraphPin_479913'
End Object
Begin Object Name="EdGraphPin_480764"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17889.EdGraphPin_480834'
End Object
FunctionReference=(MemberParent=Class'/Script/Engine.InstancedStaticMeshComponent',MemberName="AddInstanceWorldSpace")
Pins(0)=EdGraphPin'EdGraphPin_480764'
Pins(1)=EdGraphPin'EdGraphPin_480765'
Pins(2)=EdGraphPin'EdGraphPin_480766'
Pins(3)=EdGraphPin'EdGraphPin_480767'
Pins(4)=EdGraphPin'EdGraphPin_480768'
NodePosX=2864
NodePosY=-384
NodeGuid=601890194D2F65568DBE70BBC3CF2660
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17886"
Begin Object Class=EdGraphPin Name="EdGraphPin_480786"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480785"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480784"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480783"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480782"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480781"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480780"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480779"
End Object
Begin Object Name="EdGraphPin_480786"
PinName="ReturnValue"
PinToolTip="Return Value\nBoolean"
Direction=EGPD_Output
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="false"
End Object
Begin Object Name="EdGraphPin_480785"
PinName="bMarkRenderStateDirty"
PinToolTip="Mark Render State Dirty\nBoolean"
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="false"
End Object
Begin Object Name="EdGraphPin_480784"
PinName="bWorldSpace"
PinToolTip="World Space\nBoolean"
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="false"
End Object
Begin Object Name="EdGraphPin_480783"
PinName="NewInstanceTransform"
PinToolTip="New Instance Transform\nTransform (by ref)"
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Transform',bIsReference=True,bIsConst=True)
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17887.EdGraphPin_480807'
bDefaultValueIsIgnored=True
End Object
Begin Object Name="EdGraphPin_480782"
PinName="InstanceIndex"
PinToolTip="Instance Index\nInteger"
PinType=(PinCategory="int")
DefaultValue="0"
AutogeneratedDefaultValue="0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17885.EdGraphPin_480768'
End Object
Begin Object Name="EdGraphPin_480781"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nInstanced Static Mesh Component Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.InstancedStaticMeshComponent')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14574.EdGraphPin_479979'
End Object
Begin Object Name="EdGraphPin_480780"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_480779"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_2093.EdGraphPin_479915'
End Object
FunctionReference=(MemberParent=Class'/Script/Engine.InstancedStaticMeshComponent',MemberName="UpdateInstanceTransform")
Pins(0)=EdGraphPin'EdGraphPin_480779'
Pins(1)=EdGraphPin'EdGraphPin_480780'
Pins(2)=EdGraphPin'EdGraphPin_480781'
Pins(3)=EdGraphPin'EdGraphPin_480782'
Pins(4)=EdGraphPin'EdGraphPin_480783'
Pins(5)=EdGraphPin'EdGraphPin_480784'
Pins(6)=EdGraphPin'EdGraphPin_480785'
Pins(7)=EdGraphPin'EdGraphPin_480786'
NodePosX=3488
NodePosY=-96
NodeGuid=1FA8C38A47BA9178C7C9F99992411B9C
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17887"
Begin Object Class=EdGraphPin Name="EdGraphPin_480807"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480806"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480805"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480804"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480803"
End Object
Begin Object Name="EdGraphPin_480807"
PinName="ReturnValue"
PinToolTip="Return Value\nTransform "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Transform')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17886.EdGraphPin_480783'
End Object
Begin Object Name="EdGraphPin_480806"
PinName="Scale"
PinToolTip="Scale\nVector "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="1,1,1"
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_14575.EdGraphPin_480108'
End Object
Begin Object Name="EdGraphPin_480805"
PinName="Rotation"
PinToolTip="Rotation\nRotator "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Rotator')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17888.EdGraphPin_480822'
End Object
Begin Object Name="EdGraphPin_480804"
PinName="Location"
PinToolTip="Location\nVector "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17894.EdGraphPin_480968'
End Object
Begin Object Name="EdGraphPin_480803"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="MakeTransform")
Pins(0)=EdGraphPin'EdGraphPin_480803'
Pins(1)=EdGraphPin'EdGraphPin_480804'
Pins(2)=EdGraphPin'EdGraphPin_480805'
Pins(3)=EdGraphPin'EdGraphPin_480806'
Pins(4)=EdGraphPin'EdGraphPin_480807'
NodePosX=2752
NodePosY=160
NodeGuid=6142C36643F50153E5CE449516A757D4
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17888"
Begin Object Class=EdGraphPin Name="EdGraphPin_480822"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480821"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480820"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480819"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480818"
End Object
Begin Object Name="EdGraphPin_480822"
PinName="ReturnValue"
PinToolTip="Return Value\nRotator "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Rotator')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17887.EdGraphPin_480805'
End Object
Begin Object Name="EdGraphPin_480821"
PinName="Roll"
PinToolTip="Roll\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
End Object
Begin Object Name="EdGraphPin_480820"
PinName="Yaw"
PinToolTip="Yaw\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17881.EdGraphPin_480714'
End Object
Begin Object Name="EdGraphPin_480819"
PinName="Pitch"
PinToolTip="Pitch\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
End Object
Begin Object Name="EdGraphPin_480818"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="MakeRot")
Pins(0)=EdGraphPin'EdGraphPin_480818'
Pins(1)=EdGraphPin'EdGraphPin_480819'
Pins(2)=EdGraphPin'EdGraphPin_480820'
Pins(3)=EdGraphPin'EdGraphPin_480821'
Pins(4)=EdGraphPin'EdGraphPin_480822'
NodePosX=2496
NodePosY=304
NodeGuid=B5091C944C40A00BB2DEDA8E4619FAAD
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17889"
Begin Object Class=EdGraphPin Name="EdGraphPin_480845"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480844"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480843"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480842"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480841"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480840"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480839"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480838"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480837"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480836"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480835"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480834"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480833"
End Object
Begin Object Name="EdGraphPin_480845"
PinName="ReturnValue"
PinToolTip="Return Value\nBoolean\n\nTrue if there was a hit, false otherwise."
Direction=EGPD_Output
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="false"
End Object
Begin Object Name="EdGraphPin_480844"
PinName="bIgnoreSelf"
PinToolTip="Ignore Self\nBoolean"
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="true"
End Object
Begin Object Name="EdGraphPin_480843"
PinName="OutHit"
PinToolTip="Out Hit\nHit Result Structure\n\nProperties of the trace hit."
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/Engine.HitResult')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17893.EdGraphPin_480918'
End Object
Begin Object Name="EdGraphPin_480842"
PinName="DrawDebugType"
PinToolTip="Draw Debug Type\nEDrawDebugTrace Enum"
PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EDrawDebugTrace')
DefaultValue="None"
End Object
Begin Object Name="EdGraphPin_480841"
PinName="ActorsToIgnore"
PinToolTip="Actors to Ignore\nArray of Actor References"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor',bIsArray=True,bIsReference=True,bIsConst=True)
bDefaultValueIsIgnored=True
End Object
Begin Object Name="EdGraphPin_480840"
PinName="bTraceComplex"
PinToolTip="Trace Complex\nBoolean\n\nTrue to test against complex collision, false to test against simplified collision."
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="false"
End Object
Begin Object Name="EdGraphPin_480839"
PinName="ObjectTypes"
PinToolTip="Object Types\nArray of EObjectTypeQuery Enums\n\nArray of Object Types to trace"
PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EObjectTypeQuery',bIsArray=True,bIsReference=True,bIsConst=True)
LinkedTo(0)=EdGraphPin'K2Node_MakeArray_43.EdGraphPin_480222'
bDefaultValueIsIgnored=True
End Object
Begin Object Name="EdGraphPin_480838"
PinName="End"
PinToolTip="End\nVector \n\nEnd of line segment."
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector',bIsConst=True)
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17892.EdGraphPin_480906'
End Object
Begin Object Name="EdGraphPin_480837"
PinName="Start"
PinToolTip="Start\nVector \n\nStart of line segment."
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector',bIsConst=True)
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17891.EdGraphPin_480891'
End Object
Begin Object Name="EdGraphPin_480836"
PinName="WorldContextObject"
PinToolTip="World Context Object\nObject Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
bHidden=True
End Object
Begin Object Name="EdGraphPin_480835"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet System Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetSystemLibrary')
DefaultObject=Default__KismetSystemLibrary
bHidden=True
End Object
Begin Object Name="EdGraphPin_480834"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17885.EdGraphPin_480764'
End Object
Begin Object Name="EdGraphPin_480833"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_1294.EdGraphPin_480630'
End Object
FunctionReference=(MemberParent=Class'/Script/Engine.KismetSystemLibrary',MemberName="LineTraceSingleForObjects")
Pins(0)=EdGraphPin'EdGraphPin_480833'
Pins(1)=EdGraphPin'EdGraphPin_480834'
Pins(2)=EdGraphPin'EdGraphPin_480835'
Pins(3)=EdGraphPin'EdGraphPin_480836'
Pins(4)=EdGraphPin'EdGraphPin_480837'
Pins(5)=EdGraphPin'EdGraphPin_480838'
Pins(6)=EdGraphPin'EdGraphPin_480839'
Pins(7)=EdGraphPin'EdGraphPin_480840'
Pins(8)=EdGraphPin'EdGraphPin_480841'
Pins(9)=EdGraphPin'EdGraphPin_480842'
Pins(10)=EdGraphPin'EdGraphPin_480843'
Pins(11)=EdGraphPin'EdGraphPin_480844'
Pins(12)=EdGraphPin'EdGraphPin_480845'
NodePosX=1232
NodePosY=-480
NodeGuid=1F9EFB914F2E6A758EC90BBFC61D1538
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17890"
Begin Object Class=EdGraphPin Name="EdGraphPin_480876"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480875"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480874"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480873"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480872"
End Object
Begin Object Name="EdGraphPin_480876"
PinName="Z"
PinToolTip="Z\nFloat"
Direction=EGPD_Output
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
End Object
Begin Object Name="EdGraphPin_480875"
PinName="Y"
PinToolTip="Y\nFloat"
Direction=EGPD_Output
PinType=(PinCategory="float")
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17891.EdGraphPin_480889'
LinkedTo(1)=EdGraphPin'K2Node_CallFunction_17892.EdGraphPin_480904'
End Object
Begin Object Name="EdGraphPin_480874"
PinName="X"
PinToolTip="X\nFloat"
Direction=EGPD_Output
PinType=(PinCategory="float")
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17891.EdGraphPin_480888'
LinkedTo(1)=EdGraphPin'K2Node_CallFunction_17892.EdGraphPin_480903'
End Object
Begin Object Name="EdGraphPin_480873"
PinName="InVec"
PinToolTip="In Vec\nVector "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17879.EdGraphPin_480686'
End Object
Begin Object Name="EdGraphPin_480872"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="BreakVector")
Pins(0)=EdGraphPin'EdGraphPin_480872'
Pins(1)=EdGraphPin'EdGraphPin_480873'
Pins(2)=EdGraphPin'EdGraphPin_480874'
Pins(3)=EdGraphPin'EdGraphPin_480875'
Pins(4)=EdGraphPin'EdGraphPin_480876'
NodePosX=656
NodePosY=-336
NodeGuid=8F5435264A34463498231EA2FF479EA4
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17891"
Begin Object Class=EdGraphPin Name="EdGraphPin_480891"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480890"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480889"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480888"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480887"
End Object
Begin Object Name="EdGraphPin_480891"
PinName="ReturnValue"
PinToolTip="Return Value\nVector "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17889.EdGraphPin_480837'
End Object
Begin Object Name="EdGraphPin_480890"
PinName="Z"
PinToolTip="Z\nFloat"
PinType=(PinCategory="float")
DefaultValue="9999"
AutogeneratedDefaultValue="0.0"
End Object
Begin Object Name="EdGraphPin_480889"
PinName="Y"
PinToolTip="Y\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17890.EdGraphPin_480875'
End Object
Begin Object Name="EdGraphPin_480888"
PinName="X"
PinToolTip="X\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17890.EdGraphPin_480874'
End Object
Begin Object Name="EdGraphPin_480887"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="MakeVector")
Pins(0)=EdGraphPin'EdGraphPin_480887'
Pins(1)=EdGraphPin'EdGraphPin_480888'
Pins(2)=EdGraphPin'EdGraphPin_480889'
Pins(3)=EdGraphPin'EdGraphPin_480890'
Pins(4)=EdGraphPin'EdGraphPin_480891'
NodePosX=976
NodePosY=-448
NodeGuid=9B78978443EEFC9F505110BD351F647B
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17892"
Begin Object Class=EdGraphPin Name="EdGraphPin_480906"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480905"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480904"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480903"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480902"
End Object
Begin Object Name="EdGraphPin_480906"
PinName="ReturnValue"
PinToolTip="Return Value\nVector "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17889.EdGraphPin_480838'
End Object
Begin Object Name="EdGraphPin_480905"
PinName="Z"
PinToolTip="Z\nFloat"
PinType=(PinCategory="float")
DefaultValue="-9999"
AutogeneratedDefaultValue="0.0"
End Object
Begin Object Name="EdGraphPin_480904"
PinName="Y"
PinToolTip="Y\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17890.EdGraphPin_480875'
End Object
Begin Object Name="EdGraphPin_480903"
PinName="X"
PinToolTip="X\nFloat"
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17890.EdGraphPin_480874'
End Object
Begin Object Name="EdGraphPin_480902"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="MakeVector")
Pins(0)=EdGraphPin'EdGraphPin_480902'
Pins(1)=EdGraphPin'EdGraphPin_480903'
Pins(2)=EdGraphPin'EdGraphPin_480904'
Pins(3)=EdGraphPin'EdGraphPin_480905'
Pins(4)=EdGraphPin'EdGraphPin_480906'
NodePosX=976
NodePosY=-304
NodeGuid=80CF4B314EFC089A20D43E97A35DBC6A
End Object
Begin Object Class=K2Node_MakeArray Name="K2Node_MakeArray_43"
Begin Object Class=EdGraphPin Name="EdGraphPin_480223"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480222"
End Object
Begin Object Name="EdGraphPin_480223"
PinName="[0]"
PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EObjectTypeQuery')
DefaultValue="ObjectTypeQuery1"
End Object
Begin Object Name="EdGraphPin_480222"
PinName="Array"
Direction=EGPD_Output
PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EObjectTypeQuery',bIsArray=True,bIsReference=True,bIsConst=True)
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17889.EdGraphPin_480839'
End Object
Pins(0)=EdGraphPin'EdGraphPin_480222'
Pins(1)=EdGraphPin'EdGraphPin_480223'
NodePosX=960
NodePosY=-176
NodeGuid=C6018F5448A876A4E3FEDB9F60D7B9E1
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17893"
Begin Object Class=EdGraphPin Name="EdGraphPin_480932"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480931"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480930"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480929"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480928"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480927"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480926"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480925"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480924"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480923"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480922"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480921"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480920"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480919"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480918"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480917"
End Object
Begin Object Name="EdGraphPin_480932"
PinName="TraceEnd"
PinToolTip="Trace End\nVector "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
End Object
Begin Object Name="EdGraphPin_480931"
PinName="TraceStart"
PinToolTip="Trace Start\nVector "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
End Object
Begin Object Name="EdGraphPin_480930"
PinName="HitItem"
PinToolTip="Hit Item\nInteger\n\nPrimitive-specific data recording which item in the primitive was hit"
Direction=EGPD_Output
PinType=(PinCategory="int")
DefaultValue="0"
AutogeneratedDefaultValue="0"
End Object
Begin Object Name="EdGraphPin_480929"
PinName="HitBoneName"
PinToolTip="Hit Bone Name\nName\n\nName of the bone hit (valid only if we hit a skeletal mesh)."
Direction=EGPD_Output
PinType=(PinCategory="name")
DefaultValue="None"
AutogeneratedDefaultValue="None"
End Object
Begin Object Name="EdGraphPin_480928"
PinName="HitComponent"
PinToolTip="Hit Component\nPrimitive Component Reference\n\nPrimitiveComponent hit by the trace."
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PrimitiveComponent')
End Object
Begin Object Name="EdGraphPin_480927"
PinName="HitActor"
PinToolTip="Hit Actor\nActor Reference\n\nActor hit by the trace."
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
End Object
Begin Object Name="EdGraphPin_480926"
PinName="PhysMat"
PinToolTip="Phys Mat\nPhysical Material Reference\n\nPhysical material that was hit. Must set bReturnPhysicalMaterial to true in the query params for this to be returned."
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PhysicalMaterial')
End Object
Begin Object Name="EdGraphPin_480925"
PinName="ImpactNormal"
PinToolTip="Impact Normal\nVector \n\nNormal of the hit in world space, for the object that was hit by the sweep."
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
End Object
Begin Object Name="EdGraphPin_480924"
PinName="Normal"
PinToolTip="Normal\nVector \n\nNormal of the hit in world space, for the object that was swept (e.g. for a sphere trace this points towards the sphere\'s center). Equal to ImpactNormal for line tests."
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
End Object
Begin Object Name="EdGraphPin_480923"
PinName="ImpactPoint"
PinToolTip="Impact Point\nVector \n\nLocation of the actual contact point of the trace shape with the surface of the hit object. Equal to Location in the case of an initial overlap."
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
End Object
Begin Object Name="EdGraphPin_480922"
PinName="Location"
PinToolTip="Location\nVector \n\nLocation of the hit in world space. If this was a swept shape test, this is the location where we can place the shape in the world where it will not penetrate."
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17894.EdGraphPin_480966'
End Object
Begin Object Name="EdGraphPin_480921"
PinName="Time"
PinToolTip="Time\nFloat\n\n\'Time\' of impact along trace direction ranging from [0.0 to 1.0) if there is a hit, indicating time between start and end. Equals 1.0 if there is no hit."
Direction=EGPD_Output
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
End Object
Begin Object Name="EdGraphPin_480920"
PinName="bInitialOverlap"
PinToolTip="Initial Overlap\nBoolean\n\nTrue if the hit started in an initial overlap. In this case some other values should be interpreted differently. Time will be 0, ImpactPoint will equal Location, and normals will be equal and indicate a depenetration vector."
Direction=EGPD_Output
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="false"
End Object
Begin Object Name="EdGraphPin_480919"
PinName="bBlockingHit"
PinToolTip="Blocking Hit\nBoolean\n\nTrue if there was a blocking hit, false otherwise."
Direction=EGPD_Output
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="false"
End Object
Begin Object Name="EdGraphPin_480918"
PinName="Hit"
PinToolTip="Hit\nHit Result Structure (by ref)\n\nThe source HitResult."
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/Engine.HitResult',bIsReference=True,bIsConst=True)
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17889.EdGraphPin_480843'
bDefaultValueIsIgnored=True
End Object
Begin Object Name="EdGraphPin_480917"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nGameplay Statics Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.GameplayStatics')
DefaultObject=Default__GameplayStatics
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.GameplayStatics',MemberName="BreakHitResult")
Pins(0)=EdGraphPin'EdGraphPin_480917'
Pins(1)=EdGraphPin'EdGraphPin_480918'
Pins(2)=EdGraphPin'EdGraphPin_480919'
Pins(3)=EdGraphPin'EdGraphPin_480920'
Pins(4)=EdGraphPin'EdGraphPin_480921'
Pins(5)=EdGraphPin'EdGraphPin_480922'
Pins(6)=EdGraphPin'EdGraphPin_480923'
Pins(7)=EdGraphPin'EdGraphPin_480924'
Pins(8)=EdGraphPin'EdGraphPin_480925'
Pins(9)=EdGraphPin'EdGraphPin_480926'
Pins(10)=EdGraphPin'EdGraphPin_480927'
Pins(11)=EdGraphPin'EdGraphPin_480928'
Pins(12)=EdGraphPin'EdGraphPin_480929'
Pins(13)=EdGraphPin'EdGraphPin_480930'
Pins(14)=EdGraphPin'EdGraphPin_480931'
Pins(15)=EdGraphPin'EdGraphPin_480932'
NodePosX=1568
NodePosY=-480
NodeGuid=119362CA4FF7D02F05D7E6B04F490CA4
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_14575"
Begin Object Class=EdGraphPin Name="EdGraphPin_480109"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480108"
End Object
Begin Object Name="EdGraphPin_480109"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Blueprints/vine_tree_line.vine_tree_line_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_480108"
PinName="TreeScale"
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17887.EdGraphPin_480806'
LinkedTo(1)=EdGraphPin'K2Node_CallFunction_17882.EdGraphPin_480731'
End Object
VariableReference=(MemberName="TreeScale",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_480108'
Pins(1)=EdGraphPin'EdGraphPin_480109'
NodePosX=2288
NodePosY=96
NodeGuid=A372ED184105EAA589EFAEA3E63F6449
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_17894"
Begin Object Class=EdGraphPin Name="EdGraphPin_480968"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480967"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480966"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_480965"
End Object
Begin Object Name="EdGraphPin_480968"
PinName="ReturnValue"
PinToolTip="Return Value\nVector "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17882.EdGraphPin_480729'
LinkedTo(1)=EdGraphPin'K2Node_CallFunction_17887.EdGraphPin_480804'
End Object
Begin Object Name="EdGraphPin_480967"
PinName="B"
PinToolTip="B\nVector "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0,20.000000"
AutogeneratedDefaultValue="0, 0, 0"
End Object
Begin Object Name="EdGraphPin_480966"
PinName="A"
PinToolTip="A\nVector "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_17893.EdGraphPin_480922'
End Object
Begin Object Name="EdGraphPin_480965"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target\nKismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="Subtract_VectorVector")
Pins(0)=EdGraphPin'EdGraphPin_480965'
Pins(1)=EdGraphPin'EdGraphPin_480966'
Pins(2)=EdGraphPin'EdGraphPin_480967'
Pins(3)=EdGraphPin'EdGraphPin_480968'
NodePosX=1968
NodePosY=-224
NodeGuid=2ED77F384A010396D703E18739A34D28
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_5350"
NodePosX=-1104
NodePosY=-192
NodeWidth=310
NodeHeight=245
NodeComment="Set when to generate"
NodeGuid=BC920BAA494F508BCB586AAA9F3CB3C8
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_5354"
NodePosX=-704
NodePosY=-208
NodeWidth=379
NodeHeight=245
NodeComment="Clear existing models"
NodeGuid=420A3DE246BD4A9735A6F2B341DC6800
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_5360"
NodePosX=-304
NodeWidth=1402
NodeHeight=545
NodeComment="Get distance along spline to place mesh"
NodeGuid=56D0ED8B468B94B3B1F8EAB5A0C0B19A
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_5368"
NodePosX=608
NodePosY=-528
NodeWidth=1197
NodeHeight=487
NodeComment="Trace from top to downward to get position on landscape"
NodeGuid=B3B31710472BA4711DABD389D913A77A
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_5378"
NodePosX=1920
NodePosY=-272
NodeWidth=321
NodeHeight=163
NodeComment="Compensate for roots"
NodeGuid=B2B17C1945AC6DB180EE828266A67EA8
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_5390"
NodePosX=2048
NodePosY=-48
NodeWidth=952
NodeHeight=535
NodeComment="Get transform at particular location"
NodeGuid=D6B5A2C442BDD19B4724C9AEDC0B5275
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_5404"
NodePosX=2000
NodePosY=256
NodeWidth=759
NodeHeight=237
NodeComment="Make tree lineup for rotation"
NodeGuid=1074E1FD4F6FA183C735EDB250616EEA
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_5420"
NodePosX=3056
NodePosY=-176
NodeWidth=769
NodeHeight=337
NodeComment="Optional to orient to spline"
NodeGuid=DB2B293843B511E733BF97903657971E
End Object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment