Behavior Tree tutorial has incorrect Blueprint

https://docs.unrealengine.com/latest/INT/Engine/AI/BehaviorTrees/QuickStart/11/index.html

This page has a complex Blueprint on it, with code you can copy/paste. When I paste it in, it really doesn’t work.

Here’s what it’s supposed to look like:

Here’s what I get. You can see in the second shot there’s a None_Copy custom event, which should be an Event ReceiveTick box. There’s a missing node in the center of the gray box. Someone in the IRC channel verified that it doesn’t paste properly in 4.9, either. Less than half the nodes have appeared when I do the paste. Turns out all the blueprint code in the steps of this tutorial is wrong.

It’s just Event Receive Tick event and there can be only one tick event in BP’s so it cant create a copy automatically. Delete it and then right click > Add Event > Event Receive Tick

This was just one tiny example. Most of the nodes don’t copy correctly. If you look at my image, you can see huge gaps where there are missing nodes.

Ok, I edited the question to show what it should look like, and what I get. Sorry it wasn’t clearer. :slight_smile:

Oh, ok. Yeah, that looks messed up. : \

I think I have gotten this set up properly by looking at the picture. Here’s what I have:

Begin Object Class=K2Node_CommutativeAssociativeBinaryOperator Name="K2Node_CommutativeAssociativeBinaryOperator_518"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5898"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5899"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5900"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5901"
   End Object
   Begin Object Name="EdGraphPin_5898"
      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
   Begin Object Name="EdGraphPin_5899"
      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_2412.EdGraphPin_5986'
   End Object
   Begin Object Name="EdGraphPin_5900"
      PinName="B"
      PinToolTip="B\nVector "
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
      DefaultValue="0, 0,15.000000"
      AutogeneratedDefaultValue="0, 0, 0"
   End Object
   Begin Object Name="EdGraphPin_5901"
      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_2413.EdGraphPin_5996'
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="Add_VectorVector")
   Pins(0)=EdGraphPin'EdGraphPin_5898'
   Pins(1)=EdGraphPin'EdGraphPin_5899'
   Pins(2)=EdGraphPin'EdGraphPin_5900'
   Pins(3)=EdGraphPin'EdGraphPin_5901'
   NodePosX=-2144
   NodePosY=160
   NodeGuid=A3BED25842E419E3FD021080B692B42B
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_81"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5447"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5448"
   End Object
   Begin Object Name="EdGraphPin_5447"
      PinName="DesiredObjectTypes"
      Direction=EGPD_Output
      PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EObjectTypeQuery',bIsArray=True)
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2413.EdGraphPin_5998'
   End Object
   Begin Object Name="EdGraphPin_5448"
      PinName="self"
      PinFriendlyName="Target"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AgroCheck.AgroCheck_C')
      bHidden=True
   End Object
   VariableReference=(MemberName="DesiredObjectTypes",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_5447'
   Pins(1)=EdGraphPin'EdGraphPin_5448'
   NodePosX=-1904
   NodePosY=304
   NodeGuid=476751D043A1BD1B074E1FA0BEDB4095
End Object
Begin Object Class=K2Node_VariableSet Name="K2Node_VariableSet_86"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5432"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5433"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5434"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5435"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5436"
   End Object
   Begin Object Name="EdGraphPin_5432"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2410.EdGraphPin_5962'
   End Object
   Begin Object Name="EdGraphPin_5433"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2413.EdGraphPin_5991'
   End Object
   Begin Object Name="EdGraphPin_5434"
      PinName="MyLocation"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2412.EdGraphPin_5986'
   End Object
   Begin Object Name="EdGraphPin_5435"
      PinName="Output_Get"
      PinToolTip="Retrieves the value of the variable, can use instead of a separate Get node"
      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_5436"
      PinName="self"
      PinFriendlyName="Target"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AgroCheck.AgroCheck_C')
      bHidden=True
   End Object
   VariableReference=(MemberName="MyLocation",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_5432'
   Pins(1)=EdGraphPin'EdGraphPin_5433'
   Pins(2)=EdGraphPin'EdGraphPin_5434'
   Pins(3)=EdGraphPin'EdGraphPin_5435'
   Pins(4)=EdGraphPin'EdGraphPin_5436'
   NodePosX=-1984
   NodePosY=-240
   ErrorType=3
   ErrorMsg="Warning Could not find a variable named \"MyLocation\" in \'AgroCheck_C\'.\nMake sure \'AgroCheck_C\' has been compiled for  Set MyLocation "
   NodeGuid=5B863B55413B410B124682AEAC39D046
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_89"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5411"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5412"
   End Object
   Begin Object Name="EdGraphPin_5411"
      PinName="MyLocation"
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2429.EdGraphPin_6091'
   End Object
   Begin Object Name="EdGraphPin_5412"
      PinName="self"
      PinFriendlyName="Target"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AgroCheck.AgroCheck_C')
      bHidden=True
   End Object
   VariableReference=(MemberName="MyLocation",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_5411'
   Pins(1)=EdGraphPin'EdGraphPin_5412'
   NodePosX=-688
   NodePosY=128
   ErrorType=3
   ErrorMsg="Warning Could not find a variable named \"MyLocation\" in \'AgroCheck_C\'.\nMake sure \'AgroCheck_C\' has been compiled for  Get MyLocation "
   NodeGuid=70FD813C44E75E0444EF7D8FEB5FADB8
End Object
Begin Object Class=K2Node_VariableSet Name="K2Node_VariableSet_149"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5417"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5418"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5419"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5420"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5421"
   End Object
   Begin Object Name="EdGraphPin_5417"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_DynamicCast_580.EdGraphPin_5944'
   End Object
   Begin Object Name="EdGraphPin_5418"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2410.EdGraphPin_5961'
   End Object
   Begin Object Name="EdGraphPin_5419"
      PinName="AI_CON_Ref"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/Follower_AI_CON.Follower_AI_CON_C')
      LinkedTo(0)=EdGraphPin'K2Node_DynamicCast_580.EdGraphPin_5947'
   End Object
   Begin Object Name="EdGraphPin_5420"
      PinName="Output_Get"
      PinToolTip="Retrieves the value of the variable, can use instead of a separate Get node"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/Follower_AI_CON.Follower_AI_CON_C')
   End Object
   Begin Object Name="EdGraphPin_5421"
      PinName="self"
      PinFriendlyName="Target"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AgroCheck.AgroCheck_C')
      bHidden=True
   End Object
   VariableReference=(MemberName="AI_CON_Ref",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_5417'
   Pins(1)=EdGraphPin'EdGraphPin_5418'
   Pins(2)=EdGraphPin'EdGraphPin_5419'
   Pins(3)=EdGraphPin'EdGraphPin_5420'
   Pins(4)=EdGraphPin'EdGraphPin_5421'
   NodePosX=-2768
   NodePosY=-80
   ErrorType=1
   ErrorMsg="Warning Could not find a variable named \"AI_CON_Ref\" in \'AgroCheck_C\'.\nMake sure \'AgroCheck_C\' has been compiled for  Set AI_CON_Ref \nError Default value \'\' for  AI CON Ref  is invalid: \'PinSubCategoryObject on pin \'AI_CON_Ref\' is NULL and PinSubCategory is \'\' not \'self\'\'"
   NodeGuid=540684054CCF755BFE06BE9380A547DD
End Object
Begin Object Class=K2Node_MacroInstance Name="K2Node_MacroInstance_762"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5910"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5911"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5912"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5913"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5914"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5915"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5916"
   End Object
   Begin Object Name="EdGraphPin_5910"
      PinName="Exec"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2413.EdGraphPin_5992'
   End Object
   Begin Object Name="EdGraphPin_5911"
      PinName="Array"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/Engine.HitResult',bIsArray=True)
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2413.EdGraphPin_6002'
   End Object
   Begin Object Name="EdGraphPin_5912"
      PinName="Break"
      PinType=(PinCategory="exec")
   End Object
   Begin Object Name="EdGraphPin_5913"
      PinName="LoopBody"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2429.EdGraphPin_6087'
   End Object
   Begin Object Name="EdGraphPin_5914"
      PinName="Array Element"
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/Engine.HitResult')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2420.EdGraphPin_6034'
   End Object
   Begin Object Name="EdGraphPin_5915"
      PinName="Array Index"
      Direction=EGPD_Output
      PinType=(PinCategory="int")
   End Object
   Begin Object Name="EdGraphPin_5916"
      PinName="Completed"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
   End Object
   MacroGraphReference=(MacroGraph=EdGraph'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ForEachLoopWithBreak',GraphBlueprint=Blueprint'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros',GraphGuid=F07560274C5742E391E84B8F394CFB36)
   ResolvedWildcardType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/Engine.HitResult',bIsArray=True)
   Pins(0)=EdGraphPin'EdGraphPin_5910'
   Pins(1)=EdGraphPin'EdGraphPin_5911'
   Pins(2)=EdGraphPin'EdGraphPin_5912'
   Pins(3)=EdGraphPin'EdGraphPin_5913'
   Pins(4)=EdGraphPin'EdGraphPin_5914'
   Pins(5)=EdGraphPin'EdGraphPin_5915'
   Pins(6)=EdGraphPin'EdGraphPin_5916'
   NodePosX=-1296
   NodePosY=48
   ErrorType=1
   ErrorMsg="Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak \nError Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak "
   NodeGuid=F9298DAC49943B30B4214FA990C21F2E
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_266"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5453"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5454"
   End Object
   Begin Object Name="EdGraphPin_5453"
      PinName="TargetLocation"
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/AIModule.BlackboardKeySelector')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2435.EdGraphPin_6232'
   End Object
   Begin Object Name="EdGraphPin_5454"
      PinName="self"
      PinFriendlyName="Target"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AgroCheck.AgroCheck_C')
      bHidden=True
   End Object
   VariableReference=(MemberName="TargetLocation",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_5453'
   Pins(1)=EdGraphPin'EdGraphPin_5454'
   NodePosX=1360
   NodePosY=112
   ErrorType=3
   ErrorMsg="Warning Could not find a variable named \"TargetLocation\" in \'AgroCheck_C\'.\nMake sure \'AgroCheck_C\' has been compiled for  Get TargetLocation "
   NodeGuid=DF623024433CBB793ACE2781745488EB
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_303"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5459"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5460"
   End Object
   Begin Object Name="EdGraphPin_5459"
      PinName="TargetToFollow"
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/AIModule.BlackboardKeySelector')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2433.EdGraphPin_6190'
   End Object
   Begin Object Name="EdGraphPin_5460"
      PinName="self"
      PinFriendlyName="Target"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AgroCheck.AgroCheck_C')
      bHidden=True
   End Object
   VariableReference=(MemberName="TargetToFollow",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_5459'
   Pins(1)=EdGraphPin'EdGraphPin_5460'
   NodePosX=704
   NodePosY=400
   ErrorType=3
   ErrorMsg="Warning Could not find a variable named \"TargetToFollow\" in \'AgroCheck_C\'.\nMake sure \'AgroCheck_C\' has been compiled for  Get TargetToFollow "
   NodeGuid=EF66B79F4C2C4547584C9AB4CEAED59E
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_305"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5465"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5466"
   End Object
   Begin Object Name="EdGraphPin_5465"
      PinName="TargetToFollow"
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/AIModule.BlackboardKeySelector')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2432.EdGraphPin_6208'
   End Object
   Begin Object Name="EdGraphPin_5466"
      PinName="self"
      PinFriendlyName="Target"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AgroCheck.AgroCheck_C')
      bHidden=True
   End Object
   VariableReference=(MemberName="TargetToFollow",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_5465'
   Pins(1)=EdGraphPin'EdGraphPin_5466'
   NodePosX=896
   NodePosY=112
   ErrorType=3
   ErrorMsg="Warning Could not find a variable named \"TargetToFollow\" in \'AgroCheck_C\'.\nMake sure \'AgroCheck_C\' has been compiled for  Get TargetToFollow "
   NodeGuid=3CC67C8C4DBB1221968C87839D63C40F
End Object
Begin Object Class=K2Node_IfThenElse Name="K2Node_IfThenElse_229"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5471"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5472"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5473"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5474"
   End Object
   Begin Object Name="EdGraphPin_5471"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2429.EdGraphPin_6088'
   End Object
   Begin Object Name="EdGraphPin_5472"
      PinName="Condition"
      PinType=(PinCategory="bool")
      DefaultValue="false"
      AutogeneratedDefaultValue="true"
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2431.EdGraphPin_6177'
   End Object
   Begin Object Name="EdGraphPin_5473"
      PinName="then"
      PinFriendlyName="true"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2432.EdGraphPin_6204'
   End Object
   Begin Object Name="EdGraphPin_5474"
      PinName="else"
      PinFriendlyName="false"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2433.EdGraphPin_6186'
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_5471'
   Pins(1)=EdGraphPin'EdGraphPin_5472'
   Pins(2)=EdGraphPin'EdGraphPin_5473'
   Pins(3)=EdGraphPin'EdGraphPin_5474'
   NodePosX=528
   NodePosY=48
   NodeGuid=99AB59624D36C310823DB9A5B11A9154
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_245"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5483"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5484"
   End Object
   Begin Object Name="EdGraphPin_5483"
      PinName="AI_CON_Ref"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/Follower_AI_CON.Follower_AI_CON_C')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2282.EdGraphPin_5932'
   End Object
   Begin Object Name="EdGraphPin_5484"
      PinName="self"
      PinFriendlyName="Target"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AgroCheck.AgroCheck_C')
      bHidden=True
   End Object
   VariableReference=(MemberName="AI_CON_Ref",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_5483'
   Pins(1)=EdGraphPin'EdGraphPin_5484'
   NodePosX=-3792
   NodePosY=-256
   ErrorType=3
   ErrorMsg="Warning Could not find a variable named \"AI_CON_Ref\" in \'AgroCheck_C\'.\nMake sure \'AgroCheck_C\' has been compiled for  Get AI_CON_Ref "
   NodeGuid=7D777EB84F2BAB2CBC81A1B2850A2F0D
End Object
Begin Object Class=K2Node_IfThenElse Name="K2Node_IfThenElse_251"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5489"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5490"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5491"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5492"
   End Object
   Begin Object Name="EdGraphPin_5489"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_Event_163.EdGraphPin_5363'
   End Object
   Begin Object Name="EdGraphPin_5490"
      PinName="Condition"
      PinType=(PinCategory="bool")
      DefaultValue="false"
      AutogeneratedDefaultValue="true"
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2282.EdGraphPin_5934'
   End Object
   Begin Object Name="EdGraphPin_5491"
      PinName="then"
      PinFriendlyName="true"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2410.EdGraphPin_5961'
   End Object
   Begin Object Name="EdGraphPin_5492"
      PinName="else"
      PinFriendlyName="false"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_DynamicCast_580.EdGraphPin_5943'
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_5489'
   Pins(1)=EdGraphPin'EdGraphPin_5490'
   Pins(2)=EdGraphPin'EdGraphPin_5491'
   Pins(3)=EdGraphPin'EdGraphPin_5492'
   NodePosX=-3328
   NodePosY=-256
   NodeGuid=DD32535B42B2FA661E4F859BED937D94
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_85"
   NodePosX=-3824
   NodePosY=-336
   NodeWidth=720
   NodeHeight=192
   NodeComment="Is AI_CON_Ref set?"
   NodeGuid=7B3AB9C94A96383F7BE4B4957AED773E
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_340"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5501"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5502"
   End Object
   Begin Object Name="EdGraphPin_5501"
      PinName="AI_CON_Ref"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/Follower_AI_CON.Follower_AI_CON_C')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2411.EdGraphPin_5979'
   End Object
   Begin Object Name="EdGraphPin_5502"
      PinName="self"
      PinFriendlyName="Target"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AgroCheck.AgroCheck_C')
      bHidden=True
   End Object
   VariableReference=(MemberName="AI_CON_Ref",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_5501'
   Pins(1)=EdGraphPin'EdGraphPin_5502'
   NodePosX=-2880
   NodePosY=80
   ErrorType=3
   ErrorMsg="Warning Could not find a variable named \"AI_CON_Ref\" in \'AgroCheck_C\'.\nMake sure \'AgroCheck_C\' has been compiled for  Get AI_CON_Ref "
   NodeGuid=76EC585A436BE7FF37F69DAF0DC0955A
End Object
Begin Object Class=K2Node_Event Name="K2Node_Event_163"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5362"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5363"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5364"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5365"
   End Object
   Begin Object Name="EdGraphPin_5362"
      PinName="OutputDelegate"
      Direction=EGPD_Output
      PinType=(PinCategory="delegate",PinSubCategoryMemberReference=(MemberParent=Class'/Script/AIModule.BTService_BlueprintBase',MemberName="ReceiveTick"))
   End Object
   Begin Object Name="EdGraphPin_5363"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_251.EdGraphPin_5489'
   End Object
   Begin Object Name="EdGraphPin_5364"
      PinName="OwnerActor"
      PinToolTip="Owner Actor\nActor Reference"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_DynamicCast_580.EdGraphPin_5946'
   End Object
   Begin Object Name="EdGraphPin_5365"
      PinName="DeltaSeconds"
      PinToolTip="Delta Seconds\nFloat"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
   End Object
   EventReference=(MemberParent=Class'/Script/AIModule.BTService_BlueprintBase',MemberName="ReceiveTick")
   bOverrideFunction=True
   Pins(0)=EdGraphPin'EdGraphPin_5362'
   Pins(1)=EdGraphPin'EdGraphPin_5363'
   Pins(2)=EdGraphPin'EdGraphPin_5364'
   Pins(3)=EdGraphPin'EdGraphPin_5365'
   NodePosX=-3696
   NodePosY=-32
   NodeGuid=D500B46D4B4C269A93A557A6A04287C1
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2282"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5931"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5932"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5933"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5934"
   End Object
   Begin Object Name="EdGraphPin_5931"
      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
   Begin Object Name="EdGraphPin_5932"
      PinName="A"
      PinToolTip="A\nObject Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      LinkedTo(0)=EdGraphPin'K2Node_VariableGet_245.EdGraphPin_5483'
   End Object
   Begin Object Name="EdGraphPin_5933"
      PinName="B"
      PinToolTip="B\nObject Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
   End Object
   Begin Object Name="EdGraphPin_5934"
      PinName="ReturnValue"
      PinToolTip="Return Value\nBoolean"
      Direction=EGPD_Output
      PinType=(PinCategory="bool")
      AutogeneratedDefaultValue="false"
      LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_251.EdGraphPin_5490'
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="NotEqual_ObjectObject")
   Pins(0)=EdGraphPin'EdGraphPin_5931'
   Pins(1)=EdGraphPin'EdGraphPin_5932'
   Pins(2)=EdGraphPin'EdGraphPin_5933'
   Pins(3)=EdGraphPin'EdGraphPin_5934'
   NodePosX=-3600
   NodePosY=-256
   NodeGuid=5C65B3B4460876E638F1DB8D58625DA7
End Object
Begin Object Class=K2Node_DynamicCast Name="K2Node_DynamicCast_580"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5943"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5944"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5945"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5946"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5947"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5948"
   End Object
   Begin Object Name="EdGraphPin_5943"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_251.EdGraphPin_5492'
   End Object
   Begin Object Name="EdGraphPin_5944"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_VariableSet_149.EdGraphPin_5417'
   End Object
   Begin Object Name="EdGraphPin_5945"
      PinName="CastFailed"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
   End Object
   Begin Object Name="EdGraphPin_5946"
      PinName="Object"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      LinkedTo(0)=EdGraphPin'K2Node_Event_163.EdGraphPin_5364'
   End Object
   Begin Object Name="EdGraphPin_5947"
      PinName="AsFollower AI CON"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/Follower_AI_CON.Follower_AI_CON_C')
      LinkedTo(0)=EdGraphPin'K2Node_VariableSet_149.EdGraphPin_5419'
   End Object
   Begin Object Name="EdGraphPin_5948"
      PinName="bSuccess"
      Direction=EGPD_Output
      PinType=(PinCategory="bool")
      bHidden=True
   End Object
   TargetType=BlueprintGeneratedClass'/Game/TopDownBP/Follower_AI_CON.Follower_AI_CON_C'
   Pins(0)=EdGraphPin'EdGraphPin_5943'
   Pins(1)=EdGraphPin'EdGraphPin_5944'
   Pins(2)=EdGraphPin'EdGraphPin_5945'
   Pins(3)=EdGraphPin'EdGraphPin_5946'
   Pins(4)=EdGraphPin'EdGraphPin_5947'
   Pins(5)=EdGraphPin'EdGraphPin_5948'
   NodePosX=-3104
   NodePosY=-96
   NodeGuid=6C926FB2499C02A3EC9ADFAC3D9B9581
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2410"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5961"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5962"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5963"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5964"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5965"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5966"
   End Object
   Begin Object Name="EdGraphPin_5961"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_251.EdGraphPin_5491'
      LinkedTo(1)=EdGraphPin'K2Node_VariableSet_149.EdGraphPin_5418'
   End Object
   Begin Object Name="EdGraphPin_5962"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_VariableSet_86.EdGraphPin_5432'
   End Object
   Begin Object Name="EdGraphPin_5963"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="Target\nGameplay Statics Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.GameplayStatics')
      DefaultObject=Default__GameplayStatics
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_5964"
      PinName="WorldContextObject"
      PinToolTip="World Context Object\nObject Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_5965"
      PinName="ActorClass"
      PinToolTip="Actor Class\nActor Class\n\nClass of Actor to find. Must be specified or result array will be empty."
      PinType=(PinCategory="class",PinSubCategoryObject=Class'/Script/Engine.Actor')
      DefaultObject=BlueprintGeneratedClass'/Game/TopDownBP/AI_Character.AI_Character_C'
   End Object
   Begin Object Name="EdGraphPin_5966"
      PinName="OutActors"
      PinToolTip="Out Actors\nArray of AI Character References\n\nOutput array of Actors of the specified class."
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AI_Character.AI_Character_C',bIsArray=True)
      LinkedTo(0)=EdGraphPin'K2Node_Knot_385.EdGraphPin_5858'
   End Object
   FunctionReference=(MemberParent=Class'/Script/Engine.GameplayStatics',MemberName="GetAllActorsOfClass")
   Pins(0)=EdGraphPin'EdGraphPin_5961'
   Pins(1)=EdGraphPin'EdGraphPin_5962'
   Pins(2)=EdGraphPin'EdGraphPin_5963'
   Pins(3)=EdGraphPin'EdGraphPin_5964'
   Pins(4)=EdGraphPin'EdGraphPin_5965'
   Pins(5)=EdGraphPin'EdGraphPin_5966'
   NodePosX=-2496
   NodePosY=-256
   NodeGuid=4D66CB114512C0CBE2BB9BB848D54F6A
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2411"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5979"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5980"
   End Object
   Begin Object Name="EdGraphPin_5979"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="Target\nController Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Controller')
      LinkedTo(0)=EdGraphPin'K2Node_VariableGet_340.EdGraphPin_5501'
   End Object
   Begin Object Name="EdGraphPin_5980"
      PinName="ReturnValue"
      PinToolTip="Return Value\nPawn Reference"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Pawn')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2412.EdGraphPin_5985'
   End Object
   bIsPureFunc=True
   bIsConstFunc=True
   FunctionReference=(MemberParent=Class'/Script/Engine.Controller',MemberName="K2_GetPawn")
   Pins(0)=EdGraphPin'EdGraphPin_5979'
   Pins(1)=EdGraphPin'EdGraphPin_5980'
   NodePosX=-2688
   NodePosY=64
   NodeGuid=A96D1E394F0E7983A1FCACB1C6E7244A
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2412"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5985"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5986"
   End Object
   Begin Object Name="EdGraphPin_5985"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="Target\nActor Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2411.EdGraphPin_5980'
   End Object
   Begin Object Name="EdGraphPin_5986"
      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_VariableSet_86.EdGraphPin_5434'
      LinkedTo(1)=EdGraphPin'K2Node_CommutativeAssociativeBinaryOperator_518.EdGraphPin_5899'
      LinkedTo(2)=EdGraphPin'K2Node_CallFunction_2413.EdGraphPin_5995'
   End Object
   bIsPureFunc=True
   bIsConstFunc=True
   FunctionReference=(MemberParent=Class'/Script/Engine.Actor',MemberName="K2_GetActorLocation")
   Pins(0)=EdGraphPin'EdGraphPin_5985'
   Pins(1)=EdGraphPin'EdGraphPin_5986'
   NodePosX=-2464
   NodePosY=64
   NodeGuid=0CA20B0D41F1129A9B20EF9BF45177DF
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2413"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5991"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5992"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5993"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5994"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5995"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5996"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5997"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5998"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5999"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6000"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6001"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6002"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6003"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6004"
   End Object
   Begin Object Name="EdGraphPin_5991"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_VariableSet_86.EdGraphPin_5433'
   End Object
   Begin Object Name="EdGraphPin_5992"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_762.EdGraphPin_5910'
   End Object
   Begin Object Name="EdGraphPin_5993"
      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_5994"
      PinName="WorldContextObject"
      PinToolTip="World Context Object\nObject Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_5995"
      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_2412.EdGraphPin_5986'
   End Object
   Begin Object Name="EdGraphPin_5996"
      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_CommutativeAssociativeBinaryOperator_518.EdGraphPin_5901'
   End Object
   Begin Object Name="EdGraphPin_5997"
      PinName="Radius"
      PinToolTip="Radius\nFloat\n\nRadius of the sphere to sweep"
      PinType=(PinCategory="float")
      DefaultValue="1500"
      AutogeneratedDefaultValue="0.0"
   End Object
   Begin Object Name="EdGraphPin_5998"
      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_VariableGet_81.EdGraphPin_5447'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_5999"
      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_6000"
      PinName="ActorsToIgnore"
      PinToolTip="Actors to Ignore\nArray of Actor References"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor',bIsArray=True,bIsReference=True,bIsConst=True)
      LinkedTo(0)=EdGraphPin'K2Node_Knot_385.EdGraphPin_5859'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_6001"
      PinName="DrawDebugType"
      PinToolTip="Draw Debug Type\nEDrawDebugTrace Enum"
      PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EDrawDebugTrace')
      DefaultValue="None"
   End Object
   Begin Object Name="EdGraphPin_6002"
      PinName="OutHits"
      PinToolTip="Out Hits\nArray of Hit Result Structures\n\nA list of hits, sorted along the trace from start to finish.  The blocking hit will be the last hit, if there was one."
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/Engine.HitResult',bIsArray=True)
      LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_762.EdGraphPin_5911'
   End Object
   Begin Object Name="EdGraphPin_6003"
      PinName="bIgnoreSelf"
      PinToolTip="Ignore Self\nBoolean"
      PinType=(PinCategory="bool")
      DefaultValue="true"
      AutogeneratedDefaultValue="true"
   End Object
   Begin Object Name="EdGraphPin_6004"
      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
   FunctionReference=(MemberParent=Class'/Script/Engine.KismetSystemLibrary',MemberName="SphereTraceMultiForObjects")
   Pins(0)=EdGraphPin'EdGraphPin_5991'
   Pins(1)=EdGraphPin'EdGraphPin_5992'
   Pins(2)=EdGraphPin'EdGraphPin_5993'
   Pins(3)=EdGraphPin'EdGraphPin_5994'
   Pins(4)=EdGraphPin'EdGraphPin_5995'
   Pins(5)=EdGraphPin'EdGraphPin_5996'
   Pins(6)=EdGraphPin'EdGraphPin_5997'
   Pins(7)=EdGraphPin'EdGraphPin_5998'
   Pins(8)=EdGraphPin'EdGraphPin_5999'
   Pins(9)=EdGraphPin'EdGraphPin_6000'
   Pins(10)=EdGraphPin'EdGraphPin_6001'
   Pins(11)=EdGraphPin'EdGraphPin_6002'
   Pins(12)=EdGraphPin'EdGraphPin_6003'
   Pins(13)=EdGraphPin'EdGraphPin_6004'
   NodePosX=-1680
   NodePosY=48
   NodeGuid=4B709AB5466999ACF9CAD5A6121D1297
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_385"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5858"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5859"
   End Object
   Begin Object Name="EdGraphPin_5858"
      PinName="InputPin"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AI_Character.AI_Character_C',bIsArray=True)
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2410.EdGraphPin_5966'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_5859"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AI_Character.AI_Character_C',bIsArray=True)
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2413.EdGraphPin_6000'
      LinkedTo(1)=EdGraphPin'K2Node_Knot_386.EdGraphPin_5846'
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_5858'
   Pins(1)=EdGraphPin'EdGraphPin_5859'
   NodePosX=-1936
   NodePosY=-16
   NodeGuid=7DDDD5E1468836D3C8F629AC26D68D45
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_386"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5846"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5847"
   End Object
   Begin Object Name="EdGraphPin_5846"
      PinName="InputPin"
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AI_Character.AI_Character_C',bIsArray=True)
      LinkedTo(0)=EdGraphPin'K2Node_Knot_385.EdGraphPin_5859'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_5847"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/TopDownBP/AI_Character.AI_Character_C',bIsArray=True)
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2429.EdGraphPin_6095'
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_5846'
   Pins(1)=EdGraphPin'EdGraphPin_5847'
   NodePosX=-624
   NodePosY=-16
   NodeGuid=A0573D344D891463BD8464A4BFF97E1E
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2420"
   Begin Object Class=EdGraphPin Name="EdGraphPin_6033"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6034"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6035"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6036"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6037"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6038"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6039"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6040"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6041"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6042"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6043"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6044"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6045"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6046"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6047"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6048"
   End Object
   Begin Object Name="EdGraphPin_6033"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="Target\nGameplay Statics Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.GameplayStatics')
      DefaultObject=Default__GameplayStatics
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_6034"
      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_MacroInstance_762.EdGraphPin_5914'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_6035"
      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_6036"
      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_6037"
      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_6038"
      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')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
   End Object
   Begin Object Name="EdGraphPin_6039"
      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_6040"
      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_6041"
      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_6042"
      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_6043"
      PinName="HitActor"
      PinToolTip="Hit Actor\nActor Reference\n\nActor hit by the trace."
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2428.EdGraphPin_6081'
      LinkedTo(1)=EdGraphPin'K2Node_Knot_394.EdGraphPin_5852'
   End Object
   Begin Object Name="EdGraphPin_6044"
      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_6045"
      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_6046"
      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_6047"
      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_6048"
      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
   bIsPureFunc=True
   FunctionReference=(MemberParent=Class'/Script/Engine.GameplayStatics',MemberName="BreakHitResult")
   Pins(0)=EdGraphPin'EdGraphPin_6033'
   Pins(1)=EdGraphPin'EdGraphPin_6034'
   Pins(2)=EdGraphPin'EdGraphPin_6035'
   Pins(3)=EdGraphPin'EdGraphPin_6036'
   Pins(4)=EdGraphPin'EdGraphPin_6037'
   Pins(5)=EdGraphPin'EdGraphPin_6038'
   Pins(6)=EdGraphPin'EdGraphPin_6039'
   Pins(7)=EdGraphPin'EdGraphPin_6040'
   Pins(8)=EdGraphPin'EdGraphPin_6041'
   Pins(9)=EdGraphPin'EdGraphPin_6042'
   Pins(10)=EdGraphPin'EdGraphPin_6043'
   Pins(11)=EdGraphPin'EdGraphPin_6044'
   Pins(12)=EdGraphPin'EdGraphPin_6045'
   Pins(13)=EdGraphPin'EdGraphPin_6046'
   Pins(14)=EdGraphPin'EdGraphPin_6047'
   Pins(15)=EdGraphPin'EdGraphPin_6048'
   NodePosX=-1056
   NodePosY=176
   NodeGuid=1E57F077412EAA9F2C981C82BF7A5F6D
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2428"
   Begin Object Class=EdGraphPin Name="EdGraphPin_6081"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6082"
   End Object
   Begin Object Name="EdGraphPin_6081"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="Target\nActor Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2420.EdGraphPin_6043'
   End Object
   Begin Object Name="EdGraphPin_6082"
      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_2429.EdGraphPin_6092'
   End Object
   bIsPureFunc=True
   bIsConstFunc=True
   FunctionReference=(MemberParent=Class'/Script/Engine.Actor',MemberName="K2_GetActorLocation")
   Pins(0)=EdGraphPin'EdGraphPin_6081'
   Pins(1)=EdGraphPin'EdGraphPin_6082'
   NodePosX=-752
   NodePosY=224
   NodeGuid=E4BE687242893E34E745A58881988701
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2429"
   Begin Object Class=EdGraphPin Name="EdGraphPin_6087"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6088"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6089"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6090"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6091"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6092"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6093"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6094"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6095"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6096"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6097"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6098"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6099"
   End Object
   Begin Object Name="EdGraphPin_6087"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_762.EdGraphPin_5913'
   End Object
   Begin Object Name="EdGraphPin_6088"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_229.EdGraphPin_5471'
   End Object
   Begin Object Name="EdGraphPin_6089"
      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_6090"
      PinName="WorldContextObject"
      PinToolTip="World Context Object\nObject Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_6091"
      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_VariableGet_89.EdGraphPin_5411'
   End Object
   Begin Object Name="EdGraphPin_6092"
      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_2428.EdGraphPin_6082'
   End Object
   Begin Object Name="EdGraphPin_6093"
      PinName="TraceChannel"
      PinToolTip="Trace Channel\nETraceTypeQuery Enum"
      PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.ETraceTypeQuery')
      DefaultValue="TraceTypeQuery2"
   End Object
   Begin Object Name="EdGraphPin_6094"
      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_6095"
      PinName="ActorsToIgnore"
      PinToolTip="Actors to Ignore\nArray of Actor References"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor',bIsArray=True,bIsReference=True,bIsConst=True)
      LinkedTo(0)=EdGraphPin'K2Node_Knot_386.EdGraphPin_5847'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_6096"
      PinName="DrawDebugType"
      PinToolTip="Draw Debug Type\nEDrawDebugTrace Enum"
      PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EDrawDebugTrace')
      DefaultValue="None"
   End Object
   Begin Object Name="EdGraphPin_6097"
      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_2430.EdGraphPin_6127'
   End Object
   Begin Object Name="EdGraphPin_6098"
      PinName="bIgnoreSelf"
      PinToolTip="Ignore Self\nBoolean"
      PinType=(PinCategory="bool")
      DefaultValue="true"
      AutogeneratedDefaultValue="true"
   End Object
   Begin Object Name="EdGraphPin_6099"
      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
   FunctionReference=(MemberParent=Class'/Script/Engine.KismetSystemLibrary',MemberName="LineTraceSingle_NEW")
   Pins(0)=EdGraphPin'EdGraphPin_6087'
   Pins(1)=EdGraphPin'EdGraphPin_6088'
   Pins(2)=EdGraphPin'EdGraphPin_6089'
   Pins(3)=EdGraphPin'EdGraphPin_6090'
   Pins(4)=EdGraphPin'EdGraphPin_6091'
   Pins(5)=EdGraphPin'EdGraphPin_6092'
   Pins(6)=EdGraphPin'EdGraphPin_6093'
   Pins(7)=EdGraphPin'EdGraphPin_6094'
   Pins(8)=EdGraphPin'EdGraphPin_6095'
   Pins(9)=EdGraphPin'EdGraphPin_6096'
   Pins(10)=EdGraphPin'EdGraphPin_6097'
   Pins(11)=EdGraphPin'EdGraphPin_6098'
   Pins(12)=EdGraphPin'EdGraphPin_6099'
   NodePosX=-480
   NodePosY=48
   NodeGuid=901A4CF64BCF9CD764964B9E619299CA
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_394"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5852"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5853"
   End Object
   Begin Object Name="EdGraphPin_5852"
      PinName="InputPin"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2420.EdGraphPin_6043'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_5853"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_Knot_395.EdGraphPin_5864'
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_5852'
   Pins(1)=EdGraphPin'EdGraphPin_5853'
   NodePosX=-752
   NodePosY=576
   NodeGuid=BC9263674C9236172CC1DD9C7001E743
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2430"
   Begin Object Class=EdGraphPin Name="EdGraphPin_6126"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6127"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6128"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6129"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6130"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6131"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6132"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6133"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6134"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6135"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6136"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6137"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6138"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6139"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6140"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6141"
   End Object
   Begin Object Name="EdGraphPin_6126"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="Target\nGameplay Statics Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.GameplayStatics')
      DefaultObject=Default__GameplayStatics
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_6127"
      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_2429.EdGraphPin_6097'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_6128"
      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_6129"
      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_6130"
      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_6131"
      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')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
   End Object
   Begin Object Name="EdGraphPin_6132"
      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_6133"
      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_6134"
      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_6135"
      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_6136"
      PinName="HitActor"
      PinToolTip="Hit Actor\nActor Reference\n\nActor hit by the trace."
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2431.EdGraphPin_6175'
      LinkedTo(1)=EdGraphPin'K2Node_Knot_396.EdGraphPin_5834'
   End Object
   Begin Object Name="EdGraphPin_6137"
      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_6138"
      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_6139"
      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_6140"
      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_6141"
      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
   bIsPureFunc=True
   FunctionReference=(MemberParent=Class'/Script/Engine.GameplayStatics',MemberName="BreakHitResult")
   Pins(0)=EdGraphPin'EdGraphPin_6126'
   Pins(1)=EdGraphPin'EdGraphPin_6127'
   Pins(2)=EdGraphPin'EdGraphPin_6128'
   Pins(3)=EdGraphPin'EdGraphPin_6129'
   Pins(4)=EdGraphPin'EdGraphPin_6130'
   Pins(5)=EdGraphPin'EdGraphPin_6131'
   Pins(6)=EdGraphPin'EdGraphPin_6132'
   Pins(7)=EdGraphPin'EdGraphPin_6133'
   Pins(8)=EdGraphPin'EdGraphPin_6134'
   Pins(9)=EdGraphPin'EdGraphPin_6135'
   Pins(10)=EdGraphPin'EdGraphPin_6136'
   Pins(11)=EdGraphPin'EdGraphPin_6137'
   Pins(12)=EdGraphPin'EdGraphPin_6138'
   Pins(13)=EdGraphPin'EdGraphPin_6139'
   Pins(14)=EdGraphPin'EdGraphPin_6140'
   Pins(15)=EdGraphPin'EdGraphPin_6141'
   NodePosX=-80
   NodePosY=128
   NodeGuid=38D73AEF40A697F449150FB7872E0FD3
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_395"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5864"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5865"
   End Object
   Begin Object Name="EdGraphPin_5864"
      PinName="InputPin"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_Knot_394.EdGraphPin_5853'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_5865"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2431.EdGraphPin_6176'
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_5864'
   Pins(1)=EdGraphPin'EdGraphPin_5865'
   NodePosX=64
   NodePosY=576
   NodeGuid=380C040D49A9568CADAF658D9503322F
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2431"
   Begin Object Class=EdGraphPin Name="EdGraphPin_6174"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6175"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6176"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6177"
   End Object
   Begin Object Name="EdGraphPin_6174"
      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
   Begin Object Name="EdGraphPin_6175"
      PinName="A"
      PinToolTip="A\nObject Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2430.EdGraphPin_6136'
   End Object
   Begin Object Name="EdGraphPin_6176"
      PinName="B"
      PinToolTip="B\nObject Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      LinkedTo(0)=EdGraphPin'K2Node_Knot_395.EdGraphPin_5865'
   End Object
   Begin Object Name="EdGraphPin_6177"
      PinName="ReturnValue"
      PinToolTip="Return Value\nBoolean"
      Direction=EGPD_Output
      PinType=(PinCategory="bool")
      AutogeneratedDefaultValue="false"
      LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_229.EdGraphPin_5472'
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="EqualEqual_ObjectObject")
   Pins(0)=EdGraphPin'EdGraphPin_6174'
   Pins(1)=EdGraphPin'EdGraphPin_6175'
   Pins(2)=EdGraphPin'EdGraphPin_6176'
   Pins(3)=EdGraphPin'EdGraphPin_6177'
   NodePosX=240
   NodePosY=480
   NodeGuid=480E52AC46D00DAF22A9AEA1822F7E4E
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_396"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5834"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5835"
   End Object
   Begin Object Name="EdGraphPin_5834"
      PinName="InputPin"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2430.EdGraphPin_6136'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_5835"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_Knot_397.EdGraphPin_5840'
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_5834'
   Pins(1)=EdGraphPin'EdGraphPin_5835'
   NodePosX=240
   NodePosY=272
   NodeGuid=431F034143A99DA4A14C79B5EFCC1842
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2433"
   Begin Object Class=EdGraphPin Name="EdGraphPin_6186"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6187"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6188"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6189"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6190"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6191"
   End Object
   Begin Object Name="EdGraphPin_6186"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_229.EdGraphPin_5474'
   End Object
   Begin Object Name="EdGraphPin_6187"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
   End Object
   Begin Object Name="EdGraphPin_6188"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="Target\nBTFunction Library Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/AIModule.BTFunctionLibrary')
      DefaultObject=Default__BTFunctionLibrary
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_6189"
      PinName="NodeOwner"
      PinToolTip="Node Owner\nBTNode Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/AIModule.BTNode')
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_6190"
      PinName="Key"
      PinToolTip="Key\nBlackboard Key Selector Structure (by ref)"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/AIModule.BlackboardKeySelector',bIsReference=True,bIsConst=True)
      LinkedTo(0)=EdGraphPin'K2Node_VariableGet_303.EdGraphPin_5459'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_6191"
      PinName="Value"
      PinToolTip="Value\nObject Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
   End Object
   FunctionReference=(MemberParent=Class'/Script/AIModule.BTFunctionLibrary',MemberName="SetBlackboardValueAsObject")
   Pins(0)=EdGraphPin'EdGraphPin_6186'
   Pins(1)=EdGraphPin'EdGraphPin_6187'
   Pins(2)=EdGraphPin'EdGraphPin_6188'
   Pins(3)=EdGraphPin'EdGraphPin_6189'
   Pins(4)=EdGraphPin'EdGraphPin_6190'
   Pins(5)=EdGraphPin'EdGraphPin_6191'
   NodePosX=928
   NodePosY=368
   NodeGuid=EB5337474627382D95B5FEA90DC2C7CA
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_397"
   Begin Object Class=EdGraphPin Name="EdGraphPin_5840"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_5841"
   End Object
   Begin Object Name="EdGraphPin_5840"
      PinName="InputPin"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_Knot_396.EdGraphPin_5835'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_5841"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2432.EdGraphPin_6209'
      LinkedTo(1)=EdGraphPin'K2Node_CallFunction_2434.EdGraphPin_6222'
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_5840'
   Pins(1)=EdGraphPin'EdGraphPin_5841'
   NodePosX=896
   NodePosY=272
   NodeGuid=EA1BABCE4963A333F49344A329C3F7CF
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2432"
   Begin Object Class=EdGraphPin Name="EdGraphPin_6204"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6205"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6206"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6207"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6208"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6209"
   End Object
   Begin Object Name="EdGraphPin_6204"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_229.EdGraphPin_5473'
   End Object
   Begin Object Name="EdGraphPin_6205"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2435.EdGraphPin_6228'
   End Object
   Begin Object Name="EdGraphPin_6206"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="Target\nBTFunction Library Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/AIModule.BTFunctionLibrary')
      DefaultObject=Default__BTFunctionLibrary
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_6207"
      PinName="NodeOwner"
      PinToolTip="Node Owner\nBTNode Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/AIModule.BTNode')
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_6208"
      PinName="Key"
      PinToolTip="Key\nBlackboard Key Selector Structure (by ref)"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/AIModule.BlackboardKeySelector',bIsReference=True,bIsConst=True)
      LinkedTo(0)=EdGraphPin'K2Node_VariableGet_305.EdGraphPin_5465'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_6209"
      PinName="Value"
      PinToolTip="Value\nObject Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      LinkedTo(0)=EdGraphPin'K2Node_Knot_397.EdGraphPin_5841'
   End Object
   FunctionReference=(MemberParent=Class'/Script/AIModule.BTFunctionLibrary',MemberName="SetBlackboardValueAsObject")
   Pins(0)=EdGraphPin'EdGraphPin_6204'
   Pins(1)=EdGraphPin'EdGraphPin_6205'
   Pins(2)=EdGraphPin'EdGraphPin_6206'
   Pins(3)=EdGraphPin'EdGraphPin_6207'
   Pins(4)=EdGraphPin'EdGraphPin_6208'
   Pins(5)=EdGraphPin'EdGraphPin_6209'
   NodePosX=1088
   NodePosY=48
   NodeGuid=1F984D1C4C1E680A704861B20F353590
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2434"
   Begin Object Class=EdGraphPin Name="EdGraphPin_6222"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6223"
   End Object
   Begin Object Name="EdGraphPin_6222"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="Target\nActor Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'K2Node_Knot_397.EdGraphPin_5841'
   End Object
   Begin Object Name="EdGraphPin_6223"
      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_2435.EdGraphPin_6233'
   End Object
   bIsPureFunc=True
   bIsConstFunc=True
   FunctionReference=(MemberParent=Class'/Script/Engine.Actor',MemberName="K2_GetActorLocation")
   Pins(0)=EdGraphPin'EdGraphPin_6222'
   Pins(1)=EdGraphPin'EdGraphPin_6223'
   NodePosX=1088
   NodePosY=224
   NodeGuid=0A25E1E643086A937C0533B22D820EAD
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_2435"
   Begin Object Class=EdGraphPin Name="EdGraphPin_6228"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6229"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6230"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6231"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6232"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6233"
   End Object
   Begin Object Name="EdGraphPin_6228"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2432.EdGraphPin_6205'
   End Object
   Begin Object Name="EdGraphPin_6229"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
   End Object
   Begin Object Name="EdGraphPin_6230"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="Target\nBTFunction Library Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/AIModule.BTFunctionLibrary')
      DefaultObject=Default__BTFunctionLibrary
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_6231"
      PinName="NodeOwner"
      PinToolTip="Node Owner\nBTNode Reference"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/AIModule.BTNode')
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_6232"
      PinName="Key"
      PinToolTip="Key\nBlackboard Key Selector Structure (by ref)"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/AIModule.BlackboardKeySelector',bIsReference=True,bIsConst=True)
      LinkedTo(0)=EdGraphPin'K2Node_VariableGet_266.EdGraphPin_5453'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_6233"
      PinName="Value"
      PinToolTip="Value\nVector "
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'K2Node_CallFunction_2434.EdGraphPin_6223'
   End Object
   FunctionReference=(MemberParent=Class'/Script/AIModule.BTFunctionLibrary',MemberName="SetBlackboardValueAsVector")
   Pins(0)=EdGraphPin'EdGraphPin_6228'
   Pins(1)=EdGraphPin'EdGraphPin_6229'
   Pins(2)=EdGraphPin'EdGraphPin_6230'
   Pins(3)=EdGraphPin'EdGraphPin_6231'
   Pins(4)=EdGraphPin'EdGraphPin_6232'
   Pins(5)=EdGraphPin'EdGraphPin_6233'
   NodePosX=1568
   NodePosY=48
   NodeGuid=C429D3E44EA547A5291AB9AADB9AE69F
End Object

Hi Almo2001,

Thank you for pointing this out. I’ve fixed the code copy in the page. This won’t be updated for a couple of days or next week sometime.

In the meantime here is the code in a txt file as well in the event you run into trouble with the setup. It is a very large bit of code to setup in BPs. :slight_smile:

Thank you!

Tim

link text

Sure, glad to help. As I said in the question, all the Blueprint code on the various pages of this tutorial is also incorrect. :slight_smile:

I didn’t see you mention that previous pages were incorrect as well. Only this part. We’re currently doing our pass on all the documentation pages. If you’re having any trouble with the others parts being setup can you let me know. I can make sure these get noted and fixed.

If it’s just that the code from this copy paste doesn’t work, it’s that the variables need to be added in your blueprint for it to get rid of the errors. The code above will only paste what should be in the graph, but will not create any functions, variables, macros, etc that may be needed.

OK, I just checked. A copy/paste from the current version of the tutorial into the already working blueprint with the functions and variables already there still doesn’t work. Step 12 and Step 13 have code to copy as well, and these also didn’t work.

Ok. Thanks. I’ll fix the code things there as well. The variables will just need to be replaced for each instance, even if they are already created it seems. I would expect this to be as intended.

This tutorial really needs to love. Thanks for your help! :slight_smile: