Targeting System

Hello, im trying to make a Single Line Trace from the Center of the Player Screen to the Position 125 away to Check on whick actor the Player is looking, but this dont works corectly.
It “Hits” not reliable the actor, some time the Actor left or right from it -.-

Some idea ?

Thanks, Greez

Maybe its just a collision problem. Or “actor” is to general try to cast it to a more spezific subclass… what kind of actors should be valid targets ?

I placed some blueprints, this should be valid.
(Pickups, Doors, more like this)

Hello,
At least, if you set your world direction to 5000 for example but use 125 as condition for your detections, the “range of mistake” will be so small that it would be ok. (i tried with a draw debug type set to one frame in linetrace)

And try impact node instead of location node, especially if origin point is not in the middle of the detected actor.

In hope it will be enough.

I dont know what convert scene location… does right now, but I did similar things with get forward vector and get look at rotation

I hope this helps

Change the Draw DebugLine to have the same start and end of the Trace, to see better where your trace is going. :wink:

Yeah, i already had it. The Lince Trace is correctly, but if i draw it to the “Hit Location” it is not right.
But i Fixed it right now.

Convert Screen Location gets the Location of the players “Screen” and returns the Location of it in World.
You can give it 2 Float (The Location on the Screen you want the Position of) I use Half X and Y for Center Screen (Croshair position).

Greez

ok I tried it out and I think I know what your problem is. Its your DrawDebugLine. If you draw it parallel to your camera you will never see it. However if your trace dont hit something it draws the last position where it hit something. This will give you wrong locations and draws a wrong line. to avoid this check the boolean output of your trace. And finally to see something use an debug sphere.

this works for me. (hard to get it on the screen :D)

and the copy/paste code:


Begin Object Class=K2Node_Event Name="K2Node_Event_2601"
   Begin Object Class=EdGraphPin Name="EdGraphPin_15338"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_15337"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_15336"
   End Object
   Begin Object Name="EdGraphPin_15338"
      PinName="DeltaSeconds"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
   End Object
   Begin Object Name="EdGraphPin_15337"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_182177.EdGraphPin_17903"'
   End Object
   Begin Object Name="EdGraphPin_15336"
      PinName="OutputDelegate"
      Direction=EGPD_Output
      PinType=(PinCategory="delegate",PinSubCategoryObject=Function'/Script/Engine.Actor:ReceiveTick')
   End Object
   EventSignatureName="ReceiveTick"
   EventSignatureClass=Class'/Script/Engine.Actor'
   bOverrideFunction=True
   Pins(0)=EdGraphPin'EdGraphPin_15336'
   Pins(1)=EdGraphPin'EdGraphPin_15337'
   Pins(2)=EdGraphPin'EdGraphPin_15338'
   NodePosX=688
   NodePosY=-160
   NodeGuid=47A902D041538703F7F482B570CF3D86
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_164098"
   Begin Object Class=EdGraphPin Name="EdGraphPin_15353"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_15352"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_15351"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_15350"
   End Object
   Begin Object Name="EdGraphPin_15353"
      PinName="ReturnValue"
      PinToolTip="object\'PlayerController\' Return Value"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PlayerController')
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_164207.EdGraphPin_15354"'
   End Object
   Begin Object Name="EdGraphPin_15352"
      PinName="PlayerIndex"
      PinToolTip="int Player Index"
      PinType=(PinCategory="int")
      DefaultValue="0"
      AutogeneratedDefaultValue="0"
   End Object
   Begin Object Name="EdGraphPin_15351"
      PinName="WorldContextObject"
      PinToolTip="object\'Object\' World Context Object"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_15350"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'GameplayStatics\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.GameplayStatics')
      DefaultObject=Default__GameplayStatics
      bHidden=True
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParentClass=Class'/Script/Engine.GameplayStatics',MemberName="GetPlayerController")
   Pins(0)=EdGraphPin'EdGraphPin_15350'
   Pins(1)=EdGraphPin'EdGraphPin_15351'
   Pins(2)=EdGraphPin'EdGraphPin_15352'
   Pins(3)=EdGraphPin'EdGraphPin_15353'
   NodePosX=688
   NodePosY=192
   NodeGuid=221CF79C4006161DC0CDEEBEA6623B89
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_164207"
   Begin Object Class=EdGraphPin Name="EdGraphPin_15356"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_15355"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_15354"
   End Object
   Begin Object Name="EdGraphPin_15356"
      PinName="SizeY"
      PinToolTip="int Size Y"
      Direction=EGPD_Output
      PinType=(PinCategory="int")
      DefaultValue="0"
      AutogeneratedDefaultValue="0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_179548.EdGraphPin_17874"'
   End Object
   Begin Object Name="EdGraphPin_15355"
      PinName="SizeX"
      PinToolTip="int Size X"
      Direction=EGPD_Output
      PinType=(PinCategory="int")
      DefaultValue="0"
      AutogeneratedDefaultValue="0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_179549.EdGraphPin_17870"'
   End Object
   Begin Object Name="EdGraphPin_15354"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'PlayerController\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PlayerController')
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_164098.EdGraphPin_15353"'
   End Object
   bIsPureFunc=True
   bIsConstFunc=True
   FunctionReference=(MemberName="GetViewportSize",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_15354'
   Pins(1)=EdGraphPin'EdGraphPin_15355'
   Pins(2)=EdGraphPin'EdGraphPin_15356'
   NodePosX=672
   NodePosY=272
   NodeGuid=B7ED38BB4B7FA11A9E3B1CA086B61BFF
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_179549"
   Begin Object Class=EdGraphPin Name="EdGraphPin_17872"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17871"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17870"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17869"
   End Object
   Begin Object Name="EdGraphPin_17872"
      PinName="ReturnValue"
      PinToolTip="int Return Value"
      Direction=EGPD_Output
      PinType=(PinCategory="int")
      DefaultValue="0"
      AutogeneratedDefaultValue="0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_180601.EdGraphPin_17895"'
   End Object
   Begin Object Name="EdGraphPin_17871"
      PinName="B"
      PinToolTip="int B"
      PinType=(PinCategory="int")
      DefaultValue="2"
      AutogeneratedDefaultValue="0"
   End Object
   Begin Object Name="EdGraphPin_17870"
      PinName="A"
      PinToolTip="int A"
      PinType=(PinCategory="int")
      DefaultValue="0"
      AutogeneratedDefaultValue="0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_164207.EdGraphPin_15355"'
   End Object
   Begin Object Name="EdGraphPin_17869"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'KismetMathLibrary\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
      DefaultObject=Default__KismetMathLibrary
      bHidden=True
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParentClass=Class'/Script/Engine.KismetMathLibrary',MemberName="Divide_IntInt")
   Pins(0)=EdGraphPin'EdGraphPin_17869'
   Pins(1)=EdGraphPin'EdGraphPin_17870'
   Pins(2)=EdGraphPin'EdGraphPin_17871'
   Pins(3)=EdGraphPin'EdGraphPin_17872'
   NodePosX=896
   NodePosY=288
   NodeGuid=ECC490BE451277D2021BE68D14877C71
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_179548"
   Begin Object Class=EdGraphPin Name="EdGraphPin_17876"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17875"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17874"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17873"
   End Object
   Begin Object Name="EdGraphPin_17876"
      PinName="ReturnValue"
      PinToolTip="int Return Value"
      Direction=EGPD_Output
      PinType=(PinCategory="int")
      DefaultValue="0"
      AutogeneratedDefaultValue="0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_180603.EdGraphPin_17898"'
   End Object
   Begin Object Name="EdGraphPin_17875"
      PinName="B"
      PinToolTip="int B"
      PinType=(PinCategory="int")
      DefaultValue="2"
      AutogeneratedDefaultValue="0"
   End Object
   Begin Object Name="EdGraphPin_17874"
      PinName="A"
      PinToolTip="int A"
      PinType=(PinCategory="int")
      DefaultValue="0"
      AutogeneratedDefaultValue="0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_164207.EdGraphPin_15356"'
   End Object
   Begin Object Name="EdGraphPin_17873"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'KismetMathLibrary\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
      DefaultObject=Default__KismetMathLibrary
      bHidden=True
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParentClass=Class'/Script/Engine.KismetMathLibrary',MemberName="Divide_IntInt")
   Pins(0)=EdGraphPin'EdGraphPin_17873'
   Pins(1)=EdGraphPin'EdGraphPin_17874'
   Pins(2)=EdGraphPin'EdGraphPin_17875'
   Pins(3)=EdGraphPin'EdGraphPin_17876'
   NodePosX=896
   NodePosY=368
   NodeGuid=7EF7E86D4BD2FD1FDED61B90B3BE12D1
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_180599"
   Begin Object Class=EdGraphPin Name="EdGraphPin_17893"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17892"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17891"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17890"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17889"
   End Object
   Begin Object Name="EdGraphPin_17893"
      PinName="WorldDirection"
      PinToolTip="struct\'Vector\' World Direction"
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_182300.EdGraphPin_17917"'
   End Object
   Begin Object Name="EdGraphPin_17892"
      PinName="WorldLocation"
      PinToolTip="struct\'Vector\' World Location"
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2014.EdGraphPin_33069"'
   End Object
   Begin Object Name="EdGraphPin_17891"
      PinName="ScreenY"
      PinToolTip="float Screen Y"
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2024.EdGraphPin_33081"'
   End Object
   Begin Object Name="EdGraphPin_17890"
      PinName="ScreenX"
      PinToolTip="float Screen X"
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2022.EdGraphPin_33079"'
   End Object
   Begin Object Name="EdGraphPin_17889"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'PlayerController\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PlayerController')
   End Object
   bIsPureFunc=True
   bIsConstFunc=True
   FunctionReference=(MemberName="DeprojectScreenPositionToWorld",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_17889'
   Pins(1)=EdGraphPin'EdGraphPin_17890'
   Pins(2)=EdGraphPin'EdGraphPin_17891'
   Pins(3)=EdGraphPin'EdGraphPin_17892'
   Pins(4)=EdGraphPin'EdGraphPin_17893'
   NodePosX=1008
   NodePosY=-80
   NodeGuid=1AE47E554FD54F5F4838AF8A60A989B9
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_180601"
   Begin Object Class=EdGraphPin Name="EdGraphPin_17896"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17895"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17894"
   End Object
   Begin Object Name="EdGraphPin_17896"
      PinName="ReturnValue"
      PinToolTip="float Return Value"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2016.EdGraphPin_33071"'
   End Object
   Begin Object Name="EdGraphPin_17895"
      PinName="InInt"
      PinToolTip="int In Int"
      PinType=(PinCategory="int")
      DefaultValue="0"
      AutogeneratedDefaultValue="0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_179549.EdGraphPin_17872"'
   End Object
   Begin Object Name="EdGraphPin_17894"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'KismetMathLibrary\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
      DefaultObject=Default__KismetMathLibrary
      bHidden=True
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParentClass=Class'/Script/Engine.KismetMathLibrary',MemberName="Conv_IntToFloat")
   Pins(0)=EdGraphPin'EdGraphPin_17894'
   Pins(1)=EdGraphPin'EdGraphPin_17895'
   Pins(2)=EdGraphPin'EdGraphPin_17896'
   NodePosX=1040
   NodePosY=288
   NodeGuid=BFF8232046F1B103D576B3B7F9A7FC25
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_180603"
   Begin Object Class=EdGraphPin Name="EdGraphPin_17899"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17898"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17897"
   End Object
   Begin Object Name="EdGraphPin_17899"
      PinName="ReturnValue"
      PinToolTip="float Return Value"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2019.EdGraphPin_33076"'
   End Object
   Begin Object Name="EdGraphPin_17898"
      PinName="InInt"
      PinToolTip="int In Int"
      PinType=(PinCategory="int")
      DefaultValue="0"
      AutogeneratedDefaultValue="0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_179548.EdGraphPin_17876"'
   End Object
   Begin Object Name="EdGraphPin_17897"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'KismetMathLibrary\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
      DefaultObject=Default__KismetMathLibrary
      bHidden=True
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParentClass=Class'/Script/Engine.KismetMathLibrary',MemberName="Conv_IntToFloat")
   Pins(0)=EdGraphPin'EdGraphPin_17897'
   Pins(1)=EdGraphPin'EdGraphPin_17898'
   Pins(2)=EdGraphPin'EdGraphPin_17899'
   NodePosX=1040
   NodePosY=368
   NodeGuid=B561975B4BC17223C315D291289AE1DD
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_182177"
   Begin Object Class=EdGraphPin Name="EdGraphPin_17915"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17914"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17913"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17912"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17911"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17910"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17909"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17908"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17907"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17906"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17905"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17904"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17903"
   End Object
   Begin Object Name="EdGraphPin_17915"
      PinName="ReturnValue"
      PinToolTip="bool Return Value

True if there was a hit, false otherwise."
      Direction=EGPD_Output
      PinType=(PinCategory="bool")
      DefaultValue="false"
      AutogeneratedDefaultValue="false"
      LinkedTo(0)=EdGraphPin'"K2Node_IfThenElse_699.EdGraphPin_29286"'
   End Object
   Begin Object Name="EdGraphPin_17914"
      PinName="bIgnoreSelf"
      PinToolTip="bool Ignore Self"
      PinType=(PinCategory="bool")
      DefaultValue="true"
      AutogeneratedDefaultValue="true"
   End Object
   Begin Object Name="EdGraphPin_17913"
      PinName="OutHit"
      PinToolTip="struct\'HitResult\' Out Hit

Properties of the trace hit."
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/Engine.EngineTypes:HitResult')
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_182736.EdGraphPin_17929"'
   End Object
   Begin Object Name="EdGraphPin_17912"
      PinName="DrawDebugType"
      PinToolTip="enum\'EDrawDebugTrace\' Draw Debug Type"
      PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.KismetSystemLibrary:EDrawDebugTrace')
      DefaultValue="None"
   End Object
   Begin Object Name="EdGraphPin_17911"
      PinName="ActorsToIgnore"
      PinToolTip="array[object\'Actor\'] Actors to Ignore"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor',bIsArray=True,bIsReference=True,bIsConst=True)
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_17910"
      PinName="bTraceComplex"
      PinToolTip="bool Trace Complex"
      PinType=(PinCategory="bool")
      DefaultValue="false"
      AutogeneratedDefaultValue="false"
   End Object
   Begin Object Name="EdGraphPin_17909"
      PinName="TraceChannel"
      PinToolTip="enum\'ETraceTypeQuery\' Trace Channel"
      PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EngineTypes:ETraceTypeQuery')
      DefaultValue="TraceTypeQuery1"
   End Object
   Begin Object Name="EdGraphPin_17908"
      PinName="End"
      PinToolTip="struct\'Vector\' End

End of line segment."
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector',bIsConst=True)
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_CommutativeAssociativeBinaryOperator_2408.EdGraphPin_17927"'
   End Object
   Begin Object Name="EdGraphPin_17907"
      PinName="Start"
      PinToolTip="struct\'Vector\' Start

Start of line segment."
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector',bIsConst=True)
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2014.EdGraphPin_33070"'
   End Object
   Begin Object Name="EdGraphPin_17906"
      PinName="WorldContextObject"
      PinToolTip="object\'Object\' World Context Object"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_17905"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'KismetSystemLibrary\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetSystemLibrary')
      DefaultObject=Default__KismetSystemLibrary
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_17904"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_IfThenElse_699.EdGraphPin_29285"'
   End Object
   Begin Object Name="EdGraphPin_17903"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_Event_2601.EdGraphPin_15337"'
   End Object
   FunctionReference=(MemberParentClass=Class'/Script/Engine.KismetSystemLibrary',MemberName="LineTraceSingle_NEW")
   Pins(0)=EdGraphPin'EdGraphPin_17903'
   Pins(1)=EdGraphPin'EdGraphPin_17904'
   Pins(2)=EdGraphPin'EdGraphPin_17905'
   Pins(3)=EdGraphPin'EdGraphPin_17906'
   Pins(4)=EdGraphPin'EdGraphPin_17907'
   Pins(5)=EdGraphPin'EdGraphPin_17908'
   Pins(6)=EdGraphPin'EdGraphPin_17909'
   Pins(7)=EdGraphPin'EdGraphPin_17910'
   Pins(8)=EdGraphPin'EdGraphPin_17911'
   Pins(9)=EdGraphPin'EdGraphPin_17912'
   Pins(10)=EdGraphPin'EdGraphPin_17913'
   Pins(11)=EdGraphPin'EdGraphPin_17914'
   Pins(12)=EdGraphPin'EdGraphPin_17915'
   NodePosX=1552
   NodePosY=-160
   NodeGuid=AED3616D425D9FA3BD21EA9D21DC5BC4
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_182300"
   Begin Object Class=EdGraphPin Name="EdGraphPin_17919"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17918"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17917"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17916"
   End Object
   Begin Object Name="EdGraphPin_17919"
      PinName="ReturnValue"
      PinToolTip="struct\'Vector\' Return Value"
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_CommutativeAssociativeBinaryOperator_2408.EdGraphPin_17926"'
   End Object
   Begin Object Name="EdGraphPin_17918"
      PinName="B"
      PinToolTip="float B"
      PinType=(PinCategory="float")
      DefaultValue="125"
      AutogeneratedDefaultValue="0.0"
   End Object
   Begin Object Name="EdGraphPin_17917"
      PinName="A"
      PinToolTip="struct\'Vector\' A"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_180599.EdGraphPin_17893"'
   End Object
   Begin Object Name="EdGraphPin_17916"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'KismetMathLibrary\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
      DefaultObject=Default__KismetMathLibrary
      bHidden=True
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParentClass=Class'/Script/Engine.KismetMathLibrary',MemberName="Multiply_VectorFloat")
   Pins(0)=EdGraphPin'EdGraphPin_17916'
   Pins(1)=EdGraphPin'EdGraphPin_17917'
   Pins(2)=EdGraphPin'EdGraphPin_17918'
   Pins(3)=EdGraphPin'EdGraphPin_17919'
   NodePosX=1376
   NodePosY=80
   NodeGuid=FCB2D64847F9328B96923B8B1892662B
End Object
Begin Object Class=K2Node_CommutativeAssociativeBinaryOperator Name="K2Node_CommutativeAssociativeBinaryOperator_2408"
   Begin Object Class=EdGraphPin Name="EdGraphPin_17927"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17926"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17925"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17924"
   End Object
   Begin Object Name="EdGraphPin_17927"
      PinName="ReturnValue"
      PinToolTip="struct\'Vector\' Return Value"
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_182177.EdGraphPin_17908"'
   End Object
   Begin Object Name="EdGraphPin_17926"
      PinName="B"
      PinToolTip="struct\'Vector\' B"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_182300.EdGraphPin_17919"'
   End Object
   Begin Object Name="EdGraphPin_17925"
      PinName="A"
      PinToolTip="struct\'Vector\' A"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2014.EdGraphPin_33070"'
   End Object
   Begin Object Name="EdGraphPin_17924"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'KismetMathLibrary\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
      DefaultObject=Default__KismetMathLibrary
      bHidden=True
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParentClass=Class'/Script/Engine.KismetMathLibrary',MemberName="Add_VectorVector")
   Pins(0)=EdGraphPin'EdGraphPin_17924'
   Pins(1)=EdGraphPin'EdGraphPin_17925'
   Pins(2)=EdGraphPin'EdGraphPin_17926'
   Pins(3)=EdGraphPin'EdGraphPin_17927'
   NodePosX=1376
   NodePosY=-32
   NodeGuid=3DDBEB9C4BD4EF074460C78C08452890
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_182736"
   Begin Object Class=EdGraphPin Name="EdGraphPin_17938"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17937"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17936"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17935"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17934"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17933"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17932"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17931"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17930"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17929"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_17928"
   End Object
   Begin Object Name="EdGraphPin_17938"
      PinName="HitItem"
      PinToolTip="int Hit Item

Primitive-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_17937"
      PinName="HitBoneName"
      PinToolTip="name Hit Bone Name"
      Direction=EGPD_Output
      PinType=(PinCategory="name")
      DefaultValue="None"
      AutogeneratedDefaultValue="None"
   End Object
   Begin Object Name="EdGraphPin_17936"
      PinName="HitComponent"
      PinToolTip="object\'PrimitiveComponent\' Hit Component"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PrimitiveComponent')
   End Object
   Begin Object Name="EdGraphPin_17935"
      PinName="HitActor"
      PinToolTip="object\'Actor\' Hit Actor"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
   End Object
   Begin Object Name="EdGraphPin_17934"
      PinName="PhysMat"
      PinToolTip="object\'PhysicalMaterial\' Phys Mat"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PhysicalMaterial')
   End Object
   Begin Object Name="EdGraphPin_17933"
      PinName="ImpactNormal"
      PinToolTip="struct\'Vector\' Impact Normal

Normal of the hit from the actual contact of the trace shape in world space"
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
   End Object
   Begin Object Name="EdGraphPin_17932"
      PinName="ImpactPoint"
      PinToolTip="struct\'Vector\' Impact Point

Location of the actual contact point of the trace shape with the surface of the hit object."
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
   End Object
   Begin Object Name="EdGraphPin_17931"
      PinName="Normal"
      PinToolTip="struct\'Vector\' Normal

Normal of the hit in world space - for capsule, it will be capsule normal(not contact geometry normal). Otherwise same as ImpactNormal."
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
   End Object
   Begin Object Name="EdGraphPin_17930"
      PinName="Location"
      PinToolTip="struct\'Vector\' Location

Location 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.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_283090.EdGraphPin_30556"'
   End Object
   Begin Object Name="EdGraphPin_17929"
      PinName="Hit"
      PinToolTip="struct\'HitResult\' (by ref) Hit

The source FHitResult"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/Engine.EngineTypes:HitResult',bIsReference=True,bIsConst=True)
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_182177.EdGraphPin_17913"'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_17928"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'GameplayStatics\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.GameplayStatics')
      DefaultObject=Default__GameplayStatics
      bHidden=True
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParentClass=Class'/Script/Engine.GameplayStatics',MemberName="BreakHitResult")
   Pins(0)=EdGraphPin'EdGraphPin_17928'
   Pins(1)=EdGraphPin'EdGraphPin_17929'
   Pins(2)=EdGraphPin'EdGraphPin_17930'
   Pins(3)=EdGraphPin'EdGraphPin_17931'
   Pins(4)=EdGraphPin'EdGraphPin_17932'
   Pins(5)=EdGraphPin'EdGraphPin_17933'
   Pins(6)=EdGraphPin'EdGraphPin_17934'
   Pins(7)=EdGraphPin'EdGraphPin_17935'
   Pins(8)=EdGraphPin'EdGraphPin_17936'
   Pins(9)=EdGraphPin'EdGraphPin_17937'
   Pins(10)=EdGraphPin'EdGraphPin_17938'
   NodePosX=1984
   NodePosY=-64
   NodeGuid=AF9D39504C07EB46BE4DFE8A524207F3
End Object
Begin Object Class=K2Node_IfThenElse Name="K2Node_IfThenElse_699"
   Begin Object Class=EdGraphPin Name="EdGraphPin_29288"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_29287"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_29286"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_29285"
   End Object
   Begin Object Name="EdGraphPin_29288"
      PinName="else"
      PinFriendlyName="false"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
   End Object
   Begin Object Name="EdGraphPin_29287"
      PinName="then"
      PinFriendlyName="true"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_283090.EdGraphPin_30552"'
   End Object
   Begin Object Name="EdGraphPin_29286"
      PinName="Condition"
      PinType=(PinCategory="bool")
      DefaultValue="false"
      AutogeneratedDefaultValue="false"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_182177.EdGraphPin_17915"'
   End Object
   Begin Object Name="EdGraphPin_29285"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_182177.EdGraphPin_17904"'
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_29285'
   Pins(1)=EdGraphPin'EdGraphPin_29286'
   Pins(2)=EdGraphPin'EdGraphPin_29287'
   Pins(3)=EdGraphPin'EdGraphPin_29288'
   NodePosX=1984
   NodePosY=-160
   NodeGuid=F835470E48201766BE7705991C2A132C
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_283090"
   Begin Object Class=EdGraphPin Name="EdGraphPin_30560"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_30559"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_30558"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_30557"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_30556"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_30555"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_30554"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_30553"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_30552"
   End Object
   Begin Object Name="EdGraphPin_30560"
      PinName="Duration"
      PinToolTip="float Duration"
      PinType=(PinCategory="float")
      DefaultValue="-1.000000"
      AutogeneratedDefaultValue="-1.000000"
   End Object
   Begin Object Name="EdGraphPin_30559"
      PinName="LineColor"
      PinToolTip="struct\'LinearColor\' Line Color"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:LinearColor')
      DefaultValue="(R=1.000000,G=0.000000,B=0.000000,A=1.000000)"
   End Object
   Begin Object Name="EdGraphPin_30558"
      PinName="Segments"
      PinToolTip="int Segments"
      PinType=(PinCategory="int")
      DefaultValue="12"
      AutogeneratedDefaultValue="12"
   End Object
   Begin Object Name="EdGraphPin_30557"
      PinName="Radius"
      PinToolTip="float Radius"
      PinType=(PinCategory="float")
      DefaultValue="10"
      AutogeneratedDefaultValue="100"
   End Object
   Begin Object Name="EdGraphPin_30556"
      PinName="Center"
      PinToolTip="struct\'Vector\' (by ref) Center"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector',bIsReference=True,bIsConst=True)
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_182736.EdGraphPin_17930"'
      bDefaultValueIsIgnored=True
   End Object
   Begin Object Name="EdGraphPin_30555"
      PinName="WorldContextObject"
      PinToolTip="object\'Object\' World Context Object"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_30554"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'KismetSystemLibrary\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetSystemLibrary')
      DefaultObject=Default__KismetSystemLibrary
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_30553"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
   End Object
   Begin Object Name="EdGraphPin_30552"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_IfThenElse_699.EdGraphPin_29287"'
   End Object
   FunctionReference=(MemberParentClass=Class'/Script/Engine.KismetSystemLibrary',MemberName="DrawDebugSphere")
   Pins(0)=EdGraphPin'EdGraphPin_30552'
   Pins(1)=EdGraphPin'EdGraphPin_30553'
   Pins(2)=EdGraphPin'EdGraphPin_30554'
   Pins(3)=EdGraphPin'EdGraphPin_30555'
   Pins(4)=EdGraphPin'EdGraphPin_30556'
   Pins(5)=EdGraphPin'EdGraphPin_30557'
   Pins(6)=EdGraphPin'EdGraphPin_30558'
   Pins(7)=EdGraphPin'EdGraphPin_30559'
   Pins(8)=EdGraphPin'EdGraphPin_30560'
   NodePosX=2224
   NodePosY=-144
   NodeGuid=331F3B4D405B67890615B9B1C7FF9C6E
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_2014"
   Begin Object Class=EdGraphPin Name="EdGraphPin_33070"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_33069"
   End Object
   Begin Object Name="EdGraphPin_33070"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      DefaultValue="0, 0, 0"
      AutogeneratedDefaultValue="0, 0, 0"
      LinkedTo(0)=EdGraphPin'"K2Node_CommutativeAssociativeBinaryOperator_2408.EdGraphPin_17925"'
      LinkedTo(1)=EdGraphPin'"K2Node_CallFunction_182177.EdGraphPin_17907"'
   End Object
   Begin Object Name="EdGraphPin_33069"
      PinName="InputPin"
      PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Object:Vector')
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_180599.EdGraphPin_17892"'
      bDefaultValueIsIgnored=True
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_33069'
   Pins(1)=EdGraphPin'EdGraphPin_33070'
   NodePosX=1344
   NodePosY=-80
   NodeGuid=697E7A8E4686D9A5B991DAAD7DF06F06
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_2016"
   Begin Object Class=EdGraphPin Name="EdGraphPin_33072"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_33071"
   End Object
   Begin Object Name="EdGraphPin_33072"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2028.EdGraphPin_33084"'
   End Object
   Begin Object Name="EdGraphPin_33071"
      PinName="InputPin"
      PinType=(PinCategory="float")
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_180601.EdGraphPin_17896"'
      bDefaultValueIsIgnored=True
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_33071'
   Pins(1)=EdGraphPin'EdGraphPin_33072'
   NodePosX=1136
   NodePosY=320
   NodeGuid=804F55814D49AFAACCEE3983A0F16396
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_2019"
   Begin Object Class=EdGraphPin Name="EdGraphPin_33077"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_33076"
   End Object
   Begin Object Name="EdGraphPin_33077"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2026.EdGraphPin_33082"'
   End Object
   Begin Object Name="EdGraphPin_33076"
      PinName="InputPin"
      PinType=(PinCategory="float")
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_180603.EdGraphPin_17899"'
      bDefaultValueIsIgnored=True
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_33076'
   Pins(1)=EdGraphPin'EdGraphPin_33077'
   NodePosX=1184
   NodePosY=400
   NodeGuid=ABCFDA584EF6FF957244A48■■■3B0D0F
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_2022"
   Begin Object Class=EdGraphPin Name="EdGraphPin_33079"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_33078"
   End Object
   Begin Object Name="EdGraphPin_33079"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_180599.EdGraphPin_17890"'
   End Object
   Begin Object Name="EdGraphPin_33078"
      PinName="InputPin"
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2030.EdGraphPin_33087"'
      bDefaultValueIsIgnored=True
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_33078'
   Pins(1)=EdGraphPin'EdGraphPin_33079'
   NodePosX=768
   NodePosY=-16
   NodeGuid=388A543D484C2E829FE1A1B34AA9ED5B
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_2024"
   Begin Object Class=EdGraphPin Name="EdGraphPin_33081"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_33080"
   End Object
   Begin Object Name="EdGraphPin_33081"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_180599.EdGraphPin_17891"'
   End Object
   Begin Object Name="EdGraphPin_33080"
      PinName="InputPin"
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2032.EdGraphPin_33089"'
      bDefaultValueIsIgnored=True
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_33080'
   Pins(1)=EdGraphPin'EdGraphPin_33081'
   NodePosX=848
   NodePosY=16
   NodeGuid=A49D2EFB4AE288BB1E7F8FB6F53CBAC9
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_2026"
   Begin Object Class=EdGraphPin Name="EdGraphPin_33083"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_33082"
   End Object
   Begin Object Name="EdGraphPin_33083"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2032.EdGraphPin_33088"'
   End Object
   Begin Object Name="EdGraphPin_33082"
      PinName="InputPin"
      PinType=(PinCategory="float")
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2019.EdGraphPin_33077"'
      bDefaultValueIsIgnored=True
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_33082'
   Pins(1)=EdGraphPin'EdGraphPin_33083'
   NodePosX=1200
   NodePosY=112
   NodeGuid=7C1C82BB4F480F2479488BAA85CE376D
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_2028"
   Begin Object Class=EdGraphPin Name="EdGraphPin_33085"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_33084"
   End Object
   Begin Object Name="EdGraphPin_33085"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2030.EdGraphPin_33086"'
   End Object
   Begin Object Name="EdGraphPin_33084"
      PinName="InputPin"
      PinType=(PinCategory="float")
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2016.EdGraphPin_33072"'
      bDefaultValueIsIgnored=True
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_33084'
   Pins(1)=EdGraphPin'EdGraphPin_33085'
   NodePosX=1136
   NodePosY=144
   NodeGuid=B39A0D764978525F51FA3EB55E2205E9
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_2030"
   Begin Object Class=EdGraphPin Name="EdGraphPin_33087"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_33086"
   End Object
   Begin Object Name="EdGraphPin_33087"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2022.EdGraphPin_33078"'
   End Object
   Begin Object Name="EdGraphPin_33086"
      PinName="InputPin"
      PinType=(PinCategory="float")
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2028.EdGraphPin_33085"'
      bDefaultValueIsIgnored=True
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_33086'
   Pins(1)=EdGraphPin'EdGraphPin_33087'
   NodePosX=752
   NodePosY=112
   NodeGuid=9014750F4B795ACA61AD36BB273F9291
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_2032"
   Begin Object Class=EdGraphPin Name="EdGraphPin_33089"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_33088"
   End Object
   Begin Object Name="EdGraphPin_33089"
      PinName="OutputPin"
      Direction=EGPD_Output
      PinType=(PinCategory="float")
      DefaultValue="0.0"
      AutogeneratedDefaultValue="0.0"
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2024.EdGraphPin_33080"'
   End Object
   Begin Object Name="EdGraphPin_33088"
      PinName="InputPin"
      PinType=(PinCategory="float")
      LinkedTo(0)=EdGraphPin'"K2Node_Knot_2026.EdGraphPin_33083"'
      bDefaultValueIsIgnored=True
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_33088'
   Pins(1)=EdGraphPin'EdGraphPin_33089'
   NodePosX=848
   NodePosY=96
   NodeGuid=7E6739914EB35F0939BFA197B01769E9
End Object


Sounds true, that could be the Problem there :slight_smile: Thanks

Rather than messing with “Draw Debug Line” why not just change the Draw Debug type to “duration” (or “persistent”) on the trace itself? That way you know exactly what the trace is doing rather than what the draw debug attempting to emulate the trace is doing.