UMG Documentation for 4.4 Preview

[QUOTE=;124421]
Did someone manage to change a vector parameter of a a material dynamic instance assigned to an object to actually change? is my setup, any help is welcomed .

Well you don’t really go into what you are trying to do exactly but from looking at what you posted I don’t actually see you assigning the material to anything after you create it. I went and tested and was able to push a button and have a static mesh I had in the scene change from yellow to red by changing the vector scalar I had assigned to it. See the screenshots and code below for info. And yes it is ugly but was just to see if it worked =)

My Material Dynamic variable is of type MaterialInstanceDynamic and my Material variable is of type MaterialInstance with a default value of the Material Instance I have already created and is sitting in my content browser.


Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_98314"
   Begin Object Class=EdGraphPin Name="EdGraphPin_3395"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3396"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3397"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3398"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3399"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3400"
   End Object
   Begin Object Name="EdGraphPin_3395"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_Event_441.EdGraphPin_6964"'
   End Object
   Begin Object Name="EdGraphPin_3396"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_MacroInstance_1158.EdGraphPin_3529"'
   End Object
   Begin Object Name="EdGraphPin_3397"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'GameplayStatics\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.GameplayStatics')
      DefaultObject=Default__GameplayStatics
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_3398"
      PinName="WorldContextObject"
      PinToolTip="object\'Object\' World Context Object"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_3399"
      PinName="ActorClass"
      PinToolTip="class\'Actor\' Actor Class

Class of Actor to find. Must be specified or result array will be empty."
      PinType=(PinCategory="class",PinSubCategoryObject=Class'/Script/Engine.Actor')
      DefaultObject=Class'/Script/Engine.StaticMeshActor'
   End Object
   Begin Object Name="EdGraphPin_3400"
      PinName="OutActors"
      PinToolTip="array[object\'Actor\'] Out Actors

Output array of Actors of the specified class."
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor',bIsArray=True)
      LinkedTo(0)=EdGraphPin'"K2Node_MacroInstance_1158.EdGraphPin_3530"'
   End Object
   FunctionReference=(MemberParentClass=Class'/Script/Engine.GameplayStatics',MemberName="GetAllActorsOfClass")
   Pins(0)=EdGraphPin'EdGraphPin_3395'
   Pins(1)=EdGraphPin'EdGraphPin_3396'
   Pins(2)=EdGraphPin'EdGraphPin_3397'
   Pins(3)=EdGraphPin'EdGraphPin_3398'
   Pins(4)=EdGraphPin'EdGraphPin_3399'
   Pins(5)=EdGraphPin'EdGraphPin_3400'
   NodePosX=528
   NodePosY=480
   NodeGuid=A1A610B04517740297CB599A076568D4
End Object
Begin Object Class=K2Node_MacroInstance Name="K2Node_MacroInstance_1158"
   Begin Object Class=EdGraphPin Name="EdGraphPin_3529"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3530"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3531"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3532"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3533"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3534"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3535"
   End Object
   Begin Object Name="EdGraphPin_3529"
      PinName="Exec"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_98314.EdGraphPin_3396"'
   End Object
   Begin Object Name="EdGraphPin_3530"
      PinName="Array"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor',bIsArray=True)
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_98314.EdGraphPin_3400"'
   End Object
   Begin Object Name="EdGraphPin_3531"
      PinName="Break"
      PinType=(PinCategory="exec")
   End Object
   Begin Object Name="EdGraphPin_3532"
      PinName="LoopBody"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_IfThenElse_107.EdGraphPin_3461"'
   End Object
   Begin Object Name="EdGraphPin_3533"
      PinName="Array Element"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor')
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_98704.EdGraphPin_3438"'
      LinkedTo(1)=EdGraphPin'"K2Node_DynamicCast_662.EdGraphPin_6734"'
   End Object
   Begin Object Name="EdGraphPin_3534"
      PinName="Array Index"
      Direction=EGPD_Output
      PinType=(PinCategory="int")
   End Object
   Begin Object Name="EdGraphPin_3535"
      PinName="Completed"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
   End Object
   MacroGraphReference=(MacroGraph=EdGraph'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros:ForEachLoopWithBreak',GraphBlueprint=Blueprint'/Engine/EditorBlueprintResources/StandardMacros.StandardMacros',GraphGuid=F07560274C5742E391E84B8F394CFB36)
   ResolvedWildcardType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.Actor',bIsArray=True)
   Pins(0)=EdGraphPin'EdGraphPin_3529'
   Pins(1)=EdGraphPin'EdGraphPin_3530'
   Pins(2)=EdGraphPin'EdGraphPin_3531'
   Pins(3)=EdGraphPin'EdGraphPin_3532'
   Pins(4)=EdGraphPin'EdGraphPin_3533'
   Pins(5)=EdGraphPin'EdGraphPin_3534'
   Pins(6)=EdGraphPin'EdGraphPin_3535'
   NodePosX=880
   NodePosY=464
   ErrorType=1
   ErrorMsg="Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak 
Error Unexpected node type K2Node_MacroInstance encountered at  ForEachLoopWithBreak "
   NodeGuid=841EE6714987375A8AD50E9E4F80FB2D
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_98704"
   Begin Object Class=EdGraphPin Name="EdGraphPin_3437"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3438"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3439"
   End Object
   Begin Object Name="EdGraphPin_3437"
      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_3438"
      PinName="Object"
      PinToolTip="object\'Object\' Object"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object',bIsConst=True)
      LinkedTo(0)=EdGraphPin'"K2Node_MacroInstance_1158.EdGraphPin_3533"'
   End Object
   Begin Object Name="EdGraphPin_3439"
      PinName="ReturnValue"
      PinToolTip="string Return Value"
      Direction=EGPD_Output
      PinType=(PinCategory="string")
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_98754.EdGraphPin_3363"'
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParentClass=Class'/Script/Engine.KismetSystemLibrary',MemberName="GetDisplayName")
   Pins(0)=EdGraphPin'EdGraphPin_3437'
   Pins(1)=EdGraphPin'EdGraphPin_3438'
   Pins(2)=EdGraphPin'EdGraphPin_3439'
   NodePosX=1072
   NodePosY=656
   NodeGuid=A9220E524BCD97234100589F2ECE10D2
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_98754"
   Begin Object Class=EdGraphPin Name="EdGraphPin_3362"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3363"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3364"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3365"
   End Object
   Begin Object Name="EdGraphPin_3362"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'KismetStringLibrary\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.KismetStringLibrary')
      DefaultObject=Default__KismetStringLibrary
      bHidden=True
   End Object
   Begin Object Name="EdGraphPin_3363"
      PinName="A"
      PinToolTip="string A

- The string to compare against"
      PinType=(PinCategory="string")
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_98704.EdGraphPin_3439"'
   End Object
   Begin Object Name="EdGraphPin_3364"
      PinName="B"
      PinToolTip="string B

- The string to compare"
      PinType=(PinCategory="string")
      DefaultValue="PulsingCube"
   End Object
   Begin Object Name="EdGraphPin_3365"
      PinName="ReturnValue"
      PinToolTip="bool Return Value

s True if the strings are equal, false otherwise"
      Direction=EGPD_Output
      PinType=(PinCategory="bool")
      DefaultValue="false"
      AutogeneratedDefaultValue="false"
      LinkedTo(0)=EdGraphPin'"K2Node_IfThenElse_107.EdGraphPin_3462"'
   End Object
   bIsPureFunc=True
   FunctionReference=(MemberParentClass=Class'/Script/Engine.KismetStringLibrary',MemberName="EqualEqual_StrStr")
   Pins(0)=EdGraphPin'EdGraphPin_3362'
   Pins(1)=EdGraphPin'EdGraphPin_3363'
   Pins(2)=EdGraphPin'EdGraphPin_3364'
   Pins(3)=EdGraphPin'EdGraphPin_3365'
   NodePosX=1312
   NodePosY=768
   NodeGuid=94820E374BD6C36ED920E88B46C5C007
End Object
Begin Object Class=K2Node_IfThenElse Name="K2Node_IfThenElse_107"
   Begin Object Class=EdGraphPin Name="EdGraphPin_3461"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3462"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3463"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_3464"
   End Object
   Begin Object Name="EdGraphPin_3461"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_MacroInstance_1158.EdGraphPin_3532"'
   End Object
   Begin Object Name="EdGraphPin_3462"
      PinName="Condition"
      PinType=(PinCategory="bool")
      DefaultValue="true"
      AutogeneratedDefaultValue="true"
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_98754.EdGraphPin_3365"'
   End Object
   Begin Object Name="EdGraphPin_3463"
      PinName="then"
      PinFriendlyName="true"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_DynamicCast_662.EdGraphPin_6733"'
   End Object
   Begin Object Name="EdGraphPin_3464"
      PinName="else"
      PinFriendlyName="false"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
   End Object
   Pins(0)=EdGraphPin'EdGraphPin_3461'
   Pins(1)=EdGraphPin'EdGraphPin_3462'
   Pins(2)=EdGraphPin'EdGraphPin_3463'
   Pins(3)=EdGraphPin'EdGraphPin_3464'
   NodePosX=1136
   NodePosY=448
   NodeGuid=B71A4925407ED7C5A66765A3A69496D4
End Object
Begin Object Class=K2Node_DynamicCast Name="K2Node_DynamicCast_662"
   Begin Object Class=EdGraphPin Name="EdGraphPin_6737"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6736"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6735"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6734"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6733"
   End Object
   Begin Object Name="EdGraphPin_6737"
      PinName="AsStaticMeshActor"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.StaticMeshActor')
      LinkedTo(0)=EdGraphPin'"K2Node_VariableGet_351.EdGraphPin_7095"'
   End Object
   Begin Object Name="EdGraphPin_6736"
      PinName="CastFailed"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
   End Object
   Begin Object Name="EdGraphPin_6735"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_86813.EdGraphPin_7052"'
   End Object
   Begin Object Name="EdGraphPin_6734"
      PinName="Object"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/CoreUObject.Object')
      LinkedTo(0)=EdGraphPin'"K2Node_MacroInstance_1158.EdGraphPin_3533"'
   End Object
   Begin Object Name="EdGraphPin_6733"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_IfThenElse_107.EdGraphPin_3463"'
   End Object
   TargetType=Class'/Script/Engine.StaticMeshActor'
   Pins(0)=EdGraphPin'EdGraphPin_6733'
   Pins(1)=EdGraphPin'EdGraphPin_6734'
   Pins(2)=EdGraphPin'EdGraphPin_6735'
   Pins(3)=EdGraphPin'EdGraphPin_6736'
   Pins(4)=EdGraphPin'EdGraphPin_6737'
   NodePosX=1424
   NodePosY=496
   NodeGuid=31CA61F049B35B4C51BF4A83CF8EDAE8
End Object
Begin Object Class=K2Node_Event Name="K2Node_Event_441"
   Begin Object Class=EdGraphPin Name="EdGraphPin_6964"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_6963"
   End Object
   Begin Object Name="EdGraphPin_6964"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_98314.EdGraphPin_3395"'
   End Object
   Begin Object Name="EdGraphPin_6963"
      PinName="OutputDelegate"
      Direction=EGPD_Output
      PinType=(PinCategory="delegate",PinSubCategoryObject=Function'/Script/UMG.UserWidget:Construct')
   End Object
   EventSignatureName="Construct"
   EventSignatureClass=Class'/Script/UMG.UserWidget'
   bOverrideFunction=True
   Pins(0)=EdGraphPin'EdGraphPin_6963'
   Pins(1)=EdGraphPin'EdGraphPin_6964'
   NodePosX=320
   NodePosY=512
   NodeGuid=5DCF3C334B2A765309E80B94CC759991
End Object
Begin Object Class=K2Node_VariableSet Name="K2Node_VariableSet_178"
   Begin Object Class=EdGraphPin Name="EdGraphPin_7034"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_7035"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_7036"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_7037"
   End Object
   Begin Object Name="EdGraphPin_7034"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_86813.EdGraphPin_7053"'
   End Object
   Begin Object Name="EdGraphPin_7035"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
   End Object
   Begin Object Name="EdGraphPin_7036"
      PinName="materialDynamic"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.MaterialInstanceDynamic')
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_86813.EdGraphPin_7057"'
   End Object
   Begin Object Name="EdGraphPin_7037"
      PinName="self"
      PinType=(PinCategory="object",PinSubCategory="self")
      bHidden=True
   End Object
   VariableReference=(MemberName="materialDynamic",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_7034'
   Pins(1)=EdGraphPin'EdGraphPin_7035'
   Pins(2)=EdGraphPin'EdGraphPin_7036'
   Pins(3)=EdGraphPin'EdGraphPin_7037'
   NodePosX=1008
   NodePosY=1008
   NodeGuid=A17AA1D74A1FD192E8B4E4A2343DCA2A
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_253"
   Begin Object Class=EdGraphPin Name="EdGraphPin_7046"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_7047"
   End Object
   Begin Object Name="EdGraphPin_7046"
      PinName="Material"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.MaterialInstance')
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_86813.EdGraphPin_7056"'
   End Object
   Begin Object Name="EdGraphPin_7047"
      PinName="self"
      PinType=(PinCategory="object",PinSubCategory="self")
      bHidden=True
   End Object
   VariableReference=(MemberName="Material",bSelfContext=True)
   Pins(0)=EdGraphPin'EdGraphPin_7046'
   Pins(1)=EdGraphPin'EdGraphPin_7047'
   NodePosX=528
   NodePosY=1152
   NodeGuid=EF6AC97A4B7E2CD4539ACFB5DDD6BBE9
End Object
Begin Object Class=K2Node_CallFunction Name="K2Node_CallFunction_86813"
   Begin Object Class=EdGraphPin Name="EdGraphPin_7052"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_7053"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_7054"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_7055"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_7056"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_7057"
   End Object
   Begin Object Name="EdGraphPin_7052"
      PinName="execute"
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_DynamicCast_662.EdGraphPin_6735"'
   End Object
   Begin Object Name="EdGraphPin_7053"
      PinName="then"
      Direction=EGPD_Output
      PinType=(PinCategory="exec")
      LinkedTo(0)=EdGraphPin'"K2Node_VariableSet_178.EdGraphPin_7034"'
   End Object
   Begin Object Name="EdGraphPin_7054"
      PinName="self"
      PinFriendlyName="Target"
      PinToolTip="object\'PrimitiveComponent\' Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.PrimitiveComponent')
      LinkedTo(0)=EdGraphPin'"K2Node_VariableGet_351.EdGraphPin_7094"'
   End Object
   Begin Object Name="EdGraphPin_7055"
      PinName="ElementIndex"
      PinToolTip="int Element Index

- The index of the skin to replace the material for.  If invalid, the material is unchanged and NULL is returned."
      PinType=(PinCategory="int")
      DefaultValue="0"
      AutogeneratedDefaultValue="0"
   End Object
   Begin Object Name="EdGraphPin_7056"
      PinName="SourceMaterial"
      PinToolTip="object\'MaterialInterface\' Source Material"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.MaterialInterface')
      LinkedTo(0)=EdGraphPin'"K2Node_VariableGet_253.EdGraphPin_7046"'
   End Object
   Begin Object Name="EdGraphPin_7057"
      PinName="ReturnValue"
      PinToolTip="object\'MaterialInstanceDynamic\' Return Value"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.MaterialInstanceDynamic')
      LinkedTo(0)=EdGraphPin'"K2Node_VariableSet_178.EdGraphPin_7036"'
   End Object
   FunctionReference=(MemberParentClass=Class'/Script/Engine.PrimitiveComponent',MemberName="CreateDynamicMaterialInstance")
   Pins(0)=EdGraphPin'EdGraphPin_7052'
   Pins(1)=EdGraphPin'EdGraphPin_7053'
   Pins(2)=EdGraphPin'EdGraphPin_7054'
   Pins(3)=EdGraphPin'EdGraphPin_7055'
   Pins(4)=EdGraphPin'EdGraphPin_7056'
   Pins(5)=EdGraphPin'EdGraphPin_7057'
   NodePosX=704
   NodePosY=976
   ErrorType=1
   ErrorMsg="Error  blueprint (self) is not a PrimitiveComponent, therefore \' Target \' must have a connection
Error  blueprint (self) is not a PrimitiveComponent, therefore \' Target \' must have a connection"
   NodeGuid=549B60974620516FB9E997A3E77FE133
End Object
Begin Object Class=K2Node_VariableGet Name="K2Node_VariableGet_351"
   Begin Object Class=EdGraphPin Name="EdGraphPin_7094"
   End Object
   Begin Object Class=EdGraphPin Name="EdGraphPin_7095"
   End Object
   Begin Object Name="EdGraphPin_7094"
      PinName="StaticMeshComponent"
      Direction=EGPD_Output
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.StaticMeshComponent')
      LinkedTo(0)=EdGraphPin'"K2Node_CallFunction_86813.EdGraphPin_7054"'
   End Object
   Begin Object Name="EdGraphPin_7095"
      PinName="self"
      PinFriendlyName="Target"
      PinType=(PinCategory="object",PinSubCategoryObject=Class'/Script/Engine.StaticMeshActor')
      LinkedTo(0)=EdGraphPin'"K2Node_DynamicCast_662.EdGraphPin_6737"'
   End Object
   VariableReference=(MemberParentClass=Class'/Script/Engine.StaticMeshActor',MemberName="StaticMeshComponent")
   SelfContextInfo=NotSelfContext
   Pins(0)=EdGraphPin'EdGraphPin_7094'
   Pins(1)=EdGraphPin'EdGraphPin_7095'
   NodePosX=368
   NodePosY=976
   NodeGuid=4BFF734D4A18EA76C1A442AD3ED29BB8
End Object