Hi, I want to make an elevator, with a keypad, for when, example, you press e or f on the number 1, you’re transported to floor 1. Any idea on how to make that?
That’s very easy, just make an elevator blueprint, and then add an input E, and input F, and do an finterp, or you can make a timeline and set the Z position.
I’d suggest a line trace from the player’s camera to check for the button, and when a certain key is hit, execute the code for the elevator
This should cover the line trace part, ask meh if you need any help setting this up. c:
Just C&P into the elevator button BP
Begin Object Class=K2Node_Event Name="K2Node_Event_429"
Begin Object Class=EdGraphPin Name="EdGraphPin_9708"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9709"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9710"
End Object
Begin Object Name="EdGraphPin_9708"
PinName="OutputDelegate"
Direction=EGPD_Output
PinType=(PinCategory="delegate",PinSubCategoryMemberReference=(MemberParent=Class'/Script/Engine.Actor',MemberName="ReceiveTick"))
End Object
Begin Object Name="EdGraphPin_9709"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_ExecutionSequence_67.EdGraphPin_9953'
End Object
Begin Object Name="EdGraphPin_9710"
PinName="DeltaSeconds"
PinToolTip="Delta Seconds
Float"
Direction=EGPD_Output
PinType=(PinCategory="float")
DefaultValue="0.0"
AutogeneratedDefaultValue="0.0"
End Object
EventReference=(MemberParent=Class'/Script/Engine.Actor',MemberName="ReceiveTick")
bOverrideFunction=True
Pins(0)=EdGraphPin'EdGraphPin_9708'
Pins(1)=EdGraphPin'EdGraphPin_9709'
Pins(2)=EdGraphPin'EdGraphPin_9710'
NodePosX=336
NodePosY=560
bCommentBubblePinned=True
NodeGuid=39CC095E4C104255B59CF9AE6A05E38A
End Object
Begin Object Class=K2Node_DynamicCast Name="K2Node_DynamicCast_493"
Begin Object Class=EdGraphPin Name="EdGraphPin_32416"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_32415"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_32414"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_32413"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_32412"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_32411"
End Object
Begin Object Name="EdGraphPin_32416"
PinName="bSuccess"
Direction=EGPD_Output
PinType=(PinCategory="bool")
bHidden=True
End Object
Begin Object Name="EdGraphPin_32415"
PinName="AsFirst Person Character"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/FirstPersonBP/Blueprints/FirstPersonCharacter.FirstPersonCharacter_C')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_573.EdGraphPin_32430'
End Object
Begin Object Name="EdGraphPin_32414"
PinName="Object"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4245.EdGraphPin_10069'
End Object
Begin Object Name="EdGraphPin_32413"
PinName="CastFailed"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_32412"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_VariableSet_202.EdGraphPin_30153'
End Object
Begin Object Name="EdGraphPin_32411"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_ExecutionSequence_67.EdGraphPin_9954'
End Object
TargetType=BlueprintGeneratedClass'/Game/FirstPersonBP/Blueprints/FirstPersonCharacter.FirstPersonCharacter_C'
Pins(0)=EdGraphPin'EdGraphPin_32411'
Pins(1)=EdGraphPin'EdGraphPin_32412'
Pins(2)=EdGraphPin'EdGraphPin_32413'
Pins(3)=EdGraphPin'EdGraphPin_32414'
Pins(4)=EdGraphPin'EdGraphPin_32415'
Pins(5)=EdGraphPin'EdGraphPin_32416'
NodePosX=976
NodePosY=544
ErrorType=1
ErrorMsg="Error The type of Object is undetermined. Connect something to Cast To FirstPersonCharacter to imply a specific type.
Error The current value of the \' Object \' pin is invalid: Unsupported type Wildcard on pin Object"
NodeGuid=C8E582E345EFDFBF24DD9BB38E421E67
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_4245"
Begin Object Class=EdGraphPin Name="EdGraphPin_10066"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10067"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10068"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10069"
End Object
Begin Object Name="EdGraphPin_10066"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Gameplay Statics Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.GameplayStatics')
DefaultObject=Default__GameplayStatics
bHidden=True
End Object
Begin Object Name="EdGraphPin_10067"
PinName="WorldContextObject"
PinToolTip="World Context Object
Object Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
bHidden=True
End Object
Begin Object Name="EdGraphPin_10068"
PinName="PlayerIndex"
PinToolTip="Player Index
Integer"
PinType=(PinCategory="int")
DefaultValue="0"
AutogeneratedDefaultValue="0"
End Object
Begin Object Name="EdGraphPin_10069"
PinName="ReturnValue"
PinToolTip="Return Value
Pawn Reference"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Pawn')
LinkedTo(0)=EdGraphPin'K2Node_DynamicCast_493.EdGraphPin_32414'
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.GameplayStatics',MemberName="GetPlayerPawn")
Pins(0)=EdGraphPin'EdGraphPin_10066'
Pins(1)=EdGraphPin'EdGraphPin_10067'
Pins(2)=EdGraphPin'EdGraphPin_10068'
Pins(3)=EdGraphPin'EdGraphPin_10069'
NodePosX=672
NodePosY=512
NodeGuid=5E4E4F2B4323A28E9ACA3BAC6739991A
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_4251"
Begin Object Class=EdGraphPin Name="EdGraphPin_10078"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10079"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10080"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10081"
End Object
Begin Object Name="EdGraphPin_10078"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Kismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
Begin Object Name="EdGraphPin_10079"
PinName="A"
PinToolTip="A
Object Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_476.EdGraphPin_29659'
End Object
Begin Object Name="EdGraphPin_10080"
PinName="B"
PinToolTip="B
Object Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_686.EdGraphPin_9788'
End Object
Begin Object Name="EdGraphPin_10081"
PinName="ReturnValue"
PinToolTip="Return Value
Boolean"
Direction=EGPD_Output
PinType=(PinCategory="bool")
AutogeneratedDefaultValue="false"
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_135.EdGraphPin_9993'
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="EqualEqual_ObjectObject")
Pins(0)=EdGraphPin'EdGraphPin_10078'
Pins(1)=EdGraphPin'EdGraphPin_10079'
Pins(2)=EdGraphPin'EdGraphPin_10080'
Pins(3)=EdGraphPin'EdGraphPin_10081'
NodePosX=1824
NodePosY=416
NodeGuid=E939754D423E3C18C1CB88B9B5F3B9A2
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_686"
Begin Object Class=EdGraphPin Name="EdGraphPin_9788"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9789"
End Object
Begin Object Name="EdGraphPin_9788"
PinName="Floor 1"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.StaticMeshComponent')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4251.EdGraphPin_10080'
End Object
Begin Object Name="EdGraphPin_9789"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Assets/Helping_Internet/Elev_Check.Elev_Check_C')
bHidden=True
End Object
VariableReference=(MemberName="Floor 1",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_9788'
Pins(1)=EdGraphPin'EdGraphPin_9789'
NodePosX=1600
NodePosY=528
NodeGuid=A2293B064FB2E606B96EAEB507ABAED2
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_688"
Begin Object Class=EdGraphPin Name="EdGraphPin_9794"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9795"
End Object
Begin Object Name="EdGraphPin_9794"
PinName="Floor 2"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.StaticMeshComponent')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4252.EdGraphPin_10092'
End Object
Begin Object Name="EdGraphPin_9795"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Assets/Helping_Internet/Elev_Check.Elev_Check_C')
bHidden=True
End Object
VariableReference=(MemberName="Floor 2",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_9794'
Pins(1)=EdGraphPin'EdGraphPin_9795'
NodePosX=1792
NodePosY=480
NodeGuid=480261CE49B8A34D2A20D1B5D2DFB3C0
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_4252"
Begin Object Class=EdGraphPin Name="EdGraphPin_10090"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10091"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10092"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10093"
End Object
Begin Object Name="EdGraphPin_10090"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Kismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
Begin Object Name="EdGraphPin_10091"
PinName="A"
PinToolTip="A
Object Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_476.EdGraphPin_29659'
End Object
Begin Object Name="EdGraphPin_10092"
PinName="B"
PinToolTip="B
Object Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_688.EdGraphPin_9794'
End Object
Begin Object Name="EdGraphPin_10093"
PinName="ReturnValue"
PinToolTip="Return Value
Boolean"
Direction=EGPD_Output
PinType=(PinCategory="bool")
AutogeneratedDefaultValue="false"
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_136.EdGraphPin_9882'
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="EqualEqual_ObjectObject")
Pins(0)=EdGraphPin'EdGraphPin_10090'
Pins(1)=EdGraphPin'EdGraphPin_10091'
Pins(2)=EdGraphPin'EdGraphPin_10092'
Pins(3)=EdGraphPin'EdGraphPin_10093'
NodePosX=2032
NodePosY=336
NodeGuid=BBE0BCC34B0137AA7AC5B3B5E4F77394
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_4253"
Begin Object Class=EdGraphPin Name="EdGraphPin_10102"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10103"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10104"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10105"
End Object
Begin Object Name="EdGraphPin_10102"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Kismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
Begin Object Name="EdGraphPin_10103"
PinName="A"
PinToolTip="A
Object Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_476.EdGraphPin_29659'
End Object
Begin Object Name="EdGraphPin_10104"
PinName="B"
PinToolTip="B
Object Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_690.EdGraphPin_9986'
End Object
Begin Object Name="EdGraphPin_10105"
PinName="ReturnValue"
PinToolTip="Return Value
Boolean"
Direction=EGPD_Output
PinType=(PinCategory="bool")
AutogeneratedDefaultValue="false"
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_137.EdGraphPin_9918'
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="EqualEqual_ObjectObject")
Pins(0)=EdGraphPin'EdGraphPin_10102'
Pins(1)=EdGraphPin'EdGraphPin_10103'
Pins(2)=EdGraphPin'EdGraphPin_10104'
Pins(3)=EdGraphPin'EdGraphPin_10105'
NodePosX=2224
NodePosY=256
NodeGuid=DE7A4C50455E4C421C4ABF8013F0124A
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_690"
Begin Object Class=EdGraphPin Name="EdGraphPin_9986"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9987"
End Object
Begin Object Name="EdGraphPin_9986"
PinName="Floor 3"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.StaticMeshComponent')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4253.EdGraphPin_10104'
End Object
Begin Object Name="EdGraphPin_9987"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Assets/Helping_Internet/Elev_Check.Elev_Check_C')
bHidden=True
End Object
VariableReference=(MemberName="Floor 3",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_9986'
Pins(1)=EdGraphPin'EdGraphPin_9987'
NodePosX=2000
NodePosY=400
NodeGuid=D8994B984A323B4F5B138FB60DDDCFC2
End Object
Begin Object Class=K2Node_IfThenElse Name="K2Node_IfThenElse_135"
Begin Object Class=EdGraphPin Name="EdGraphPin_9992"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9993"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9994"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9995"
End Object
Begin Object Name="EdGraphPin_9992"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_ExecutionSequence_68.EdGraphPin_9977'
End Object
Begin Object Name="EdGraphPin_9993"
PinName="Condition"
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="true"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4251.EdGraphPin_10081'
End Object
Begin Object Name="EdGraphPin_9994"
PinName="then"
PinFriendlyName="true"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_34.EdGraphPin_10210'
End Object
Begin Object Name="EdGraphPin_9995"
PinName="else"
PinFriendlyName="false"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Pins(0)=EdGraphPin'EdGraphPin_9992'
Pins(1)=EdGraphPin'EdGraphPin_9993'
Pins(2)=EdGraphPin'EdGraphPin_9994'
Pins(3)=EdGraphPin'EdGraphPin_9995'
NodePosX=2176
NodePosY=928
NodeGuid=32AC7FB146C0D46724B769BB0F2E09F1
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_4264"
Begin Object Class=EdGraphPin Name="EdGraphPin_10114"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10115"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10116"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10117"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10118"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10119"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10120"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10121"
End Object
Begin Object Name="EdGraphPin_10114"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_34.EdGraphPin_10213'
End Object
Begin Object Name="EdGraphPin_10115"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_10116"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Kismet System Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetSystemLibrary')
DefaultObject=Default__KismetSystemLibrary
bHidden=True
End Object
Begin Object Name="EdGraphPin_10117"
PinName="WorldContextObject"
PinToolTip="World Context Object
Object Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
bHidden=True
End Object
Begin Object Name="EdGraphPin_10118"
PinName="InString"
PinToolTip="In String
String
The string to log out"
PinType=(PinCategory="string")
DefaultValue="Go to Floor 1"
AutogeneratedDefaultValue="Hello"
End Object
Begin Object Name="EdGraphPin_10119"
PinName="bPrintToScreen"
PinToolTip="Print to Screen
Boolean
Whether or not to print the output to the screen"
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="true"
bAdvancedView=True
End Object
Begin Object Name="EdGraphPin_10120"
PinName="bPrintToLog"
PinToolTip="Print to Log
Boolean
Whether or not to print the output to the log"
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="true"
bAdvancedView=True
End Object
Begin Object Name="EdGraphPin_10121"
PinName="TextColor"
PinToolTip="Text Color
Linear Color Structure
Whether or not to print the output to the console"
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.LinearColor')
DefaultValue="(R=0.000000,G=0.660000,B=1.000000,A=1.000000)"
AutogeneratedDefaultValue="(R=0.000000,G=0.660000,B=1.000000,A=1.000000)"
bAdvancedView=True
End Object
FunctionReference=(MemberParent=Class'/Script/Engine.KismetSystemLibrary',MemberName="PrintString")
Pins(0)=EdGraphPin'EdGraphPin_10114'
Pins(1)=EdGraphPin'EdGraphPin_10115'
Pins(2)=EdGraphPin'EdGraphPin_10116'
Pins(3)=EdGraphPin'EdGraphPin_10117'
Pins(4)=EdGraphPin'EdGraphPin_10118'
Pins(5)=EdGraphPin'EdGraphPin_10119'
Pins(6)=EdGraphPin'EdGraphPin_10120'
Pins(7)=EdGraphPin'EdGraphPin_10121'
NodePosX=3024
NodePosY=1264
NodeGuid=3AA9CEA44CB74BCFAEF121A70D5F92A4
AdvancedPinDisplay=Hidden
End Object
Begin Object Class=K2Node_IfThenElse Name="K2Node_IfThenElse_136"
Begin Object Class=EdGraphPin Name="EdGraphPin_9881"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9882"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9883"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9884"
End Object
Begin Object Name="EdGraphPin_9881"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_ExecutionSequence_68.EdGraphPin_9976'
End Object
Begin Object Name="EdGraphPin_9882"
PinName="Condition"
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="true"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4252.EdGraphPin_10093'
End Object
Begin Object Name="EdGraphPin_9883"
PinName="then"
PinFriendlyName="true"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_43.EdGraphPin_10198'
End Object
Begin Object Name="EdGraphPin_9884"
PinName="else"
PinFriendlyName="false"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Pins(0)=EdGraphPin'EdGraphPin_9881'
Pins(1)=EdGraphPin'EdGraphPin_9882'
Pins(2)=EdGraphPin'EdGraphPin_9883'
Pins(3)=EdGraphPin'EdGraphPin_9884'
NodePosX=2336
NodePosY=768
NodeGuid=3769BB5E4B1B279659D48AAF141EECA4
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_4265"
Begin Object Class=EdGraphPin Name="EdGraphPin_10138"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10139"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10140"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10141"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10142"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10143"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10144"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10145"
End Object
Begin Object Name="EdGraphPin_10138"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_43.EdGraphPin_10201'
End Object
Begin Object Name="EdGraphPin_10139"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_10140"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Kismet System Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetSystemLibrary')
DefaultObject=Default__KismetSystemLibrary
bHidden=True
End Object
Begin Object Name="EdGraphPin_10141"
PinName="WorldContextObject"
PinToolTip="World Context Object
Object Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
bHidden=True
End Object
Begin Object Name="EdGraphPin_10142"
PinName="InString"
PinToolTip="In String
String
The string to log out"
PinType=(PinCategory="string")
DefaultValue="Go to Floor 2"
AutogeneratedDefaultValue="Hello"
End Object
Begin Object Name="EdGraphPin_10143"
PinName="bPrintToScreen"
PinToolTip="Print to Screen
Boolean
Whether or not to print the output to the screen"
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="true"
bAdvancedView=True
End Object
Begin Object Name="EdGraphPin_10144"
PinName="bPrintToLog"
PinToolTip="Print to Log
Boolean
Whether or not to print the output to the log"
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="true"
bAdvancedView=True
End Object
Begin Object Name="EdGraphPin_10145"
PinName="TextColor"
PinToolTip="Text Color
Linear Color Structure
Whether or not to print the output to the console"
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.LinearColor')
DefaultValue="(R=0.000000,G=0.660000,B=1.000000,A=1.000000)"
AutogeneratedDefaultValue="(R=0.000000,G=0.660000,B=1.000000,A=1.000000)"
bAdvancedView=True
End Object
FunctionReference=(MemberParent=Class'/Script/Engine.KismetSystemLibrary',MemberName="PrintString")
Pins(0)=EdGraphPin'EdGraphPin_10138'
Pins(1)=EdGraphPin'EdGraphPin_10139'
Pins(2)=EdGraphPin'EdGraphPin_10140'
Pins(3)=EdGraphPin'EdGraphPin_10141'
Pins(4)=EdGraphPin'EdGraphPin_10142'
Pins(5)=EdGraphPin'EdGraphPin_10143'
Pins(6)=EdGraphPin'EdGraphPin_10144'
Pins(7)=EdGraphPin'EdGraphPin_10145'
NodePosX=3184
NodePosY=1136
NodeGuid=0E495DE14334BDCA6A0C42A230E6EE64
AdvancedPinDisplay=Hidden
End Object
Begin Object Class=K2Node_IfThenElse Name="K2Node_IfThenElse_137"
Begin Object Class=EdGraphPin Name="EdGraphPin_9917"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9918"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9919"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9920"
End Object
Begin Object Name="EdGraphPin_9917"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_ExecutionSequence_68.EdGraphPin_9975'
End Object
Begin Object Name="EdGraphPin_9918"
PinName="Condition"
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="true"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4253.EdGraphPin_10105'
End Object
Begin Object Name="EdGraphPin_9919"
PinName="then"
PinFriendlyName="true"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_40.EdGraphPin_10186'
End Object
Begin Object Name="EdGraphPin_9920"
PinName="else"
PinFriendlyName="false"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Pins(0)=EdGraphPin'EdGraphPin_9917'
Pins(1)=EdGraphPin'EdGraphPin_9918'
Pins(2)=EdGraphPin'EdGraphPin_9919'
Pins(3)=EdGraphPin'EdGraphPin_9920'
NodePosX=2512
NodePosY=608
NodeGuid=2EA2A3CC42C788607B5217B143A0ECFE
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_4266"
Begin Object Class=EdGraphPin Name="EdGraphPin_10162"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10163"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10164"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10165"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10166"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10167"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10168"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10169"
End Object
Begin Object Name="EdGraphPin_10162"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_MacroInstance_40.EdGraphPin_10189'
End Object
Begin Object Name="EdGraphPin_10163"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_10164"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Kismet System Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetSystemLibrary')
DefaultObject=Default__KismetSystemLibrary
bHidden=True
End Object
Begin Object Name="EdGraphPin_10165"
PinName="WorldContextObject"
PinToolTip="World Context Object
Object Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
bHidden=True
End Object
Begin Object Name="EdGraphPin_10166"
PinName="InString"
PinToolTip="In String
String
The string to log out"
PinType=(PinCategory="string")
DefaultValue="Go to Floor 3"
AutogeneratedDefaultValue="Hello"
End Object
Begin Object Name="EdGraphPin_10167"
PinName="bPrintToScreen"
PinToolTip="Print to Screen
Boolean
Whether or not to print the output to the screen"
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="true"
bAdvancedView=True
End Object
Begin Object Name="EdGraphPin_10168"
PinName="bPrintToLog"
PinToolTip="Print to Log
Boolean
Whether or not to print the output to the log"
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="true"
bAdvancedView=True
End Object
Begin Object Name="EdGraphPin_10169"
PinName="TextColor"
PinToolTip="Text Color
Linear Color Structure
Whether or not to print the output to the console"
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.LinearColor')
DefaultValue="(R=0.000000,G=0.660000,B=1.000000,A=1.000000)"
AutogeneratedDefaultValue="(R=0.000000,G=0.660000,B=1.000000,A=1.000000)"
bAdvancedView=True
End Object
FunctionReference=(MemberParent=Class'/Script/Engine.KismetSystemLibrary',MemberName="PrintString")
Pins(0)=EdGraphPin'EdGraphPin_10162'
Pins(1)=EdGraphPin'EdGraphPin_10163'
Pins(2)=EdGraphPin'EdGraphPin_10164'
Pins(3)=EdGraphPin'EdGraphPin_10165'
Pins(4)=EdGraphPin'EdGraphPin_10166'
Pins(5)=EdGraphPin'EdGraphPin_10167'
Pins(6)=EdGraphPin'EdGraphPin_10168'
Pins(7)=EdGraphPin'EdGraphPin_10169'
NodePosX=3344
NodePosY=1008
NodeGuid=991787A84FDCD8468E2D168086B95FE7
AdvancedPinDisplay=Hidden
End Object
Begin Object Class=K2Node_ExecutionSequence Name="K2Node_ExecutionSequence_67"
Begin Object Class=EdGraphPin Name="EdGraphPin_9953"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9954"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9955"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_29327"
End Object
Begin Object Name="EdGraphPin_9953"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_Event_429.EdGraphPin_9709'
End Object
Begin Object Name="EdGraphPin_9954"
PinName="then_0"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_DynamicCast_493.EdGraphPin_32411'
End Object
Begin Object Name="EdGraphPin_9955"
PinName="then_1"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_Knot_95.EdGraphPin_10010'
End Object
Begin Object Name="EdGraphPin_29327"
PinName="then_2"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Pins(0)=EdGraphPin'EdGraphPin_9953'
Pins(1)=EdGraphPin'EdGraphPin_9954'
Pins(2)=EdGraphPin'EdGraphPin_9955'
Pins(3)=EdGraphPin'EdGraphPin_29327'
NodePosX=576
NodePosY=720
NodeGuid=0A29DE6C464101936DF90CA1870F4AA9
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_95"
Begin Object Class=EdGraphPin Name="EdGraphPin_10010"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10011"
End Object
Begin Object Name="EdGraphPin_10010"
PinName="InputPin"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_ExecutionSequence_67.EdGraphPin_9955'
bDefaultValueIsIgnored=True
End Object
Begin Object Name="EdGraphPin_10011"
PinName="OutputPin"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_ExecutionSequence_68.EdGraphPin_9974'
End Object
Pins(0)=EdGraphPin'EdGraphPin_10010'
Pins(1)=EdGraphPin'EdGraphPin_10011'
NodePosX=1600
NodePosY=752
NodeGuid=3CB2367948EFA53A5970C2B111F742F7
End Object
Begin Object Class=K2Node_ExecutionSequence Name="K2Node_ExecutionSequence_68"
Begin Object Class=EdGraphPin Name="EdGraphPin_9974"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9975"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9976"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_9977"
End Object
Begin Object Name="EdGraphPin_9974"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_Knot_95.EdGraphPin_10011'
End Object
Begin Object Name="EdGraphPin_9975"
PinName="then_0"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_137.EdGraphPin_9917'
End Object
Begin Object Name="EdGraphPin_9976"
PinName="then_1"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_136.EdGraphPin_9881'
End Object
Begin Object Name="EdGraphPin_9977"
PinName="then_2"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_135.EdGraphPin_9992'
End Object
Pins(0)=EdGraphPin'EdGraphPin_9974'
Pins(1)=EdGraphPin'EdGraphPin_9975'
Pins(2)=EdGraphPin'EdGraphPin_9976'
Pins(3)=EdGraphPin'EdGraphPin_9977'
NodePosX=1760
NodePosY=608
NodeComment="Event TIck For simplicity"
bCommentBubbleVisible=True
NodeGuid=C4FBDFE44D0FD25119D039A4A854E091
End Object
Begin Object Class=K2Node_MacroInstance Name="K2Node_MacroInstance_40"
Begin Object Class=EdGraphPin Name="EdGraphPin_10186"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10187"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10188"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10189"
End Object
Begin Object Name="EdGraphPin_10186"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_137.EdGraphPin_9919'
End Object
Begin Object Name="EdGraphPin_10187"
PinName="Reset"
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_10188"
PinName="Start Closed"
PinType=(PinCategory="bool")
End Object
Begin Object Name="EdGraphPin_10189"
PinName="Completed"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4266.EdGraphPin_10162'
End Object
MacroGraphReference=(MacroGraph=EdGraph'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:DoOnce',GraphBlueprint=Blueprint'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros',GraphGuid=1281F54248A2ECB5B8B2C5B24AE6FDF4)
Pins(0)=EdGraphPin'EdGraphPin_10186'
Pins(1)=EdGraphPin'EdGraphPin_10187'
Pins(2)=EdGraphPin'EdGraphPin_10188'
Pins(3)=EdGraphPin'EdGraphPin_10189'
NodePosX=2704
NodePosY=608
NodeGuid=5D1CA9004663875C627D4AA0D5CF4E4F
End Object
Begin Object Class=K2Node_MacroInstance Name="K2Node_MacroInstance_43"
Begin Object Class=EdGraphPin Name="EdGraphPin_10198"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10199"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10200"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10201"
End Object
Begin Object Name="EdGraphPin_10198"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_136.EdGraphPin_9883'
End Object
Begin Object Name="EdGraphPin_10199"
PinName="Reset"
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_10200"
PinName="Start Closed"
PinType=(PinCategory="bool")
End Object
Begin Object Name="EdGraphPin_10201"
PinName="Completed"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4265.EdGraphPin_10138'
End Object
MacroGraphReference=(MacroGraph=EdGraph'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:DoOnce',GraphBlueprint=Blueprint'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros',GraphGuid=1281F54248A2ECB5B8B2C5B24AE6FDF4)
Pins(0)=EdGraphPin'EdGraphPin_10198'
Pins(1)=EdGraphPin'EdGraphPin_10199'
Pins(2)=EdGraphPin'EdGraphPin_10200'
Pins(3)=EdGraphPin'EdGraphPin_10201'
NodePosX=2528
NodePosY=768
NodeGuid=836AC76D4A2C3B48BBF707861EB1419B
End Object
Begin Object Class=K2Node_MacroInstance Name="K2Node_MacroInstance_34"
Begin Object Class=EdGraphPin Name="EdGraphPin_10210"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10211"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10212"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_10213"
End Object
Begin Object Name="EdGraphPin_10210"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_IfThenElse_135.EdGraphPin_9994'
End Object
Begin Object Name="EdGraphPin_10211"
PinName="Reset"
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_10212"
PinName="Start Closed"
PinType=(PinCategory="bool")
End Object
Begin Object Name="EdGraphPin_10213"
PinName="Completed"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4264.EdGraphPin_10114'
End Object
MacroGraphReference=(MacroGraph=EdGraph'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:DoOnce',GraphBlueprint=Blueprint'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros',GraphGuid=1281F54248A2ECB5B8B2C5B24AE6FDF4)
Pins(0)=EdGraphPin'EdGraphPin_10210'
Pins(1)=EdGraphPin'EdGraphPin_10211'
Pins(2)=EdGraphPin'EdGraphPin_10212'
Pins(3)=EdGraphPin'EdGraphPin_10213'
NodePosX=2368
NodePosY=928
NodeGuid=1D20615C4C123EE5E97A5194A1BB56F4
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_279"
NodePosX=1536
NodePosY=208
NodeWidth=800
NodeHeight=368
NodeComment="Check linetrace answer"
NodeGuid=4417CD954FEAFE9CC6660FBA4772E091
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_288"
NodePosX=2128
NodePosY=560
NodeWidth=850
NodeHeight=534
NodeComment="Do Action"
NodeGuid=755CF6D34CD4FDC32EE4628704283BF0
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_293"
NodePosX=496
NodePosY=1248
NodeWidth=832
NodeHeight=96
NodeComment="I\'d suggest something other than event tick as it will flood debug"
NodeGuid=94E34C6944E315E668BB9B8122D02737
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_3286"
Begin Object Class=EdGraphPin Name="EdGraphPin_28704"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28705"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28706"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28707"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28708"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28709"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28710"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28711"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28712"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28713"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28714"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28715"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28716"
End Object
Begin Object Name="EdGraphPin_28704"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_InputKey_193.EdGraphPin_28867'
LinkedTo(1)=EdGraphPin'K2Node_InputKey_194.EdGraphPin_28873'
End Object
Begin Object Name="EdGraphPin_28705"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_VariableSet_172.EdGraphPin_29603'
End Object
Begin Object Name="EdGraphPin_28706"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Kismet System Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetSystemLibrary')
DefaultObject=Default__KismetSystemLibrary
bHidden=True
End Object
Begin Object Name="EdGraphPin_28707"
PinName="WorldContextObject"
PinToolTip="World Context Object
Object Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
bHidden=True
End Object
Begin Object Name="EdGraphPin_28708"
PinName="Start"
PinToolTip="Start
Vector
Start 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_3562.EdGraphPin_28761'
End Object
Begin Object Name="EdGraphPin_28709"
PinName="End"
PinToolTip="End
Vector
End 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_91.EdGraphPin_28796'
End Object
Begin Object Name="EdGraphPin_28710"
PinName="ObjectTypes"
PinToolTip="Object Types
Array of EObjectTypeQuery Enums
Array of Object Types to trace"
PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EObjectTypeQuery',bIsArray=True,bIsReference=True,bIsConst=True)
LinkedTo(0)=EdGraphPin'K2Node_MakeArray_1.EdGraphPin_28743'
bDefaultValueIsIgnored=True
End Object
Begin Object Name="EdGraphPin_28711"
PinName="bTraceComplex"
PinToolTip="Trace Complex
Boolean
True to test against complex collision, false to test against simplified collision."
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="false"
End Object
Begin Object Name="EdGraphPin_28712"
PinName="ActorsToIgnore"
PinToolTip="Actors to Ignore
Array of Actor References"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor',bIsArray=True,bIsReference=True,bIsConst=True)
bDefaultValueIsIgnored=True
End Object
Begin Object Name="EdGraphPin_28713"
PinName="DrawDebugType"
PinToolTip="Draw Debug Type
EDrawDebugTrace Enum"
PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EDrawDebugTrace')
DefaultValue="Persistent"
End Object
Begin Object Name="EdGraphPin_28714"
PinName="OutHit"
PinToolTip="Out Hit
Hit Result Structure
Properties of the trace hit."
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/Engine.HitResult')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4027.EdGraphPin_28806'
End Object
Begin Object Name="EdGraphPin_28715"
PinName="bIgnoreSelf"
PinToolTip="Ignore Self
Boolean"
PinType=(PinCategory="bool")
DefaultValue="true"
AutogeneratedDefaultValue="true"
End Object
Begin Object Name="EdGraphPin_28716"
PinName="ReturnValue"
PinToolTip="Return Value
Boolean
True 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="LineTraceSingleForObjects")
Pins(0)=EdGraphPin'EdGraphPin_28704'
Pins(1)=EdGraphPin'EdGraphPin_28705'
Pins(2)=EdGraphPin'EdGraphPin_28706'
Pins(3)=EdGraphPin'EdGraphPin_28707'
Pins(4)=EdGraphPin'EdGraphPin_28708'
Pins(5)=EdGraphPin'EdGraphPin_28709'
Pins(6)=EdGraphPin'EdGraphPin_28710'
Pins(7)=EdGraphPin'EdGraphPin_28711'
Pins(8)=EdGraphPin'EdGraphPin_28712'
Pins(9)=EdGraphPin'EdGraphPin_28713'
Pins(10)=EdGraphPin'EdGraphPin_28714'
Pins(11)=EdGraphPin'EdGraphPin_28715'
Pins(12)=EdGraphPin'EdGraphPin_28716'
NodePosX=3856
NodeGuid=C0A801F2486A5B3C3CABA98CED333283
End Object
Begin Object Class=K2Node_MakeArray Name="K2Node_MakeArray_1"
Begin Object Class=EdGraphPin Name="EdGraphPin_28743"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28744"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28745"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28746"
End Object
Begin Object Name="EdGraphPin_28743"
PinName="Array"
Direction=EGPD_Output
PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EObjectTypeQuery',bIsArray=True,bIsReference=True,bIsConst=True)
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3286.EdGraphPin_28710'
End Object
Begin Object Name="EdGraphPin_28744"
PinName="[0]"
PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EObjectTypeQuery')
DefaultValue="ObjectTypeQuery2"
End Object
Begin Object Name="EdGraphPin_28745"
PinName="[1]"
PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EObjectTypeQuery')
DefaultValue="ObjectTypeQuery3"
End Object
Begin Object Name="EdGraphPin_28746"
PinName="[2]"
PinType=(PinCategory="byte",PinSubCategoryObject=Enum'/Script/Engine.EObjectTypeQuery')
DefaultValue="ObjectTypeQuery1"
End Object
NumInputs=3
Pins(0)=EdGraphPin'EdGraphPin_28743'
Pins(1)=EdGraphPin'EdGraphPin_28744'
Pins(2)=EdGraphPin'EdGraphPin_28745'
Pins(3)=EdGraphPin'EdGraphPin_28746'
NodePosX=3376
NodePosY=176
NodeGuid=8E75EB9D408B40A4353F169FA9DF3EC0
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_3562"
Begin Object Class=EdGraphPin Name="EdGraphPin_28760"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28761"
End Object
Begin Object Name="EdGraphPin_28760"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Scene Component Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.SceneComponent')
LinkedTo(0)=EdGraphPin'K2Node_Knot_80.EdGraphPin_29352'
End Object
Begin Object Name="EdGraphPin_28761"
PinName="ReturnValue"
PinToolTip="Return Value
Vector "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3286.EdGraphPin_28708'
LinkedTo(1)=EdGraphPin'K2Node_CommutativeAssociativeBinaryOperator_91.EdGraphPin_28794'
End Object
bIsPureFunc=True
bIsConstFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.SceneComponent',MemberName="K2_GetComponentLocation")
Pins(0)=EdGraphPin'EdGraphPin_28760'
Pins(1)=EdGraphPin'EdGraphPin_28761'
NodePosX=2816
NodePosY=-128
bHasCompilerMessage=True
ErrorType=1
ErrorMsg="Error This blueprint (self) is not a SceneComponent, therefore \' Target \' must have a connection."
NodeGuid=E9D883A248ABF8864A7079B69E9A1751
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_3563"
Begin Object Class=EdGraphPin Name="EdGraphPin_28766"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28767"
End Object
Begin Object Name="EdGraphPin_28766"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Scene Component Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.SceneComponent')
LinkedTo(0)=EdGraphPin'K2Node_Knot_80.EdGraphPin_29352'
End Object
Begin Object Name="EdGraphPin_28767"
PinName="ReturnValue"
PinToolTip="Return Value
Rotator "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Rotator')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3564.EdGraphPin_28773'
End Object
bIsPureFunc=True
bIsConstFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.SceneComponent',MemberName="K2_GetComponentRotation")
Pins(0)=EdGraphPin'EdGraphPin_28766'
Pins(1)=EdGraphPin'EdGraphPin_28767'
NodePosX=2672
NodePosY=80
bHasCompilerMessage=True
ErrorType=1
ErrorMsg="Error This blueprint (self) is not a SceneComponent, therefore \' Target \' must have a connection."
NodeGuid=701D7D454FB290F52C2AB5B597BD30D7
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_3564"
Begin Object Class=EdGraphPin Name="EdGraphPin_28772"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28773"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28774"
End Object
Begin Object Name="EdGraphPin_28772"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Kismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
Begin Object Name="EdGraphPin_28773"
PinName="InRot"
PinToolTip="In Rot
Rotator "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Rotator')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3563.EdGraphPin_28767'
End Object
Begin Object Name="EdGraphPin_28774"
PinName="ReturnValue"
PinToolTip="Return Value
Vector "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3565.EdGraphPin_28782'
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="Conv_RotatorToVector")
Pins(0)=EdGraphPin'EdGraphPin_28772'
Pins(1)=EdGraphPin'EdGraphPin_28773'
Pins(2)=EdGraphPin'EdGraphPin_28774'
NodePosX=2912
NodePosY=96
NodeGuid=606D2CD74C3E290418FA669B040F49F4
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_3565"
Begin Object Class=EdGraphPin Name="EdGraphPin_28781"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28782"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28783"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28784"
End Object
Begin Object Name="EdGraphPin_28781"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Kismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
Begin Object Name="EdGraphPin_28782"
PinName="A"
PinToolTip="A
Vector "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3564.EdGraphPin_28774'
End Object
Begin Object Name="EdGraphPin_28783"
PinName="B"
PinToolTip="B
Float"
PinType=(PinCategory="float")
DefaultValue="5000"
AutogeneratedDefaultValue="0.0"
End Object
Begin Object Name="EdGraphPin_28784"
PinName="ReturnValue"
PinToolTip="Return Value
Vector "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CommutativeAssociativeBinaryOperator_91.EdGraphPin_28795'
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="Multiply_VectorFloat")
Pins(0)=EdGraphPin'EdGraphPin_28781'
Pins(1)=EdGraphPin'EdGraphPin_28782'
Pins(2)=EdGraphPin'EdGraphPin_28783'
Pins(3)=EdGraphPin'EdGraphPin_28784'
NodePosX=3136
NodePosY=112
NodeGuid=5453F0D344A0FEC59618C1A0A10476CA
End Object
Begin Object Class=K2Node_CommutativeAssociativeBinaryOperator Name="K2Node_CommutativeAssociativeBinaryOperator_91"
Begin Object Class=EdGraphPin Name="EdGraphPin_28793"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28794"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28795"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28796"
End Object
Begin Object Name="EdGraphPin_28793"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Kismet Math Library Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetMathLibrary')
DefaultObject=Default__KismetMathLibrary
bHidden=True
End Object
Begin Object Name="EdGraphPin_28794"
PinName="A"
PinToolTip="A
Vector "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3562.EdGraphPin_28761'
End Object
Begin Object Name="EdGraphPin_28795"
PinName="B"
PinToolTip="B
Vector "
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3565.EdGraphPin_28784'
End Object
Begin Object Name="EdGraphPin_28796"
PinName="ReturnValue"
PinToolTip="Return Value
Vector "
Direction=EGPD_Output
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/CoreUObject.Vector')
AutogeneratedDefaultValue="0, 0, 0"
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3286.EdGraphPin_28709'
End Object
bIsPureFunc=True
FunctionReference=(MemberParent=Class'/Script/Engine.KismetMathLibrary',MemberName="Add_VectorVector")
Pins(0)=EdGraphPin'EdGraphPin_28793'
Pins(1)=EdGraphPin'EdGraphPin_28794'
Pins(2)=EdGraphPin'EdGraphPin_28795'
Pins(3)=EdGraphPin'EdGraphPin_28796'
NodePosX=3344
NodePosY=48
NodeGuid=A1AB096946B6C4FF21B8B18E2DEC47DA
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_4027"
Begin Object Class=EdGraphPin Name="EdGraphPin_28805"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28806"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28807"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28808"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28809"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28810"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28811"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28812"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28813"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28814"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28815"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28816"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28817"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28818"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28819"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28820"
End Object
Begin Object Name="EdGraphPin_28805"
PinName="self"
PinFriendlyName="Target"
PinToolTip="Target
Gameplay Statics Reference"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.GameplayStatics')
DefaultObject=Default__GameplayStatics
bHidden=True
End Object
Begin Object Name="EdGraphPin_28806"
PinName="Hit"
PinToolTip="Hit
Hit Result Structure (by ref)
The source HitResult."
PinType=(PinCategory="struct",PinSubCategoryObject=ScriptStruct'/Script/Engine.HitResult',bIsReference=True,bIsConst=True)
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3286.EdGraphPin_28714'
bDefaultValueIsIgnored=True
End Object
Begin Object Name="EdGraphPin_28807"
PinName="bBlockingHit"
PinToolTip="Blocking Hit
Boolean
True if there was a blocking hit, false otherwise."
Direction=EGPD_Output
PinType=(PinCategory="bool")
DefaultValue="false"
AutogeneratedDefaultValue="false"
End Object
Begin Object Name="EdGraphPin_28808"
PinName="bInitialOverlap"
PinToolTip="Initial Overlap
Boolean
True 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_28809"
PinName="Time"
PinToolTip="Time
Float
\'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_28810"
PinName="Location"
PinToolTip="Location
Vector
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.Vector')
DefaultValue="0, 0, 0"
AutogeneratedDefaultValue="0, 0, 0"
End Object
Begin Object Name="EdGraphPin_28811"
PinName="ImpactPoint"
PinToolTip="Impact Point
Vector
Location 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_28812"
PinName="Normal"
PinToolTip="Normal
Vector
Normal 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_28813"
PinName="ImpactNormal"
PinToolTip="Impact Normal
Vector
Normal 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_28814"
PinName="PhysMat"
PinToolTip="Phys Mat
Physical Material Reference
Physical 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_28815"
PinName="HitActor"
PinToolTip="Hit Actor
Actor Reference
Actor hit by the trace."
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
End Object
Begin Object Name="EdGraphPin_28816"
PinName="HitComponent"
PinToolTip="Hit Component
Primitive Component Reference
PrimitiveComponent hit by the trace."
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PrimitiveComponent')
LinkedTo(0)=EdGraphPin'K2Node_VariableSet_172.EdGraphPin_29605'
End Object
Begin Object Name="EdGraphPin_28817"
PinName="HitBoneName"
PinToolTip="Hit Bone Name
Name
Name 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_28818"
PinName="HitItem"
PinToolTip="Hit Item
Integer
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_28819"
PinName="TraceStart"
PinToolTip="Trace Start
Vector "
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_28820"
PinName="TraceEnd"
PinToolTip="Trace End
Vector "
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_28805'
Pins(1)=EdGraphPin'EdGraphPin_28806'
Pins(2)=EdGraphPin'EdGraphPin_28807'
Pins(3)=EdGraphPin'EdGraphPin_28808'
Pins(4)=EdGraphPin'EdGraphPin_28809'
Pins(5)=EdGraphPin'EdGraphPin_28810'
Pins(6)=EdGraphPin'EdGraphPin_28811'
Pins(7)=EdGraphPin'EdGraphPin_28812'
Pins(8)=EdGraphPin'EdGraphPin_28813'
Pins(9)=EdGraphPin'EdGraphPin_28814'
Pins(10)=EdGraphPin'EdGraphPin_28815'
Pins(11)=EdGraphPin'EdGraphPin_28816'
Pins(12)=EdGraphPin'EdGraphPin_28817'
Pins(13)=EdGraphPin'EdGraphPin_28818'
Pins(14)=EdGraphPin'EdGraphPin_28819'
Pins(15)=EdGraphPin'EdGraphPin_28820'
NodePosX=4304
NodePosY=64
NodeGuid=BD61A08F43BAAB906F1612B8DC7EDBE7
End Object
Begin Object Class=K2Node_InputKey Name="K2Node_InputKey_193"
Begin Object Class=EdGraphPin Name="EdGraphPin_28867"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28868"
End Object
Begin Object Name="EdGraphPin_28867"
PinName="Pressed"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3286.EdGraphPin_28704'
End Object
Begin Object Name="EdGraphPin_28868"
PinName="Released"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
InputKey=E
Pins(0)=EdGraphPin'EdGraphPin_28867'
Pins(1)=EdGraphPin'EdGraphPin_28868'
NodePosX=3632
NodePosY=-128
NodeGuid=4599B63F457AD0C17A2876855709EDCD
End Object
Begin Object Class=K2Node_InputKey Name="K2Node_InputKey_194"
Begin Object Class=EdGraphPin Name="EdGraphPin_28873"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_28874"
End Object
Begin Object Name="EdGraphPin_28873"
PinName="Pressed"
Direction=EGPD_Output
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3286.EdGraphPin_28704'
End Object
Begin Object Name="EdGraphPin_28874"
PinName="Released"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
InputKey=F
Pins(0)=EdGraphPin'EdGraphPin_28873'
Pins(1)=EdGraphPin'EdGraphPin_28874'
NodePosX=3632
NodePosY=-208
NodeGuid=EEA644434C3363608F659C92B8B7D372
End Object
Begin Object Class=EdGraphNode_Comment Name="EdGraphNode_Comment_126"
NodePosX=2464
NodePosY=-256
NodeWidth=2462
NodeHeight=756
NodeComment="Add to Player BP"
NodeGuid=A6F4EB934CC5562CC83FAC98F7D20D85
End Object
Begin Object Class=K2Node_Knot Name="K2Node_Knot_80"
Begin Object Class=EdGraphPin Name="EdGraphPin_29352"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_29351"
End Object
Begin Object Name="EdGraphPin_29352"
PinName="OutputPin"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.CameraComponent')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3562.EdGraphPin_28760'
LinkedTo(1)=EdGraphPin'K2Node_CallFunction_3563.EdGraphPin_28766'
End Object
Begin Object Name="EdGraphPin_29351"
PinName="InputPin"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.CameraComponent')
bDefaultValueIsIgnored=True
End Object
Pins(0)=EdGraphPin'EdGraphPin_29351'
Pins(1)=EdGraphPin'EdGraphPin_29352'
NodePosX=2592
NodePosY=-16
NodeComment="Drag in a reference to first person camera here"
bCommentBubbleVisible=True
NodeGuid=416283F5484DE85A16CBEF9F1D177B18
End Object
Begin Object Class=K2Node_VariableSet Name="K2Node_VariableSet_172"
Begin Object Class=EdGraphPin Name="EdGraphPin_29607"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_29606"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_29605"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_29604"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_29603"
End Object
Begin Object Name="EdGraphPin_29607"
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=Class'/Script/Engine.PrimitiveComponent')
End Object
Begin Object Name="EdGraphPin_29606"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Assets/Helping_Internet/Elev_Check.Elev_Check_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_29605"
PinName="Hit_Floor_Button"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PrimitiveComponent')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4027.EdGraphPin_28816'
End Object
Begin Object Name="EdGraphPin_29604"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_29603"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_3286.EdGraphPin_28705'
End Object
VariableReference=(MemberName="Hit_Floor_Button",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_29603'
Pins(1)=EdGraphPin'EdGraphPin_29604'
Pins(2)=EdGraphPin'EdGraphPin_29605'
Pins(3)=EdGraphPin'EdGraphPin_29606'
Pins(4)=EdGraphPin'EdGraphPin_29607'
NodePosX=4640
NodePosY=208
NodeComment="Create new variable from Hit Component"
bCommentBubbleVisible=True
NodeGuid=3C8DF026478EE0E26F367D834EF46864
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_476"
Begin Object Class=EdGraphPin Name="EdGraphPin_29660"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_29659"
End Object
Begin Object Name="EdGraphPin_29660"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Assets/Helping_Internet/Elev_Check.Elev_Check_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_29659"
PinName="Hit_Floor_Button"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PrimitiveComponent')
LinkedTo(0)=EdGraphPin'K2Node_CallFunction_4251.EdGraphPin_10079'
LinkedTo(1)=EdGraphPin'K2Node_CallFunction_4252.EdGraphPin_10091'
LinkedTo(2)=EdGraphPin'K2Node_CallFunction_4253.EdGraphPin_10103'
End Object
VariableReference=(MemberName="Hit_Floor_Button",bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_29659'
Pins(1)=EdGraphPin'EdGraphPin_29660'
NodePosX=1616
NodePosY=288
NodeGuid=DA8D06144E2F4E02083307B55D750FF8
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_573"
Begin Object Class=EdGraphPin Name="EdGraphPin_32430"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_32429"
End Object
Begin Object Name="EdGraphPin_32430"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/FirstPersonBP/Blueprints/FirstPersonCharacter.FirstPersonCharacter_C')
LinkedTo(0)=EdGraphPin'K2Node_DynamicCast_493.EdGraphPin_32415'
End Object
Begin Object Name="EdGraphPin_32429"
PinName="LineTrace_Target"
Direction=EGPD_Output
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PrimitiveComponent')
LinkedTo(0)=EdGraphPin'K2Node_VariableSet_202.EdGraphPin_30155'
End Object
VariableReference=(MemberParent=BlueprintGeneratedClass'/Game/FirstPersonBP/Blueprints/FirstPersonCharacter.FirstPersonCharacter_C',MemberName="LineTrace_Target",MemberGuid=3840CC194CE8DDC5EA0FFFA4863FBE61)
SelfContextInfo=NotSelfContext
Pins(0)=EdGraphPin'EdGraphPin_32429'
Pins(1)=EdGraphPin'EdGraphPin_32430'
NodePosX=1264
NodePosY=624
NodeComment="Get the variable added to player BP"
bCommentBubbleVisible=True
NodeGuid=B6EE5A7449764412261A7886A2463BBC
End Object
Begin Object Class=K2Node_VariableSet Name="K2Node_VariableSet_202"
Begin Object Class=EdGraphPin Name="EdGraphPin_30157"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_30156"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_30155"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_30154"
End Object
Begin Object Class=EdGraphPin Name="EdGraphPin_30153"
End Object
Begin Object Name="EdGraphPin_30157"
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=Class'/Script/Engine.PrimitiveComponent')
End Object
Begin Object Name="EdGraphPin_30156"
PinName="self"
PinFriendlyName="Target"
PinType=(PinCategory="object",PinSubCategoryObject=BlueprintGeneratedClass'/Game/Assets/Helping_Internet/Elev_Check.Elev_Check_C')
bHidden=True
End Object
Begin Object Name="EdGraphPin_30155"
PinName="Hit_Floor_Button"
PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PrimitiveComponent')
LinkedTo(0)=EdGraphPin'K2Node_VariableGet_573.EdGraphPin_32429'
End Object
Begin Object Name="EdGraphPin_30154"
PinName="then"
Direction=EGPD_Output
PinType=(PinCategory="exec")
End Object
Begin Object Name="EdGraphPin_30153"
PinName="execute"
PinType=(PinCategory="exec")
LinkedTo(0)=EdGraphPin'K2Node_DynamicCast_493.EdGraphPin_32412'
End Object
VariableReference=(MemberName="Hit_Floor_Button",MemberGuid=2CF15C784B39AA996A7966987A5E04B5,bSelfContext=True)
Pins(0)=EdGraphPin'EdGraphPin_30153'
Pins(1)=EdGraphPin'EdGraphPin_30154'
Pins(2)=EdGraphPin'EdGraphPin_30155'
Pins(3)=EdGraphPin'EdGraphPin_30156'
Pins(4)=EdGraphPin'EdGraphPin_30157'
NodePosX=1504
NodePosY=592
NodeGuid=886D75854EA22F20FF9183A846210212
End Object