How to: Fresnel Complex IOR (creating more accurate custom Fresnel curves)

Aloha :slight_smile:

from time to time, i want to use the Fresnel nodes in UE, however, i am not very happy with those two nodes, we get here, because i am used to either input an IOR or would try to get the n and k values from there:

https://refractiveindex.info/?shelf=…r&page=Johnson

The math and formulas to rebuild that in blueprints is way beyond me, however, i stumbled across an older post from the Blender community, where someone else wanted this too, and someone actually built a solution using only their Blender nodes, which we should be able to recreate here in our materials.

The thread with screenshots from their solution: https://blender.stackexchange.com/qu…-fresnel-curve

Especially the updated answer, which takes not only normals, but roughness too into account, looks very promising. This one:

So i tried to rebuild it, and for the most part, its working (just had to replace the group input with normal scalars and do it for each color separately), however, the most important part, i have no clue about how to integrate: the normal map and the roughness… in the sceenshot, bottom line far left side.

Is here anyone, who knows, how to convert this to Unreal? I think, this could be useful for may people :slight_smile:

What i have got so far:

Code for the function with placeholder for where that normal and roughness stuff needs to happen:


Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_0"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionOutput Name="MaterialExpressionFunctionOutput_0"
End Object
Begin Object Name="MaterialExpressionFunctionOutput_0"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_1.MaterialExpressionMultiply_0"')
bLastPreviewed=True
Id=6E7E773841C69948644E6D94042CF56E
MaterialExpressionEditorX=176
MaterialExpressionEditorY=112
MaterialExpressionGuid=ED678E6449AD0415661D7FAE2F64EC09
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionFunctionOutput'"MaterialExpressionFunctionOutput_0"'
NodePosX=176
NodePosY=112
NodeGuid=CC43B1C24CA4069A06036783AB4D1959
CustomProperties Pin (PinId=21AF8C4B4C916DEBBB9102974972AAB2,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_1 35D1B99148E8987552589BBBCD8E89C5,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=0A9D1AEB4394D58B3FD50889E3FE8B4E,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_1"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_0"
End Object
Begin Object Name="MaterialExpressionMultiply_0"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_2.MaterialExpressionAdd_0"')
B=(Expression=MaterialExpressionConstant3Vector'"MaterialGraphNode_3.MaterialExpressionConstant3Vector_0"')
MaterialExpressionEditorX=-32
MaterialExpressionEditorY=144
MaterialExpressionGuid=9F37654542FCE0A657B47A859DF80EE9
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_0"'
NodePosX=-32
NodePosY=144
NodeGuid=CE7824CE42D35947C9B21FB4CE278065
CustomProperties Pin (PinId=4DFBE64245A39C1105239BBAB598EE1D,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_2 D00462BD4D263A9EC5A0F39167D65A93,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=565E30F442EF7DB4C993F6B99EB9963F,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_3 4B8005754406DEC7765CEAA419B262F3,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=35D1B99148E8987552589BBBCD8E89C5,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_0 21AF8C4B4C916DEBBB9102974972AAB2,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_2"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_0"
End Object
Begin Object Name="MaterialExpressionAdd_0"
A=(Expression=MaterialExpressionDivide'"MaterialGraphNode_4.MaterialExpressionDivide_0"')
B=(Expression=MaterialExpressionDivide'"MaterialGraphNode_5.MaterialExpressionDivide_1"')
MaterialExpressionEditorX=-192
MaterialExpressionEditorY=96
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_0"'
NodePosX=-192
NodePosY=96
NodeGuid=AD96BC804D4B413D6C010EACFF6A434B
CustomProperties Pin (PinId=BCABB81D40A15AEBBE9B57880B26BE4C,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_4 DB9517D1449251A7267B3FB369978723,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=2F8A36E648494F1644D0D3BA0E4C25EE,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_5 FA5F6D1842EC70A3C84C359BC2749ECB,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D00462BD4D263A9EC5A0F39167D65A93,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_1 4DFBE64245A39C1105239BBAB598EE1D,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_3"
Begin Object Class=/Script/Engine.MaterialExpressionConstant3Vector Name="MaterialExpressionConstant3Vector_0"
End Object
Begin Object Name="MaterialExpressionConstant3Vector_0"
Constant=(R=0.500000,G=0.500000,B=0.500000,A=0.000000)
MaterialExpressionEditorX=-224
MaterialExpressionEditorY=240
MaterialExpressionGuid=CC34A83E43875986ABD9198AFF1B8E29
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionConstant3Vector'"MaterialExpressionConstant3Vector_0"'
NodePosX=-224
NodePosY=240
NodeGuid=5085D90B49A430EF924AD68137E26303
CustomProperties Pin (PinId=4B8005754406DEC7765CEAA419B262F3,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_1 565E30F442EF7DB4C993F6B99EB9963F,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_4"
Begin Object Class=/Script/Engine.MaterialExpressionDivide Name="MaterialExpressionDivide_0"
End Object
Begin Object Name="MaterialExpressionDivide_0"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_6.MaterialExpressionAdd_1"')
B=(Expression=MaterialExpressionAdd'"MaterialGraphNode_7.MaterialExpressionAdd_2"')
MaterialExpressionEditorX=-416
MaterialExpressionEditorY=80
MaterialExpressionGuid=2A5A1EBA4985B4757FAB78A2144C3E95
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionDivide'"MaterialExpressionDivide_0"'
NodePosX=-416
NodePosY=80
NodeGuid=16DF5C734FEFB1906D3B61AD757F8428
CustomProperties Pin (PinId=3E03560B418BDC5BD06C38926912A594,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_6 1F2F850745E8123AE5FC62B41AD19DD3,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=1F396CCB4B64041D930FEAAE033491D3,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_7 8CE8BA9244E502970C092A879C57CE31,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=DB9517D1449251A7267B3FB369978723,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_2 BCABB81D40A15AEBBE9B57880B26BE4C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_5"
Begin Object Class=/Script/Engine.MaterialExpressionDivide Name="MaterialExpressionDivide_1"
End Object
Begin Object Name="MaterialExpressionDivide_1"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_19.MaterialExpressionAdd_5"')
B=(Expression=MaterialExpressionAdd'"MaterialGraphNode_20.MaterialExpressionAdd_6"')
MaterialExpressionEditorX=-464
MaterialExpressionEditorY=528
MaterialExpressionGuid=2A5A1EBA4985B4757FAB78A2144C3E95
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionDivide'"MaterialExpressionDivide_1"'
NodePosX=-464
NodePosY=528
NodeGuid=6503C507484EF788028598BB5DC2B2FC
CustomProperties Pin (PinId=7D802C114954C26090DA7684931FC954,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_19 F569EC7245B2AE60FE33AEB890BF42FC,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=9DBFAC1E4140F326704F1187F3A92979,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_20 6EE6997542CCE078C9BFBF9B07495359,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=FA5F6D1842EC70A3C84C359BC2749ECB,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_2 2F8A36E648494F1644D0D3BA0E4C25EE,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_6"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_1"
End Object
Begin Object Name="MaterialExpressionAdd_1"
A=(Expression=MaterialExpressionSubtract'"MaterialGraphNode_9.MaterialExpressionSubtract_0"')
MaterialExpressionEditorX=-656
MaterialExpressionEditorY=64
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_1"'
NodePosX=-656
NodePosY=64
NodeGuid=4C86E0BA4BCB38AA80369F8D4A1A3777
CustomProperties Pin (PinId=96966F7C4C56244C8A0E68BF6F3B9A54,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_9 55103BC54EEF053CBBAD6C9F6225E92E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=8F3606D340B6B7754845C99C25B81415,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=1F2F850745E8123AE5FC62B41AD19DD3,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_4 3E03560B418BDC5BD06C38926912A594,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_7"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_2"
End Object
Begin Object Name="MaterialExpressionAdd_2"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_8.MaterialExpressionAdd_3"')
MaterialExpressionEditorX=-656
MaterialExpressionEditorY=224
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_2"'
NodePosX=-656
NodePosY=224
NodeGuid=15256CB7450C59D5405778B926B9764C
CustomProperties Pin (PinId=9C5EFBD241BD2454F11620AC4B33C74C,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_8 C39ABCFD4A6B82311608E08E3743B899,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=DC57446548CA6E7FA3F6F39CA902F3D5,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=8CE8BA9244E502970C092A879C57CE31,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_4 1F396CCB4B64041D930FEAAE033491D3,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_8"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_3"
End Object
Begin Object Name="MaterialExpressionAdd_3"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_10.MaterialExpressionMultiply_1"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_17.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=-832
MaterialExpressionEditorY=224
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_3"'
NodePosX=-832
NodePosY=224
NodeGuid=E921899145829B92EA9C2DBCB28BA0A2
CustomProperties Pin (PinId=6512599A42ECBD285C7ACFAB1E1E5D22,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_10 15ED387A4F5A0FC023404F901D34B5A6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=ED1E02CB45E0C979F660C28A2DF2422C,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 87B5954843FF8E00305F85A3038204A7,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C39ABCFD4A6B82311608E08E3743B899,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_7 9C5EFBD241BD2454F11620AC4B33C74C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_9"
Begin Object Class=/Script/Engine.MaterialExpressionSubtract Name="MaterialExpressionSubtract_0"
End Object
Begin Object Name="MaterialExpressionSubtract_0"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_10.MaterialExpressionMultiply_1"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_17.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=-848
MaterialExpressionEditorY=64
MaterialExpressionGuid=FC679C3C491FD61100DEC8804A3761F6
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionSubtract'"MaterialExpressionSubtract_0"'
NodePosX=-848
NodePosY=64
NodeGuid=5B65A0B9491E6AA577B68C91C1E0D717
CustomProperties Pin (PinId=543117564D5C31A64F5C188F552B345A,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_10 15ED387A4F5A0FC023404F901D34B5A6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=726A414D4D5F0F7E2BD52286CABDFFD1,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 87B5954843FF8E00305F85A3038204A7,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=55103BC54EEF053CBBAD6C9F6225E92E,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_6 96966F7C4C56244C8A0E68BF6F3B9A54,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_10"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_1"
End Object
Begin Object Name="MaterialExpressionMultiply_1"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_11.MaterialExpressionAdd_4"')
B=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_2.MaterialExpressionReroute_2"')
MaterialExpressionEditorX=-1104
MaterialExpressionEditorY=128
MaterialExpressionGuid=7921AB3F44592F581671588399FDDCBB
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_1"'
NodePosX=-1104
NodePosY=128
NodeGuid=A5811A8842CA1475CD0D4E912E7316FE
CustomProperties Pin (PinId=98324E6347B9CC2425404CBC5D7AC9E8,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_11 72A5FA5C45CA0C7DD8853C9CDCDD98F6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=30DACA6B4899573E7038A2AB239D8F42,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_2 4AB71E2E452AE848E87B0881A5775682,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=15ED387A4F5A0FC023404F901D34B5A6,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_8 6512599A42ECBD285C7ACFAB1E1E5D22,MaterialGraphNode_9 543117564D5C31A64F5C188F552B345A,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_11"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_4"
End Object
Begin Object Name="MaterialExpressionAdd_4"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_12.MaterialExpressionMultiply_2"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_13.MaterialExpressionMultiply_3"')
MaterialExpressionEditorX=-1408
MaterialExpressionEditorY=160
MaterialExpressionGuid=D006C7FC47F95E79660F3D9C912BC30E
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_4"'
NodePosX=-1408
NodePosY=160
NodeGuid=B28BD07C4D69A2A035B1D6B0546B224A
CustomProperties Pin (PinId=2CAC090B4DD17EFF68D1A483283FEEEC,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_12 3A345E584705ECEF4DF23CB0C7E180F2,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=A6A3E2DF4A8AE8DADAEC86BD49260CB8,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_13 32714E8948DB7B427E61C2ACA00C8C5D,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=72A5FA5C45CA0C7DD8853C9CDCDD98F6,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_10 98324E6347B9CC2425404CBC5D7AC9E8,MaterialGraphNode_Knot_3 2AEB5A2445BA4DA072597B9B1138DE4B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_12"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_2"
End Object
Begin Object Name="MaterialExpressionMultiply_2"
A=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_22.MaterialExpressionFunctionInput_0"')
B=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_22.MaterialExpressionFunctionInput_0"')
MaterialExpressionEditorX=-1600
MaterialExpressionEditorY=112
MaterialExpressionGuid=773B72D54C62E91084BABFACAD29236A
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_2"'
NodePosX=-1600
NodePosY=112
NodeGuid=967D0AF1416605DECC8188920B90AA35
CustomProperties Pin (PinId=C380A45A487B1BF14978268F89C43C93,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_22 0BD8722843699770C8779384F849E76E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=6A4FCCB5404F89F4052A1B8699B94202,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_22 0BD8722843699770C8779384F849E76E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=3A345E584705ECEF4DF23CB0C7E180F2,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_11 2CAC090B4DD17EFF68D1A483283FEEEC,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_13"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_3"
End Object
Begin Object Name="MaterialExpressionMultiply_3"
A=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_23.MaterialExpressionFunctionInput_1"')
B=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_23.MaterialExpressionFunctionInput_1"')
MaterialExpressionEditorX=-1600
MaterialExpressionEditorY=256
MaterialExpressionGuid=42EDF1C245288A92062B96BD03D31948
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_3"'
NodePosX=-1600
NodePosY=256
NodeGuid=4B7F338F4D11C8F2E0801CAD476B9F8B
CustomProperties Pin (PinId=C8F6018A406B7F6F5BD7328C72560F94,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_23 CBA0634D47A5E14351D451AC446B0B99,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=F7DA60AB486989421B651EBAD9854ABA,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_23 CBA0634D47A5E14351D451AC446B0B99,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=32714E8948DB7B427E61C2ACA00C8C5D,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_11 A6A3E2DF4A8AE8DADAEC86BD49260CB8,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_14"
Begin Object Class=/Script/Engine.MaterialExpressionPower Name="MaterialExpressionPower_0"
End Object
Begin Object Name="MaterialExpressionPower_0"
Base=(Expression=MaterialExpressionConstant3Vector'"MaterialGraphNode_24.MaterialExpressionConstant3Vector_2"')
MaterialExpressionEditorX=-1536
MaterialExpressionEditorY=576
MaterialExpressionGuid=ACA1100346DA6F8115F755B8EF69ABB6
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionPower'"MaterialExpressionPower_0"'
NodePosX=-1536
NodePosY=576
NodeGuid=3F6FD9074E0DC35C5466AC9FA42749E7
CustomProperties Pin (PinId=3DEAB22E4E34A787B485F5B2AD12F361,PinName="Base",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_24 F2E8449640B29817FBC603BAD061C204,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=76B49F2D4A4FEA2C3B5FC9AF2E64CE62,PinName="Exp",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=2266FA094C17FA96319E3CB39FDDFC06,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_2 1FCB363D4FC64D421A5A53AD35056411,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_15"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_4"
End Object
Begin Object Name="MaterialExpressionMultiply_4"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_0.MaterialExpressionReroute_0"')
B=(Expression=MaterialExpressionConstant3Vector'"MaterialGraphNode_24.MaterialExpressionConstant3Vector_2"')
MaterialExpressionEditorX=-1312
MaterialExpressionEditorY=672
MaterialExpressionGuid=1D179C3F4062B610BFD04C994CE4F9F1
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_4"'
NodePosX=-1312
NodePosY=672
NodeGuid=CB9DA0E84C65050A1D19B1A4166072B8
CustomProperties Pin (PinId=B1E5A0384B0BE06A54B187BA2F71E29B,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_0 97EA6E3748E1429B651110A5F9329006,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C8E1FD14462BCA90D43083A95F6C199E,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_24 F2E8449640B29817FBC603BAD061C204,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=011BE63C4097597AB9D18587213D6317,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 F6D1A63D469D215A6D750A9C91E93B6B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_16"
Begin Object Class=/Script/Engine.MaterialExpressionConstant3Vector Name="MaterialExpressionConstant3Vector_1"
End Object
Begin Object Name="MaterialExpressionConstant3Vector_1"
Constant=(R=2.000000,G=2.000000,B=2.000000,A=0.000000)
MaterialExpressionEditorX=-1360
MaterialExpressionEditorY=784
MaterialExpressionGuid=FE054EA44776E0F8A5AAF3891A38C888
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionConstant3Vector'"MaterialExpressionConstant3Vector_1"'
NodePosX=-1360
NodePosY=784
NodeGuid=7645752947EA14E44E45B783F6CD6E96
CustomProperties Pin (PinId=CD77A2EE438B56E98A70C8AE671510F7,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 130F9F2047146A8E4FDB4E859F145745,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_0"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_0"
End Object
Begin Object Name="MaterialExpressionReroute_0"
Input=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_22.MaterialExpressionFunctionInput_0"')
MaterialExpressionEditorX=-1520
MaterialExpressionEditorY=704
MaterialExpressionGuid=7A46B851403E9522CC1073AD988E35B3
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_0"'
NodePosX=-1520
NodePosY=704
bCanRenameNode=False
NodeGuid=E9294112409925BB7DE127A957EC8213
CustomProperties Pin (PinId=95F729EA433C2A1B8269F594CA41D0F4,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_22 0BD8722843699770C8779384F849E76E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=97EA6E3748E1429B651110A5F9329006,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_15 B1E5A0384B0BE06A54B187BA2F71E29B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_17"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_5"
End Object
Begin Object Name="MaterialExpressionMultiply_5"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_15.MaterialExpressionMultiply_4"')
B=(Expression=MaterialExpressionConstant3Vector'"MaterialGraphNode_16.MaterialExpressionConstant3Vector_1"')
MaterialExpressionEditorX=-1120
MaterialExpressionEditorY=736
MaterialExpressionGuid=A3144BC74EDE08E0DF9344B98318E762
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_5"'
NodePosX=-1120
NodePosY=736
NodeGuid=8D05F83F4DF2623546EB0F8822944473
CustomProperties Pin (PinId=F6D1A63D469D215A6D750A9C91E93B6B,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_15 011BE63C4097597AB9D18587213D6317,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=130F9F2047146A8E4FDB4E859F145745,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_16 CD77A2EE438B56E98A70C8AE671510F7,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=87B5954843FF8E00305F85A3038204A7,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_8 ED1E02CB45E0C979F660C28A2DF2422C,MaterialGraphNode_9 726A414D4D5F0F7E2BD52286CABDFFD1,MaterialGraphNode_18 8D5A41A94FB3BACC40E5E298682B4336,MaterialGraphNode_21 CE539B4149112910BDF24189F242971D,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_18"
Begin Object Class=/Script/Engine.MaterialExpressionSubtract Name="MaterialExpressionSubtract_1"
End Object
Begin Object Name="MaterialExpressionSubtract_1"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_3.MaterialExpressionReroute_3"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_17.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=-832
MaterialExpressionEditorY=384
MaterialExpressionGuid=FC679C3C491FD61100DEC8804A3761F6
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionSubtract'"MaterialExpressionSubtract_1"'
NodePosX=-832
NodePosY=384
NodeGuid=FCEA35A947EDC943D3397FB51BAE12A2
CustomProperties Pin (PinId=1DF90B414DDD2848DBC7CE8371AF4896,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_3 C973E9F74BAAD7436B9644A2F33542BF,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=8D5A41A94FB3BACC40E5E298682B4336,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 87B5954843FF8E00305F85A3038204A7,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=3EE66DF54C6C63DBBDF736840E37A5CC,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_19 2D80B5064CDC447CAF3CEC868A0787ED,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_19"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_5"
End Object
Begin Object Name="MaterialExpressionAdd_5"
A=(Expression=MaterialExpressionSubtract'"MaterialGraphNode_18.MaterialExpressionSubtract_1"')
B=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_1.MaterialExpressionReroute_1"')
MaterialExpressionEditorX=-624
MaterialExpressionEditorY=448
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_5"'
NodePosX=-624
NodePosY=448
NodeGuid=5D1CF41F462C776278B762997543762B
CustomProperties Pin (PinId=2D80B5064CDC447CAF3CEC868A0787ED,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_18 3EE66DF54C6C63DBBDF736840E37A5CC,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=AE78E52F418291B37C015BA22B47F039,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_1 BE1DBA494701879045B56B97423404F4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=F569EC7245B2AE60FE33AEB890BF42FC,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_5 7D802C114954C26090DA7684931FC954,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_20"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_6"
End Object
Begin Object Name="MaterialExpressionAdd_6"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_1.MaterialExpressionReroute_1"')
B=(Expression=MaterialExpressionAdd'"MaterialGraphNode_21.MaterialExpressionAdd_7"')
MaterialExpressionEditorX=-624
MaterialExpressionEditorY=608
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_6"'
NodePosX=-624
NodePosY=608
NodeGuid=5F893F8F48B9F7A9847F3CBB0D3C351A
CustomProperties Pin (PinId=723E03114F4F4EEB9185AA915AF9366B,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_1 BE1DBA494701879045B56B97423404F4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=ECDC53D44FE935040A0B4482C61D9EAD,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_21 F3C80C134F15467AA147D5A7D0BE2C89,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=6EE6997542CCE078C9BFBF9B07495359,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_5 9DBFAC1E4140F326704F1187F3A92979,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_21"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_7"
End Object
Begin Object Name="MaterialExpressionAdd_7"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_3.MaterialExpressionReroute_3"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_17.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=-816
MaterialExpressionEditorY=688
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_7"'
NodePosX=-816
NodePosY=688
NodeGuid=C5545FED49C6E9A402898CBC1B70F8E7
CustomProperties Pin (PinId=4A7C91E24072E6174CB32E8C8ED013B1,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_3 C973E9F74BAAD7436B9644A2F33542BF,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=CE539B4149112910BDF24189F242971D,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 87B5954843FF8E00305F85A3038204A7,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=F3C80C134F15467AA147D5A7D0BE2C89,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_20 ECDC53D44FE935040A0B4482C61D9EAD,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_1"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_1"
End Object
Begin Object Name="MaterialExpressionReroute_1"
Input=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_2.MaterialExpressionReroute_2"')
MaterialExpressionEditorX=-960
MaterialExpressionEditorY=608
MaterialExpressionGuid=CE6A441D4FA676912DBC519D722E083C
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_1"'
NodePosX=-960
NodePosY=608
bCanRenameNode=False
NodeGuid=CB865FC24B0D88BEAD8B37954CDE9AA2
CustomProperties Pin (PinId=4ED1637B47779474149C088495C35E88,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_2 4AB71E2E452AE848E87B0881A5775682,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=BE1DBA494701879045B56B97423404F4,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_19 AE78E52F418291B37C015BA22B47F039,MaterialGraphNode_20 723E03114F4F4EEB9185AA915AF9366B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_2"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_2"
End Object
Begin Object Name="MaterialExpressionReroute_2"
Input=(Expression=MaterialExpressionPower'"MaterialGraphNode_14.MaterialExpressionPower_0"')
MaterialExpressionEditorX=-1280
MaterialExpressionEditorY=608
MaterialExpressionGuid=9A6799B0438B8399C9A3C0866DA17A16
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_2"'
NodePosX=-1280
NodePosY=608
bCanRenameNode=False
NodeGuid=A7ED63CC4AB2841936645A8FE329CC37
CustomProperties Pin (PinId=1FCB363D4FC64D421A5A53AD35056411,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_14 2266FA094C17FA96319E3CB39FDDFC06,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=4AB71E2E452AE848E87B0881A5775682,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_10 30DACA6B4899573E7038A2AB239D8F42,MaterialGraphNode_Knot_1 4ED1637B47779474149C088495C35E88,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_3"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_3"
End Object
Begin Object Name="MaterialExpressionReroute_3"
Input=(Expression=MaterialExpressionAdd'"MaterialGraphNode_11.MaterialExpressionAdd_4"')
MaterialExpressionEditorX=-1104
MaterialExpressionEditorY=432
MaterialExpressionGuid=6FA41F344ECCAA03870944B4C30B2104
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_3"'
NodePosX=-1104
NodePosY=432
bCanRenameNode=False
NodeGuid=25F1FB164F6A6089D436B19132B59509
CustomProperties Pin (PinId=2AEB5A2445BA4DA072597B9B1138DE4B,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_11 72A5FA5C45CA0C7DD8853C9CDCDD98F6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C973E9F74BAAD7436B9644A2F33542BF,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_18 1DF90B414DDD2848DBC7CE8371AF4896,MaterialGraphNode_21 4A7C91E24072E6174CB32E8C8ED013B1,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_22"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionInput Name="MaterialExpressionFunctionInput_0"
End Object
Begin Object Name="MaterialExpressionFunctionInput_0"
InputName="Input n"
Id=F2A31F854BF8280329C2EB963DD3A234
InputType=FunctionInput_Scalar
SortPriority=1
MaterialExpressionEditorX=-1872
MaterialExpressionEditorY=48
MaterialExpressionGuid=B91CD7434E71CB493ED30F8CFBA5F1FB
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionFunctionInput'"MaterialExpressionFunctionInput_0"'
NodePosX=-1872
NodePosY=48
NodeGuid=5FE24F594E76014FF6F29D94200278E1
CustomProperties Pin (PinId=E0741139415E8A42749FB1B4F72193AF,PinName="Preview",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=0BD8722843699770C8779384F849E76E,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_12 C380A45A487B1BF14978268F89C43C93,MaterialGraphNode_12 6A4FCCB5404F89F4052A1B8699B94202,MaterialGraphNode_Knot_0 95F729EA433C2A1B8269F594CA41D0F4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_23"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionInput Name="MaterialExpressionFunctionInput_1"
End Object
Begin Object Name="MaterialExpressionFunctionInput_1"
InputName="Input k"
Id=581CD66B4A4CE648959C4599B41797D8
InputType=FunctionInput_Scalar
SortPriority=2
MaterialExpressionEditorX=-1872
MaterialExpressionEditorY=256
MaterialExpressionGuid=B91CD7434E71CB493ED30F8CFBA5F1FB
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionFunctionInput'"MaterialExpressionFunctionInput_1"'
NodePosX=-1872
NodePosY=256
NodeGuid=60E9175F4B4F9B70B8EF3DB8E23A8633
CustomProperties Pin (PinId=20422BBB40DA13E9A4889A895FC6A85C,PinName="Preview",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=CBA0634D47A5E14351D451AC446B0B99,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_13 C8F6018A406B7F6F5BD7328C72560F94,MaterialGraphNode_13 F7DA60AB486989421B651EBAD9854ABA,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_24"
Begin Object Class=/Script/Engine.MaterialExpressionConstant3Vector Name="MaterialExpressionConstant3Vector_2"
End Object
Begin Object Name="MaterialExpressionConstant3Vector_2"
Constant=(R=1.000000,G=1.000000,B=1.000000,A=0.000000)
MaterialExpressionEditorX=-1728
MaterialExpressionEditorY=752
MaterialExpressionGuid=FE054EA44776E0F8A5AAF3891A38C888
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionConstant3Vector'"MaterialExpressionConstant3Vector_2"'
NodePosX=-1839
NodePosY=726
NodeGuid=4371F960409BED47CEF06DAA6D0390FE
CustomProperties Pin (PinId=F2E8449640B29817FBC603BAD061C204,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_14 3DEAB22E4E34A787B485F5B2AD12F361,MaterialGraphNode_15 C8E1FD14462BCA90D43083A95F6C199E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Comment Name="MaterialGraphNode_Comment_0"
Begin Object Class=/Script/Engine.MaterialExpressionComment Name="MaterialExpressionComment_0"
End Object
Begin Object Name="MaterialExpressionComment_0"
SizeX=272
SizeY=272
Text="Placeholder Normal+Roughness"
MaterialExpressionEditorX=-1920
MaterialExpressionEditorY=656
MaterialExpressionGuid=4CE4B44F46409857BE1348BB8087684D
End Object
MaterialExpressionComment=MaterialExpressionComment'"MaterialExpressionComment_0"'
NodePosX=-1920
NodePosY=656
NodeWidth=272
NodeHeight=272
NodeComment="Placeholder Normal+Roughness"
NodeGuid=3ED062C043213701CC05D09467130F58
End Object



And a test material with those functions for RGB, with picked values for Gold from refractiveindex.com


Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Root Name="MaterialGraphNode_Root_0"
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
NodePosX=256
NodeGuid=CFB3270B456E4319B56989A97B8C2398
CustomProperties Pin (PinId=EA0D10E54CD8EED284409A94B5017CBD,PinName="Base Color",PinType.PinCategory="materialinput",PinType.PinSubCategory="5",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 1049966245095C2B320498AE00101C8D,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=85563E184F7593FD601E82A046315DCD,PinName="Metallic",PinType.PinCategory="materialinput",PinType.PinSubCategory="6",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_1 0470097844399D4D7FAD52995E90B73E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=E4A3EAA149CF7477B09458B0E2A0562F,PinName="Specular",PinType.PinCategory="materialinput",PinType.PinSubCategory="7",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=87B5785E4812349FDD75B4B21F72888B,PinName="Roughness",PinType.PinCategory="materialinput",PinType.PinSubCategory="8",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_2 BA491E3440869332D20CC7A0E487AB78,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=86B80A474F04300B0001CE96FD8C0B94,PinName="Anisotropy",PinType.PinCategory="materialinput",PinType.PinSubCategory="9",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=9B8418634FF20B58357FE5A7ECDAF5E8,PinName="Emissive Color",PinType.PinCategory="materialinput",PinType.PinSubCategory="0",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=CA3368B74735246888A18AB70478D0FE,PinName="Opacity",PinType.PinCategory="materialinput",PinType.PinSubCategory="1",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=75DBED5445178A94E36BE28D1CCE6095,PinName="Opacity Mask",PinType.PinCategory="materialinput",PinType.PinSubCategory="2",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=3E6C24FD44150753BC8EBBA29B9CF9A5,PinName="Normal",PinType.PinCategory="materialinput",PinType.PinSubCategory="10",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_3 844EDAA34FC34D266C28409E06A0C277,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=3EA54C3C46B5B569A8CB2BBDA93316F2,PinName="Tangent",PinType.PinCategory="materialinput",PinType.PinSubCategory="11",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=158D47804EDEB0CD11A6EF91955BA361,PinName="World Position Offset",PinType.PinCategory="materialinput",PinType.PinSubCategory="12",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=5BEC34184BB5C6E59F088496E53D4E3D,PinName="World Displacement",PinType.PinCategory="materialinput",PinType.PinSubCategory="13",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=ABCD805B4735261213666C888DFC45C8,PinName="Tessellation Multiplier",PinType.PinCategory="materialinput",PinType.PinSubCategory="14",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=6E225E7F400526A71F215CAF0BE737B2,PinName="Subsurface Color",PinType.PinCategory="materialinput",PinType.PinSubCategory="15",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=4F240EA944AB5C729B6A7492F64C6A0B,PinName="Custom Data 0",PinType.PinCategory="materialinput",PinType.PinSubCategory="16",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=7AA1F2814D0E183481945DADFD18DAC3,PinName="Custom Data 1",PinType.PinCategory="materialinput",PinType.PinSubCategory="17",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=4B45F27B48D481E39795DFB1DC87F76F,PinName="Ambient Occlusion",PinType.PinCategory="materialinput",PinType.PinSubCategory="18",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=B6A21CF545847AA585CFFAAA76748A26,PinName="Refraction",PinType.PinCategory="materialinput",PinType.PinSubCategory="19",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=88DBD944420895087C8EBBB84F17DFB9,PinName="Customized UV0",PinType.PinCategory="materialinput",PinType.PinSubCategory="20",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=8DA83C2E46CEC295E55CAA9658471681,PinName="Customized UV1",PinType.PinCategory="materialinput",PinType.PinSubCategory="21",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=2C89598F42C80E8C4C216E90BE340590,PinName="Customized UV2",PinType.PinCategory="materialinput",PinType.PinSubCategory="22",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=27BBA3B6441CBF419735399F0A8EBAD5,PinName="Customized UV3",PinType.PinCategory="materialinput",PinType.PinSubCategory="23",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=8B2B015240110189E41CD7B9DE265B3F,PinName="Customized UV4",PinType.PinCategory="materialinput",PinType.PinSubCategory="24",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=5F5E79AC4CC625361AC390B56B508E75,PinName="Customized UV5",PinType.PinCategory="materialinput",PinType.PinSubCategory="25",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=E147AA694C262A5D6A8F38BC02B5B8B0,PinName="Customized UV6",PinType.PinCategory="materialinput",PinType.PinSubCategory="26",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=AC06FE944D416233B8BB2B99DDC6C812,PinName="Customized UV7",PinType.PinCategory="materialinput",PinType.PinSubCategory="27",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=ED98264740E46077352F1182E7B7C171,PinName="Pixel Depth Offset",PinType.PinCategory="materialinput",PinType.PinSubCategory="28",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C5B369164FA38BECA1D8AE82ED3E761D,PinName="Shading Model",PinType.PinCategory="materialinput",PinType.PinSubCategory="29",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=73B7AB314F8CFF3D73B66CAF8D91BE11,PinName="Material Attributes",PinType.PinCategory="materialinput",PinType.PinSubCategory="30",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_1"
Begin Object Class=/Script/Engine.MaterialExpressionScalarParameter Name="MaterialExpressionScalarParameter_2"
End Object
Begin Object Name="MaterialExpressionScalarParameter_2"
DefaultValue=1.000000
SliderMax=1.000000
ParameterName="Metallic"
ExpressionGUID=797F230048F4E01C0500E79B51373DC3
SortPriority=10
MaterialExpressionEditorX=-16
MaterialExpressionEditorY=112
MaterialExpressionGuid=496352C94A5EEDBD38C55888F1632BB3
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
End Object
MaterialExpression=MaterialExpressionScalarParameter'"MaterialExpressionScalarParameter_2"'
NodePosX=-16
NodePosY=112
bCanRenameNode=True
NodeGuid=35EC95584A9B48FCDD099F905AA9C81C
CustomProperties Pin (PinId=0470097844399D4D7FAD52995E90B73E,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Root_0 85563E184F7593FD601E82A046315DCD,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_2"
Begin Object Class=/Script/Engine.MaterialExpressionScalarParameter Name="MaterialExpressionScalarParameter_3"
End Object
Begin Object Name="MaterialExpressionScalarParameter_3"
SliderMax=1.000000
ParameterName="Roughness"
ExpressionGUID=5A0F98EA4D29C587DBE302A1C893D746
SortPriority=11
MaterialExpressionEditorX=-16
MaterialExpressionEditorY=224
MaterialExpressionGuid=A8CEF77D4C3EE137789B5AAD898A7020
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
End Object
MaterialExpression=MaterialExpressionScalarParameter'"MaterialExpressionScalarParameter_3"'
NodePosX=-16
NodePosY=224
bCanRenameNode=True
NodeGuid=0F287D8843CD3AE1ABC7CFABBD9142E1
CustomProperties Pin (PinId=BA491E3440869332D20CC7A0E487AB78,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Root_0 87B5785E4812349FDD75B4B21F72888B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_3"
Begin Object Class=/Script/Engine.MaterialExpressionTextureSampleParameter2D Name="MaterialExpressionTextureSampleParameter2D_1"
End Object
Begin Object Name="MaterialExpressionTextureSampleParameter2D_1"
ParameterName="Normalmap"
ExpressionGUID=4F73EB4A4E8FB6ED70B1DBA48B50F8AF
Texture=Texture2D'"/Game/Material/Fresnel/EmptyNormalmap.EmptyNormalmap"'
SamplerType=SAMPLERTYPE_Normal
MaterialExpressionEditorX=-96
MaterialExpressionEditorY=336
MaterialExpressionGuid=66D9DA1E4D718F118663A78931819717
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
End Object
MaterialExpression=MaterialExpressionTextureSampleParameter2D'"MaterialExpressionTextureSampleParameter2D_1"'
NodePosX=-96
NodePosY=336
bCanRenameNode=True
NodeGuid=3A4E149A49AF8ACADF3664A3EFD3AB91
CustomProperties Pin (PinId=20211E984D530B3AFA813086BDFA50A7,PinName="UVs",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=1564FCFB414D7670EF702CAE09B120FB,PinName="Apply View MipBias",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=844EDAA34FC34D266C28409E06A0C277,PinName="RGB",Direction="EGPD_Output",PinType.PinCategory="mask",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Root_0 3E6C24FD44150753BC8EBBA29B9CF9A5,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=3046917442FA3DCED589C6B7A411DDCB,PinName="R",Direction="EGPD_Output",PinType.PinCategory="mask",PinType.PinSubCategory="red",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=B88FF9EA429B893C1BE2F28A47D9086A,PinName="G",Direction="EGPD_Output",PinType.PinCategory="mask",PinType.PinSubCategory="green",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=A2B6F75C4CDCB0314A007BAF22629351,PinName="B",Direction="EGPD_Output",PinType.PinCategory="mask",PinType.PinSubCategory="blue",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=ADC99D6543EB75AB379868812853369B,PinName="A",Direction="EGPD_Output",PinType.PinCategory="mask",PinType.PinSubCategory="alpha",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=563A111549B72EE7ADEEFA844A348234,PinName="RGBA",Direction="EGPD_Output",PinType.PinCategory="mask",PinType.PinSubCategory="rgba",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_8"
Begin Object Class=/Script/Engine.MaterialExpressionScalarParameter Name="MaterialExpressionScalarParameter_0"
End Object
Begin Object Name="MaterialExpressionScalarParameter_0"
DefaultValue=1.383100
ParameterName="Input n Blue (0.45)"
ExpressionGUID=C59F861E40AC3E8359C83DAEEDF15458
SortPriority=5
MaterialExpressionEditorX=-1184
MaterialExpressionEditorY=-48
MaterialExpressionGuid=51B7454A46ACA0C8027A2DA47F2C64F4
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
Desc="Default = Gold"
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionScalarParameter'"MaterialExpressionScalarParameter_0"'
NodePosX=-1184
NodePosY=-48
bCommentBubbleVisible=True
bCanRenameNode=True
NodeComment="Default = Gold"
NodeGuid=EADA83A641C6F8DAB8E7BC886C7A47DB
CustomProperties Pin (PinId=3DB52E304A7A4CCA0ADAFDB6EB581D4F,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_16 940D01084AA233F0298E32A9348440A6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_9"
Begin Object Class=/Script/Engine.MaterialExpressionScalarParameter Name="MaterialExpressionScalarParameter_1"
End Object
Begin Object Name="MaterialExpressionScalarParameter_1"
DefaultValue=3.602400
ParameterName="Input k Red (0.65)"
ExpressionGUID=4FB9EDEB4BB7C64354030C8A6DDDD3C7
SortPriority=2
MaterialExpressionEditorX=-1182
MaterialExpressionEditorY=114
MaterialExpressionGuid=A724D412467195010541828EC4BD0E6F
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
Desc="Default = Gold"
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionScalarParameter'"MaterialExpressionScalarParameter_1"'
NodePosX=-1182
NodePosY=114
bCommentBubbleVisible=True
bCanRenameNode=True
NodeComment="Default = Gold"
NodeGuid=40A5D40248F8FAA0E3369089FF04E9DD
CustomProperties Pin (PinId=44144B6C4C4AA2DD14B52F855A6EC804,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_14 D33CDDFE414A3ABF44A1C48ACB5DD1E4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_10"
Begin Object Class=/Script/Engine.MaterialExpressionScalarParameter Name="MaterialExpressionScalarParameter_4"
End Object
Begin Object Name="MaterialExpressionScalarParameter_4"
DefaultValue=0.155570
ParameterName="Input n Red (0.65)"
ExpressionGUID=D46DBC694EFB5A8307D4F28903B492F8
SortPriority=1
MaterialExpressionEditorX=-1184
MaterialExpressionEditorY=-272
MaterialExpressionGuid=51B7454A46ACA0C8027A2DA47F2C64F4
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
Desc="Default = Gold"
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionScalarParameter'"MaterialExpressionScalarParameter_4"'
NodePosX=-1184
NodePosY=-272
bCommentBubbleVisible=True
bCanRenameNode=True
NodeComment="Default = Gold"
NodeGuid=0AB1E6624812B5DF19BF81932D2C82D7
CustomProperties Pin (PinId=6BA30F5A45290B8A4600E895861E9A8C,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_14 B63D2257428F2256E3938F8E5532EE4E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_11"
Begin Object Class=/Script/Engine.MaterialExpressionScalarParameter Name="MaterialExpressionScalarParameter_5"
End Object
Begin Object Name="MaterialExpressionScalarParameter_5"
DefaultValue=0.424150
ParameterName="Input n Green (0.55)"
ExpressionGUID=3396EBDD40F3AB0376977F907EEF9C47
SortPriority=3
MaterialExpressionEditorX=-1184
MaterialExpressionEditorY=-160
MaterialExpressionGuid=51B7454A46ACA0C8027A2DA47F2C64F4
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
Desc="Default = Gold"
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionScalarParameter'"MaterialExpressionScalarParameter_5"'
NodePosX=-1184
NodePosY=-160
bCommentBubbleVisible=True
bCanRenameNode=True
NodeComment="Default = Gold"
NodeGuid=32B8520B4BC7E18C30ADADABD6C2B3E0
CustomProperties Pin (PinId=897FC9C249ABF35BAADC549AE0DFA769,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_15 A4292523418B60A94AEE71ADA4284863,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_12"
Begin Object Class=/Script/Engine.MaterialExpressionScalarParameter Name="MaterialExpressionScalarParameter_6"
End Object
Begin Object Name="MaterialExpressionScalarParameter_6"
DefaultValue=2.472100
ParameterName="Input k Green (0.55)"
ExpressionGUID=30E69CC942B2AFAB008BDA8B60F10F01
SortPriority=4
MaterialExpressionEditorX=-1182
MaterialExpressionEditorY=226
MaterialExpressionGuid=A724D412467195010541828EC4BD0E6F
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
Desc="Default = Gold"
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionScalarParameter'"MaterialExpressionScalarParameter_6"'
NodePosX=-1182
NodePosY=226
bCommentBubbleVisible=True
bCanRenameNode=True
NodeComment="Default = Gold"
NodeGuid=251E26CD46426BDA3CD603B387D6C267
CustomProperties Pin (PinId=ED23312F469ACC2AD57C9DBCF7D96178,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_15 72E12491497E91BEB161499EF10C5885,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_13"
Begin Object Class=/Script/Engine.MaterialExpressionScalarParameter Name="MaterialExpressionScalarParameter_7"
End Object
Begin Object Name="MaterialExpressionScalarParameter_7"
DefaultValue=1.915500
ParameterName="Input k Blue (0.45)"
ExpressionGUID=96EB516C47C8F84806AD229DE15636F8
SortPriority=6
MaterialExpressionEditorX=-1182
MaterialExpressionEditorY=322
MaterialExpressionGuid=A724D412467195010541828EC4BD0E6F
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
Desc="Default = Gold"
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionScalarParameter'"MaterialExpressionScalarParameter_7"'
NodePosX=-1182
NodePosY=322
bCommentBubbleVisible=True
bCanRenameNode=True
NodeComment="Default = Gold"
NodeGuid=BFB80FE84E544C071B67CAA116E9F31B
CustomProperties Pin (PinId=4FE7274B43E9449E24BA228E8281C1C5,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_16 D7B9506E47E5C732DCDA9ABA9609ED79,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_14"
Begin Object Class=/Script/Engine.MaterialExpressionMaterialFunctionCall Name="MaterialExpressionMaterialFunctionCall_0"
End Object
Begin Object Name="MaterialExpressionMaterialFunctionCall_0"
MaterialFunction=MaterialFunction'"/Game/Material/Fresnel/Fresnel_IOR_Calculation.Fresnel_IOR_Calculation"'
FunctionInputs(0)=(ExpressionInputId=F2A31F854BF8280329C2EB963DD3A234,Input=(Expression=MaterialExpressionScalarParameter'"MaterialGraphNode_10.MaterialExpressionScalarParameter_4"',InputName="Input n"))
FunctionInputs(1)=(ExpressionInputId=581CD66B4A4CE648959C4599B41797D8,Input=(Expression=MaterialExpressionScalarParameter'"MaterialGraphNode_9.MaterialExpressionScalarParameter_1"',InputName="Input k"))
FunctionOutputs(0)=(ExpressionOutputId=6E7E773841C69948644E6D94042CF56E,Output=(OutputName="Result"))
MaterialExpressionEditorX=-736
MaterialExpressionEditorY=-256
MaterialExpressionGuid=B2A450D14C770E82F21E7E89A19C8A1E
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
Outputs(0)=(OutputName="Result")
End Object
MaterialExpression=MaterialExpressionMaterialFunctionCall'"MaterialExpressionMaterialFunctionCall_0"'
NodePosX=-736
NodePosY=-256
NodeGuid=B71974A84BE4DDC16540ACA02980F64C
CustomProperties Pin (PinId=B63D2257428F2256E3938F8E5532EE4E,PinName="Input n (S)",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_10 6BA30F5A45290B8A4600E895861E9A8C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D33CDDFE414A3ABF44A1C48ACB5DD1E4,PinName="Input k (S)",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_9 44144B6C4C4AA2DD14B52F855A6EC804,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=926DE98C4C7446FB6DD8FB821DB33F38,PinName="Result",Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 C3F4591A4BD240D31E5F58A071964B45,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_15"
Begin Object Class=/Script/Engine.MaterialExpressionMaterialFunctionCall Name="MaterialExpressionMaterialFunctionCall_1"
End Object
Begin Object Name="MaterialExpressionMaterialFunctionCall_1"
MaterialFunction=MaterialFunction'"/Game/Material/Fresnel/Fresnel_IOR_Calculation.Fresnel_IOR_Calculation"'
FunctionInputs(0)=(ExpressionInputId=F2A31F854BF8280329C2EB963DD3A234,Input=(Expression=MaterialExpressionScalarParameter'"MaterialGraphNode_11.MaterialExpressionScalarParameter_5"',InputName="Input n"))
FunctionInputs(1)=(ExpressionInputId=581CD66B4A4CE648959C4599B41797D8,Input=(Expression=MaterialExpressionScalarParameter'"MaterialGraphNode_12.MaterialExpressionScalarParameter_6"',InputName="Input k"))
FunctionOutputs(0)=(ExpressionOutputId=6E7E773841C69948644E6D94042CF56E,Output=(OutputName="Result"))
MaterialExpressionEditorX=-736
MaterialExpressionGuid=B2A450D14C770E82F21E7E89A19C8A1E
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
Outputs(0)=(OutputName="Result")
End Object
MaterialExpression=MaterialExpressionMaterialFunctionCall'"MaterialExpressionMaterialFunctionCall_1"'
NodePosX=-736
NodeGuid=9EC08227491261F34447518DF6B0FE39
CustomProperties Pin (PinId=A4292523418B60A94AEE71ADA4284863,PinName="Input n (S)",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_11 897FC9C249ABF35BAADC549AE0DFA769,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=72E12491497E91BEB161499EF10C5885,PinName="Input k (S)",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_12 ED23312F469ACC2AD57C9DBCF7D96178,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=633EDC9A4F7D967AEE25DA8A62C09B12,PinName="Result",Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 A94BBAC04D2756A590817792311E6C98,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_16"
Begin Object Class=/Script/Engine.MaterialExpressionMaterialFunctionCall Name="MaterialExpressionMaterialFunctionCall_2"
End Object
Begin Object Name="MaterialExpressionMaterialFunctionCall_2"
MaterialFunction=MaterialFunction'"/Game/Material/Fresnel/Fresnel_IOR_Calculation.Fresnel_IOR_Calculation"'
FunctionInputs(0)=(ExpressionInputId=F2A31F854BF8280329C2EB963DD3A234,Input=(Expression=MaterialExpressionScalarParameter'"MaterialGraphNode_8.MaterialExpressionScalarParameter_0"',InputName="Input n"))
FunctionInputs(1)=(ExpressionInputId=581CD66B4A4CE648959C4599B41797D8,Input=(Expression=MaterialExpressionScalarParameter'"MaterialGraphNode_13.MaterialExpressionScalarParameter_7"',InputName="Input k"))
FunctionOutputs(0)=(ExpressionOutputId=6E7E773841C69948644E6D94042CF56E,Output=(OutputName="Result"))
MaterialExpressionEditorX=-750
MaterialExpressionEditorY=306
MaterialExpressionGuid=B2A450D14C770E82F21E7E89A19C8A1E
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
Outputs(0)=(OutputName="Result")
End Object
MaterialExpression=MaterialExpressionMaterialFunctionCall'"MaterialExpressionMaterialFunctionCall_2"'
NodePosX=-750
NodePosY=306
NodeGuid=ED83976B4522CFBC135FB0978ECADBF3
CustomProperties Pin (PinId=940D01084AA233F0298E32A9348440A6,PinName="Input n (S)",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_8 3DB52E304A7A4CCA0ADAFDB6EB581D4F,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D7B9506E47E5C732DCDA9ABA9609ED79,PinName="Input k (S)",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_13 4FE7274B43E9449E24BA228E8281C1C5,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=B4A4B6EE465845A12D8DBAA62344D495,PinName="Result",Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 3E6922C44AEADB1688E29BBD44DA1C4D,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_17"
Begin Object Class=/Script/Engine.MaterialExpressionMaterialFunctionCall Name="MaterialExpressionMaterialFunctionCall_3"
End Object
Begin Object Name="MaterialExpressionMaterialFunctionCall_3"
MaterialFunction=MaterialFunction'"/Engine/Functions/Engine_MaterialFunctions02/Utility/AppendMany.AppendMany"'
FunctionInputs(0)=(ExpressionInputId=885D0D3941709A0021D522BB0D350E84,Input=(Expression=MaterialExpressionMaterialFunctionCall'"MaterialGraphNode_14.MaterialExpressionMaterialFunctionCall_0"',InputName="R"))
FunctionInputs(1)=(ExpressionInputId=66655BEF4DEEE4FBB682D1B2533B646B,Input=(Expression=MaterialExpressionMaterialFunctionCall'"MaterialGraphNode_15.MaterialExpressionMaterialFunctionCall_1"',InputName="G"))
FunctionInputs(2)=(ExpressionInputId=7971790B4C1CF3D12A6BD5849BF51222,Input=(Expression=MaterialExpressionMaterialFunctionCall'"MaterialGraphNode_16.MaterialExpressionMaterialFunctionCall_2"',InputName="B"))
FunctionInputs(3)=(ExpressionInputId=E0358D7C4B4022F69AB64786F99318D6,Input=(OutputIndex=-1,InputName="A"))
FunctionOutputs(0)=(ExpressionOutputId=FA6B13694608C010AF452E92B3981900,Output=(OutputName="RG"))
FunctionOutputs(1)=(ExpressionOutputId=C48A5AA9468A429E4D9984AD43B50CE5,Output=(OutputName="RGB"))
FunctionOutputs(2)=(ExpressionOutputId=B55BAD0C44C4D883F0D33CB57D00AB3C,Output=(OutputName="RGBA"))
MaterialExpressionEditorX=-192
MaterialExpressionEditorY=-32
MaterialExpressionGuid=E0C0A6EA41C26EF7FBCF40B19BD9A606
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
Outputs(0)=(OutputName="RG")
Outputs(1)=(OutputName="RGB")
Outputs(2)=(OutputName="RGBA")
End Object
MaterialExpression=MaterialExpressionMaterialFunctionCall'"MaterialExpressionMaterialFunctionCall_3"'
NodePosX=-192
NodePosY=-32
NodeGuid=EFA7AD4B43D95AAFF2118981AAC34564
CustomProperties Pin (PinId=C3F4591A4BD240D31E5F58A071964B45,PinName="R (S)",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_14 926DE98C4C7446FB6DD8FB821DB33F38,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=A94BBAC04D2756A590817792311E6C98,PinName="G (S)",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_15 633EDC9A4F7D967AEE25DA8A62C09B12,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=3E6922C44AEADB1688E29BBD44DA1C4D,PinName="B (S)",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_16 B4A4B6EE465845A12D8DBAA62344D495,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D8EC177E44698521EA740F98F46CFAB1,PinName="A (S)",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C5BBE0EB402F12840826BA84C39D8182,PinName="RG",Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=1049966245095C2B320498AE00101C8D,PinName="RGB",Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Root_0 EA0D10E54CD8EED284409A94B5017CBD,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=15687D2140557658BB14E28306FB78F9,PinName="RGBA",Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Comment Name="MaterialGraphNode_Comment_0"
Begin Object Class=/Script/Engine.MaterialExpressionComment Name="MaterialExpressionComment_0"
End Object
Begin Object Name="MaterialExpressionComment_0"
SizeX=303
SizeY=180
Text="Red (0.65)"
MaterialExpressionEditorX=-786
MaterialExpressionEditorY=-306
MaterialExpressionGuid=867A4AA64F7FDA55783A78A53867D54F
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
End Object
MaterialExpressionComment=MaterialExpressionComment'"MaterialExpressionComment_0"'
NodePosX=-786
NodePosY=-306
NodeWidth=303
NodeHeight=180
NodeComment="Red (0.65)"
NodeGuid=9CC55D004DD069E1F6B7EAAC841CAED1
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Comment Name="MaterialGraphNode_Comment_1"
Begin Object Class=/Script/Engine.MaterialExpressionComment Name="MaterialExpressionComment_1"
End Object
Begin Object Name="MaterialExpressionComment_1"
SizeX=303
SizeY=180
Text="Green (0.55)"
MaterialExpressionEditorX=-786
MaterialExpressionEditorY=-50
MaterialExpressionGuid=41A4BCD7467E523C67C5538A9A05FA21
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
End Object
MaterialExpressionComment=MaterialExpressionComment'"MaterialExpressionComment_1"'
NodePosX=-786
NodePosY=-50
NodeWidth=303
NodeHeight=180
NodeComment="Green (0.55)"
NodeGuid=21B2EC4F42D106DB10B1B3A3BBBA6768
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Comment Name="MaterialGraphNode_Comment_2"
Begin Object Class=/Script/Engine.MaterialExpressionComment Name="MaterialExpressionComment_2"
End Object
Begin Object Name="MaterialExpressionComment_2"
SizeX=303
SizeY=180
Text="Blue (0.45)"
MaterialExpressionEditorX=-800
MaterialExpressionEditorY=256
MaterialExpressionGuid=D1218DF94E814E6A9CEC10809D4C4AF8
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
End Object
MaterialExpressionComment=MaterialExpressionComment'"MaterialExpressionComment_2"'
NodePosX=-800
NodePosY=256
NodeWidth=303
NodeHeight=180
NodeComment="Blue (0.45)"
NodeGuid=E5BEF19E4E4FA2020F24AAA5CE012EE1
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Comment Name="MaterialGraphNode_Comment_3"
Begin Object Class=/Script/Engine.MaterialExpressionComment Name="MaterialExpressionComment_3"
End Object
Begin Object Name="MaterialExpressionComment_3"
SizeX=801
SizeY=842
Text="Fresnel"
MaterialExpressionEditorX=-1234
MaterialExpressionEditorY=-356
MaterialExpressionGuid=94AD87DF493E855414EF8DA2052F71D0
Material=PreviewMaterial'"/Engine/Transient.Fresnel_IOR"'
End Object
MaterialExpressionComment=MaterialExpressionComment'"MaterialExpressionComment_3"'
CommentDepth=-2
NodePosX=-1234
NodePosY=-356
NodeWidth=801
NodeHeight=842
NodeComment="Fresnel"
NodeGuid=8FA0795844B2CE45F58B48AB9684C20F
End Object



Whelp, answering my own question: By looking into UEs Fresnel function, i was able to copy the part, that made it view dependent, and i also could integrate the normalmaps, and that roughness too.
Works to 50%, cuz, as soon, as i enter typical metallic values with high k numbers, the resulting material is way to bright. But it looks good, if it´s used as simple IOR for non metallic materials.

More complete Fresnel function:


Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_0"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionOutput Name="MaterialExpressionFunctionOutput_1"
End Object
Begin Object Name="MaterialExpressionFunctionOutput_1"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_1.MaterialExpressionMultiply_0"')
bLastPreviewed=True
Id=116D8E9A4F56C13E19EA72A3293D329D
MaterialExpressionEditorX=1664
MaterialExpressionEditorY=-144
MaterialExpressionGuid=ED678E6449AD0415661D7FAE2F64EC09
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionFunctionOutput'"MaterialExpressionFunctionOutput_1"'
NodePosX=1664
NodePosY=-144
NodeGuid=66B18A0940B593589237AF815C6CD07C
CustomProperties Pin (PinId=314742D04D42E427A6EEFDB4E50BD6A4,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_1 2151A6524BC2637FA567D9A6923298A8,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=3977BFE446ADCFCFD536038128F1D7DA,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_1"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_0"
End Object
Begin Object Name="MaterialExpressionMultiply_0"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_2.MaterialExpressionAdd_0"')
B=(Expression=MaterialExpressionConstant'"MaterialGraphNode_37.MaterialExpressionConstant_1"')
MaterialExpressionEditorX=1456
MaterialExpressionEditorY=-112
MaterialExpressionGuid=9F37654542FCE0A657B47A859DF80EE9
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_0"'
NodePosX=1456
NodePosY=-112
NodeGuid=850D201046A7DDE64112FA9E28F061B4
CustomProperties Pin (PinId=FE0DC20B4AE0495A699804B3F8FCF5E0,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_2 1A736AE94DA01B6505A4E4B349095107,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=F941E7AB47571B3D936009A1AD5832BF,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_37 E0A3A85C48F52FAD488F19B5079C72BF,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=2151A6524BC2637FA567D9A6923298A8,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_0 314742D04D42E427A6EEFDB4E50BD6A4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_2"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_0"
End Object
Begin Object Name="MaterialExpressionAdd_0"
A=(Expression=MaterialExpressionDivide'"MaterialGraphNode_3.MaterialExpressionDivide_0"')
B=(Expression=MaterialExpressionDivide'"MaterialGraphNode_4.MaterialExpressionDivide_1"')
MaterialExpressionEditorX=1296
MaterialExpressionEditorY=-160
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_0"'
NodePosX=1296
NodePosY=-160
NodeGuid=C609B0A24042D63955B44EA083AE40C6
CustomProperties Pin (PinId=B3E04D84401D1737179ACDA501BD49AD,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_3 3F2094A147B6A445B9052AAB7ACB8F88,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=0DA98EB2499C9B5C42E925B4D3E2EA6E,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_4 0105D697461E0FECFDA243899FF2FEDD,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=1A736AE94DA01B6505A4E4B349095107,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_1 FE0DC20B4AE0495A699804B3F8FCF5E0,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_3"
Begin Object Class=/Script/Engine.MaterialExpressionDivide Name="MaterialExpressionDivide_0"
End Object
Begin Object Name="MaterialExpressionDivide_0"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_5.MaterialExpressionAdd_1"')
B=(Expression=MaterialExpressionAdd'"MaterialGraphNode_6.MaterialExpressionAdd_2"')
MaterialExpressionEditorX=1072
MaterialExpressionEditorY=-176
MaterialExpressionGuid=2A5A1EBA4985B4757FAB78A2144C3E95
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionDivide'"MaterialExpressionDivide_0"'
NodePosX=1072
NodePosY=-176
NodeGuid=6FB7CF28477F8C6A4E2D1CACF2F57A00
CustomProperties Pin (PinId=2514719F4547B2B856CF19B10E2C9276,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_5 278440E24F4AA5403F219AAC1C7A17C1,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=839CCB3C4904038530242A9F45350534,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_6 BCDF55744795F89D56899E80945C62EB,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=3F2094A147B6A445B9052AAB7ACB8F88,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_2 B3E04D84401D1737179ACDA501BD49AD,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_4"
Begin Object Class=/Script/Engine.MaterialExpressionDivide Name="MaterialExpressionDivide_1"
End Object
Begin Object Name="MaterialExpressionDivide_1"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_17.MaterialExpressionAdd_5"')
B=(Expression=MaterialExpressionAdd'"MaterialGraphNode_18.MaterialExpressionAdd_6"')
MaterialExpressionEditorX=1024
MaterialExpressionEditorY=272
MaterialExpressionGuid=2A5A1EBA4985B4757FAB78A2144C3E95
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionDivide'"MaterialExpressionDivide_1"'
NodePosX=1024
NodePosY=272
NodeGuid=32FEC01947877E4EDBD1778BDFEA5BA3
CustomProperties Pin (PinId=EF218C1D49B4437A89E19880A7700F55,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 26317D6F48FDAC4FF67A85A17064F04B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D9474566465285A8C2A6C6A3346B7F3B,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_18 5D5BDEEC4B028747212CF2B3058E14D8,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=0105D697461E0FECFDA243899FF2FEDD,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_2 0DA98EB2499C9B5C42E925B4D3E2EA6E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_5"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_1"
End Object
Begin Object Name="MaterialExpressionAdd_1"
A=(Expression=MaterialExpressionSubtract'"MaterialGraphNode_8.MaterialExpressionSubtract_0"')
MaterialExpressionEditorX=832
MaterialExpressionEditorY=-192
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_1"'
NodePosX=832
NodePosY=-192
NodeGuid=001648DF4D27272C308E5E8322B92831
CustomProperties Pin (PinId=538A09C34C720ED027F32BA8F638DB4A,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_8 53ED2B674AE3260C12C3688B865B973B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=26202C0447CF9FBECE4FF7AE07F88B30,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=278440E24F4AA5403F219AAC1C7A17C1,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_3 2514719F4547B2B856CF19B10E2C9276,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_6"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_2"
End Object
Begin Object Name="MaterialExpressionAdd_2"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_7.MaterialExpressionAdd_3"')
MaterialExpressionEditorX=832
MaterialExpressionEditorY=-32
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_2"'
NodePosX=832
NodePosY=-32
NodeGuid=07EBD4F449AA022EB51A68890E19CC81
CustomProperties Pin (PinId=3FD0BFD74E43368A988A6698C7A19536,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_7 066E9F174C5307E9E8C7E4BFBAB5F729,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=F26141044FB372712D64688E3F106F11,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=BCDF55744795F89D56899E80945C62EB,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_3 839CCB3C4904038530242A9F45350534,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_7"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_3"
End Object
Begin Object Name="MaterialExpressionAdd_3"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_9.MaterialExpressionMultiply_1"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_15.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=656
MaterialExpressionEditorY=-32
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_3"'
NodePosX=656
NodePosY=-32
NodeGuid=7177D3DA46575B477CD811A0C852468C
CustomProperties Pin (PinId=525C93CF44F2D2DEA2CC919CB1278BAC,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_9 7EB103EB44A376270E2FF5A32BCE255C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=9475E638406309C117E800983C8CB549,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_15 46D3B94B4F32EDEE0E87058F4940C884,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=066E9F174C5307E9E8C7E4BFBAB5F729,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_6 3FD0BFD74E43368A988A6698C7A19536,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_8"
Begin Object Class=/Script/Engine.MaterialExpressionSubtract Name="MaterialExpressionSubtract_0"
End Object
Begin Object Name="MaterialExpressionSubtract_0"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_9.MaterialExpressionMultiply_1"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_15.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=640
MaterialExpressionEditorY=-192
MaterialExpressionGuid=FC679C3C491FD61100DEC8804A3761F6
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionSubtract'"MaterialExpressionSubtract_0"'
NodePosX=640
NodePosY=-192
NodeGuid=5102D2224EF3D9FAA0CEDC83BAED4F05
CustomProperties Pin (PinId=DECF396440E6F468AC6C1A816DC081A2,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_9 7EB103EB44A376270E2FF5A32BCE255C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=4F4397D543E29A361A57F9840A98F71E,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_15 46D3B94B4F32EDEE0E87058F4940C884,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=53ED2B674AE3260C12C3688B865B973B,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_5 538A09C34C720ED027F32BA8F638DB4A,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_9"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_1"
End Object
Begin Object Name="MaterialExpressionMultiply_1"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_10.MaterialExpressionAdd_4"')
B=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_2.MaterialExpressionReroute_2"')
MaterialExpressionEditorX=256
MaterialExpressionEditorY=-144
MaterialExpressionGuid=7921AB3F44592F581671588399FDDCBB
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_1"'
NodePosX=256
NodePosY=-144
NodeGuid=FBFF0CFD4C9C3F3CE2D9989BBCD15341
CustomProperties Pin (PinId=DF9A3DD9435BE160E9BD35B625751A16,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_10 03452E2543CCBD5986EB159D96AA7CF6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=4DB595D147A164FA3D893FBD0415B278,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_2 78D7303D46988D38780CF9AD38DBBE47,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=7EB103EB44A376270E2FF5A32BCE255C,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_7 525C93CF44F2D2DEA2CC919CB1278BAC,MaterialGraphNode_8 DECF396440E6F468AC6C1A816DC081A2,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_10"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_4"
End Object
Begin Object Name="MaterialExpressionAdd_4"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_11.MaterialExpressionMultiply_2"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_12.MaterialExpressionMultiply_3"')
MaterialExpressionEditorX=-48
MaterialExpressionEditorY=-144
MaterialExpressionGuid=D006C7FC47F95E79660F3D9C912BC30E
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_4"'
NodePosX=-48
NodePosY=-144
NodeGuid=7B7739834667B7EB464D0B9D61FEAE47
CustomProperties Pin (PinId=200067DC440317809341F4B1D51E3665,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_11 C3101C914E32FEEB027068852B95D4F4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=0C02878D49D94713EE61929B906A5055,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_12 41B03B504F1691ACDC5079BA89F65F64,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=03452E2543CCBD5986EB159D96AA7CF6,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_9 DF9A3DD9435BE160E9BD35B625751A16,MaterialGraphNode_Knot_3 A8F8736C4E5BE63ECBC6CC95FA036071,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_11"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_2"
End Object
Begin Object Name="MaterialExpressionMultiply_2"
A=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_20.MaterialExpressionFunctionInput_0"')
B=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_20.MaterialExpressionFunctionInput_0"')
MaterialExpressionEditorX=-256
MaterialExpressionEditorY=-224
MaterialExpressionGuid=773B72D54C62E91084BABFACAD29236A
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_2"'
NodePosX=-256
NodePosY=-224
NodeGuid=E2C5E594489E1133063D98B1DFF18AA2
CustomProperties Pin (PinId=D65A45E94EE9D5AB75CA1A8C74CF373B,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_20 63F66C0A42BB990165AFEDB72BF25F23,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=E6D243FB4E9F464DF23657BCD0942300,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_20 63F66C0A42BB990165AFEDB72BF25F23,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C3101C914E32FEEB027068852B95D4F4,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_10 200067DC440317809341F4B1D51E3665,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_12"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_3"
End Object
Begin Object Name="MaterialExpressionMultiply_3"
A=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_21.MaterialExpressionFunctionInput_1"')
B=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_21.MaterialExpressionFunctionInput_1"')
MaterialExpressionEditorX=-240
MaterialExpressionEditorY=-16
MaterialExpressionGuid=42EDF1C245288A92062B96BD03D31948
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_3"'
NodePosX=-240
NodePosY=-16
NodeGuid=F9AAC0B34C8D357DEC352894A9A18A87
CustomProperties Pin (PinId=4BA9773447D4417FDC9133AA914E92A1,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_21 112015534AFB5515A3391796145F9AB6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=5601A56F42EECB55EEFBA4A0E35FC71C,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_21 112015534AFB5515A3391796145F9AB6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=41B03B504F1691ACDC5079BA89F65F64,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_10 0C02878D49D94713EE61929B906A5055,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_13"
Begin Object Class=/Script/Engine.MaterialExpressionPower Name="MaterialExpressionPower_0"
End Object
Begin Object Name="MaterialExpressionPower_0"
Base=(Expression=MaterialExpressionLinearInterpolate'"MaterialGraphNode_35.MaterialExpressionLinearInterpolate_0"')
MaterialExpressionEditorX=-176
MaterialExpressionEditorY=304
MaterialExpressionGuid=ACA1100346DA6F8115F755B8EF69ABB6
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionPower'"MaterialExpressionPower_0"'
NodePosX=-176
NodePosY=304
NodeGuid=B176BAE3463C681394B557827421766E
CustomProperties Pin (PinId=4DE4C32D4925B747D3EE12B810F67EFE,PinName="Base",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_35 25418B834564151A93BFB2AF431BBA17,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=7F3AB84E4FD01296656BA18636840FBD,PinName="Exp",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=044D913646C4EF12F2BCE8916C838969,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_2 514347864A59C99C6F9B0D824BC4A64A,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_14"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_4"
End Object
Begin Object Name="MaterialExpressionMultiply_4"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_0.MaterialExpressionReroute_0"')
B=(Expression=MaterialExpressionLinearInterpolate'"MaterialGraphNode_35.MaterialExpressionLinearInterpolate_0"')
MaterialExpressionEditorX=48
MaterialExpressionEditorY=400
MaterialExpressionGuid=1D179C3F4062B610BFD04C994CE4F9F1
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_4"'
NodePosX=48
NodePosY=400
NodeGuid=853B7CE746FC3D354F49039496113629
CustomProperties Pin (PinId=01CA9A73411F71FFAB944C9BFC8FAA74,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_0 9A119CC34376876CB2203AA4B328726C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=7372E8EA44C9A9C22D9B6CA7EB8B9A97,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_35 25418B834564151A93BFB2AF431BBA17,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=E614F4D0411E7B8F24D6B581585A2319,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_15 19C2EF3A4F822825C0BC119A4C583322,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_0"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_0"
End Object
Begin Object Name="MaterialExpressionReroute_0"
Input=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_20.MaterialExpressionFunctionInput_0"')
MaterialExpressionEditorX=-160
MaterialExpressionEditorY=432
MaterialExpressionGuid=7A46B851403E9522CC1073AD988E35B3
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_0"'
NodePosX=-160
NodePosY=432
bCanRenameNode=False
NodeGuid=184CA2B94194F786D262CABD13176229
CustomProperties Pin (PinId=D9EDD5FC45412013354D639C9C87D9A8,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_20 63F66C0A42BB990165AFEDB72BF25F23,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=9A119CC34376876CB2203AA4B328726C,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_14 01CA9A73411F71FFAB944C9BFC8FAA74,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_15"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_5"
End Object
Begin Object Name="MaterialExpressionMultiply_5"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_14.MaterialExpressionMultiply_4"')
B=(Expression=MaterialExpressionConstant'"MaterialGraphNode_36.MaterialExpressionConstant_0"')
MaterialExpressionEditorX=240
MaterialExpressionEditorY=464
MaterialExpressionGuid=A3144BC74EDE08E0DF9344B98318E762
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_5"'
NodePosX=240
NodePosY=464
NodeGuid=357864734D3B4B3709E683A1FEC93A17
CustomProperties Pin (PinId=19C2EF3A4F822825C0BC119A4C583322,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_14 E614F4D0411E7B8F24D6B581585A2319,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=35D320A842A8C0036E0F85A62FD97401,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_36 560BD649487404BBE47EA380105D458B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=46D3B94B4F32EDEE0E87058F4940C884,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_7 9475E638406309C117E800983C8CB549,MaterialGraphNode_8 4F4397D543E29A361A57F9840A98F71E,MaterialGraphNode_16 6CA803114CC72F28417DC9B592751892,MaterialGraphNode_19 3CCB65B94D5DCA748AB2E9B9E0FCAD4C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_16"
Begin Object Class=/Script/Engine.MaterialExpressionSubtract Name="MaterialExpressionSubtract_1"
End Object
Begin Object Name="MaterialExpressionSubtract_1"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_3.MaterialExpressionReroute_3"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_15.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=656
MaterialExpressionEditorY=128
MaterialExpressionGuid=FC679C3C491FD61100DEC8804A3761F6
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionSubtract'"MaterialExpressionSubtract_1"'
NodePosX=656
NodePosY=128
NodeGuid=77CA61084A9398952DC90482F893A1FA
CustomProperties Pin (PinId=6CB222684E0C66D696D31A9683A23DC4,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_3 9BA58C8A472FAD8DBBA59998F7F7DF1D,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=6CA803114CC72F28417DC9B592751892,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_15 46D3B94B4F32EDEE0E87058F4940C884,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=178F33E34DF9AF48C4B8C0BB49A8E956,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 CAA156B54F2A9784190C7A92A8C4C89C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_17"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_5"
End Object
Begin Object Name="MaterialExpressionAdd_5"
A=(Expression=MaterialExpressionSubtract'"MaterialGraphNode_16.MaterialExpressionSubtract_1"')
B=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_1.MaterialExpressionReroute_1"')
MaterialExpressionEditorX=864
MaterialExpressionEditorY=192
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_5"'
NodePosX=864
NodePosY=192
NodeGuid=0A020B054A5D8ED25E7E72A33CDA0ED8
CustomProperties Pin (PinId=CAA156B54F2A9784190C7A92A8C4C89C,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_16 178F33E34DF9AF48C4B8C0BB49A8E956,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=264C209645AA1578959010B81E7AC00D,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_1 93A48D2A473EA242B91C3AA77B80166E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=26317D6F48FDAC4FF67A85A17064F04B,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_4 EF218C1D49B4437A89E19880A7700F55,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_18"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_6"
End Object
Begin Object Name="MaterialExpressionAdd_6"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_1.MaterialExpressionReroute_1"')
B=(Expression=MaterialExpressionAdd'"MaterialGraphNode_19.MaterialExpressionAdd_7"')
MaterialExpressionEditorX=864
MaterialExpressionEditorY=352
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_6"'
NodePosX=864
NodePosY=352
NodeGuid=411A74C642448AF3C04114A502FBC2A2
CustomProperties Pin (PinId=B9CF3F2046B5FAB866FF039CD6E4F40B,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_1 93A48D2A473EA242B91C3AA77B80166E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=3C728F99434FBFBF8026918E8A8AD7A1,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_19 5E96543346C850EB0E0738A935444FBC,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=5D5BDEEC4B028747212CF2B3058E14D8,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_4 D9474566465285A8C2A6C6A3346B7F3B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_19"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_7"
End Object
Begin Object Name="MaterialExpressionAdd_7"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_3.MaterialExpressionReroute_3"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_15.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=672
MaterialExpressionEditorY=432
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_7"'
NodePosX=672
NodePosY=432
NodeGuid=436DE9E84BB41F57821505BC35482ACC
CustomProperties Pin (PinId=F7F74ABE4733FD4A3D592CA51420DB31,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_3 9BA58C8A472FAD8DBBA59998F7F7DF1D,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=3CCB65B94D5DCA748AB2E9B9E0FCAD4C,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_15 46D3B94B4F32EDEE0E87058F4940C884,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=5E96543346C850EB0E0738A935444FBC,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_18 3C728F99434FBFBF8026918E8A8AD7A1,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_1"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_1"
End Object
Begin Object Name="MaterialExpressionReroute_1"
Input=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_2.MaterialExpressionReroute_2"')
MaterialExpressionEditorX=400
MaterialExpressionEditorY=336
MaterialExpressionGuid=CE6A441D4FA676912DBC519D722E083C
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_1"'
NodePosX=400
NodePosY=336
bCanRenameNode=False
NodeGuid=F82A39C944B813C82405E79A87052F3E
CustomProperties Pin (PinId=C295DBD747EAA26A2B32B789C850D24E,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_Knot_2 78D7303D46988D38780CF9AD38DBBE47,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=93A48D2A473EA242B91C3AA77B80166E,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_17 264C209645AA1578959010B81E7AC00D,MaterialGraphNode_18 B9CF3F2046B5FAB866FF039CD6E4F40B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_2"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_2"
End Object
Begin Object Name="MaterialExpressionReroute_2"
Input=(Expression=MaterialExpressionPower'"MaterialGraphNode_13.MaterialExpressionPower_0"')
MaterialExpressionEditorX=80
MaterialExpressionEditorY=336
MaterialExpressionGuid=9A6799B0438B8399C9A3C0866DA17A16
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_2"'
NodePosX=80
NodePosY=336
bCanRenameNode=False
NodeGuid=E531392E476AB78354FDB48B31158396
CustomProperties Pin (PinId=514347864A59C99C6F9B0D824BC4A64A,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_13 044D913646C4EF12F2BCE8916C838969,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=78D7303D46988D38780CF9AD38DBBE47,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_9 4DB595D147A164FA3D893FBD0415B278,MaterialGraphNode_Knot_1 C295DBD747EAA26A2B32B789C850D24E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_3"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_3"
End Object
Begin Object Name="MaterialExpressionReroute_3"
Input=(Expression=MaterialExpressionAdd'"MaterialGraphNode_10.MaterialExpressionAdd_4"')
MaterialExpressionEditorX=256
MaterialExpressionEditorY=160
MaterialExpressionGuid=6FA41F344ECCAA03870944B4C30B2104
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_3"'
NodePosX=256
NodePosY=160
bCanRenameNode=False
NodeGuid=AF9A52CC4928240C7D52E891D61064C2
CustomProperties Pin (PinId=A8F8736C4E5BE63ECBC6CC95FA036071,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_10 03452E2543CCBD5986EB159D96AA7CF6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=9BA58C8A472FAD8DBBA59998F7F7DF1D,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_16 6CB222684E0C66D696D31A9683A23DC4,MaterialGraphNode_19 F7F74ABE4733FD4A3D592CA51420DB31,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_20"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionInput Name="MaterialExpressionFunctionInput_0"
End Object
Begin Object Name="MaterialExpressionFunctionInput_0"
InputName="Input n"
Id=7D951E7540F53D68AD4A099DE54DCEDE
InputType=FunctionInput_Scalar
PreviewValue=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000)
bUsePreviewValueAsDefault=True
SortPriority=1
MaterialExpressionEditorX=-704
MaterialExpressionEditorY=-224
MaterialExpressionGuid=B91CD7434E71CB493ED30F8CFBA5F1FB
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionFunctionInput'"MaterialExpressionFunctionInput_0"'
NodePosX=-704
NodePosY=-224
NodeGuid=70EC3E98434F72B9BA9B1A87B37B7F95
CustomProperties Pin (PinId=C29950654C1F14B8AA5E2FBC1E2C37EC,PinName="Preview",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=63F66C0A42BB990165AFEDB72BF25F23,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_11 D65A45E94EE9D5AB75CA1A8C74CF373B,MaterialGraphNode_11 E6D243FB4E9F464DF23657BCD0942300,MaterialGraphNode_Knot_0 D9EDD5FC45412013354D639C9C87D9A8,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_21"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionInput Name="MaterialExpressionFunctionInput_1"
End Object
Begin Object Name="MaterialExpressionFunctionInput_1"
InputName="Input k"
Id=B8A0188D448EB08D226D8C9F4157599F
InputType=FunctionInput_Scalar
bUsePreviewValueAsDefault=True
SortPriority=10
MaterialExpressionEditorX=-704
MaterialExpressionEditorY=-16
MaterialExpressionGuid=B91CD7434E71CB493ED30F8CFBA5F1FB
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionFunctionInput'"MaterialExpressionFunctionInput_1"'
NodePosX=-704
NodePosY=-16
NodeGuid=E45DA375401AD8175931DB8DCE6F9CD6
CustomProperties Pin (PinId=8E9B213D445D0587D1D71794B981654F,PinName="Preview",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=112015534AFB5515A3391796145F9AB6,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_12 4BA9773447D4417FDC9133AA914E92A1,MaterialGraphNode_12 5601A56F42EECB55EEFBA4A0E35FC71C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_23"
Begin Object Class=/Script/Engine.MaterialExpressionDotProduct Name="MaterialExpressionDotProduct_0"
End Object
Begin Object Name="MaterialExpressionDotProduct_0"
A=(Expression=MaterialExpressionTransform'"MaterialGraphNode_31.MaterialExpressionTransform_1"')
B=(Expression=MaterialExpressionCameraVectorWS'"MaterialGraphNode_26.MaterialExpressionCameraVectorWS_2"')
MaterialExpressionEditorX=-1728
MaterialExpressionEditorY=432
MaterialExpressionGuid=EC1FABA443A09911F8F24BA75D67C847
Material=Material'"/Engine/Transient.Material_0"'
bRealtimePreview=True
End Object
MaterialExpression=MaterialExpressionDotProduct'"MaterialExpressionDotProduct_0"'
NodePosX=-1728
NodePosY=432
NodeGuid=BC53C1594527D2128F6086869A1C1F5B
CustomProperties Pin (PinId=B3E7185540BF715BF8C36187F9061031,PinName="A",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_31 BA26EAF244A9A261B7EC878178E0A393,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=892E72484AD35EEE73CC34BA438DCFDC,PinName="B",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_26 39AF441B44D48C3F84587E8F127AC4C2,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=B3027C1B4B04E24DA84397AACC5AB582,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_27 E3169FFA46BAF34D165EC6BDE40885A7,MaterialGraphNode_28 413606774BBE52E2971F9D8F356BCAF2,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_24"
Begin Object Class=/Script/Engine.MaterialExpressionStaticSwitch Name="MaterialExpressionStaticSwitch_1"
End Object
Begin Object Name="MaterialExpressionStaticSwitch_1"
A=(Expression=MaterialExpressionStaticSwitch'"MaterialGraphNode_28.MaterialExpressionStaticSwitch_0"')
B=(Expression=MaterialExpressionOneMinus'"MaterialGraphNode_25.MaterialExpressionOneMinus_1"')
Value=(Expression=MaterialExpressionStaticBoolParameter'"MaterialGraphNode_29.MaterialExpressionStaticBoolParameter_0"')
MaterialExpressionEditorX=-993
MaterialExpressionEditorY=428
MaterialExpressionGuid=5532E53E4DD98E2026AB58B7B69757E9
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionStaticSwitch'"MaterialExpressionStaticSwitch_1"'
NodePosX=-993
NodePosY=428
NodeGuid=FC95DD5549879AC1873FFBB11ACE8D38
CustomProperties Pin (PinId=526E21E644F1A3DD243C4F80F9254DC9,PinName="True",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_28 BBEDD86C4482DDEA7AE4378040A93A57,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=54E9DDB04D5B8D8E66B13CAC44403614,PinName="False",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_25 210FE422434356DAF3D66AA0D3449A11,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=628862EA4B52C2A7E464E9BB77950ACF,PinName="Value",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_29 D9538CAC40C6B4F85CBC949F872048F6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=2C2810D14FF2590B78D7028D5CEDC092,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_35 32701E5E42860B1F6DC70C90EC1FC8C4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_25"
Begin Object Class=/Script/Engine.MaterialExpressionOneMinus Name="MaterialExpressionOneMinus_1"
End Object
Begin Object Name="MaterialExpressionOneMinus_1"
Input=(Expression=MaterialExpressionStaticSwitch'"MaterialGraphNode_28.MaterialExpressionStaticSwitch_0"')
MaterialExpressionEditorX=-1137
MaterialExpressionEditorY=476
MaterialExpressionGuid=3D73CB85494CA015A99F90880CB5316B
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionOneMinus'"MaterialExpressionOneMinus_1"'
NodePosX=-1137
NodePosY=476
NodeGuid=84252D504A7C594174B90EAE36751AC5
CustomProperties Pin (PinId=49D27556477162490AF2A09E8214A007,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_28 BBEDD86C4482DDEA7AE4378040A93A57,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=210FE422434356DAF3D66AA0D3449A11,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_24 54E9DDB04D5B8D8E66B13CAC44403614,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_26"
Begin Object Class=/Script/Engine.MaterialExpressionCameraVectorWS Name="MaterialExpressionCameraVectorWS_2"
End Object
Begin Object Name="MaterialExpressionCameraVectorWS_2"
MaterialExpressionEditorX=-1984
MaterialExpressionEditorY=496
MaterialExpressionGuid=D95867E94A54D82E3162A8BC8501D0F1
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionCameraVectorWS'"MaterialExpressionCameraVectorWS_2"'
NodePosX=-1984
NodePosY=496
NodeGuid=99BED36447933FA7D18560B27031F614
CustomProperties Pin (PinId=39AF441B44D48C3F84587E8F127AC4C2,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_23 892E72484AD35EEE73CC34BA438DCFDC,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_27"
Begin Object Class=/Script/Engine.MaterialExpressionClamp Name="MaterialExpressionClamp_1"
End Object
Begin Object Name="MaterialExpressionClamp_1"
Input=(Expression=MaterialExpressionDotProduct'"MaterialGraphNode_23.MaterialExpressionDotProduct_0"')
MaterialExpressionEditorX=-1585
MaterialExpressionEditorY=412
MaterialExpressionGuid=353922584B837556E7B43689555CC986
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionClamp'"MaterialExpressionClamp_1"'
NodePosX=-1585
NodePosY=412
NodeGuid=463B21A74AF6F1A89EF9F9BF7722E8E0
CustomProperties Pin (PinId=E3169FFA46BAF34D165EC6BDE40885A7,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_23 B3027C1B4B04E24DA84397AACC5AB582,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=9C0BDBA443AFE1DE145E0195424917F7,PinName="Min",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=32D017944EE3CD049F3DC1B56AD1B7C9,PinName="Max",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=9D457096457AF0EE626CF29BAB5115BE,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_28 54E90322481DF1D64A46D0843D6F87AF,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_28"
Begin Object Class=/Script/Engine.MaterialExpressionStaticSwitch Name="MaterialExpressionStaticSwitch_0"
End Object
Begin Object Name="MaterialExpressionStaticSwitch_0"
A=(Expression=MaterialExpressionClamp'"MaterialGraphNode_27.MaterialExpressionClamp_1"')
B=(Expression=MaterialExpressionDotProduct'"MaterialGraphNode_23.MaterialExpressionDotProduct_0"')
Value=(Expression=MaterialExpressionStaticBool'"MaterialGraphNode_30.MaterialExpressionStaticBool_0"')
MaterialExpressionEditorX=-1265
MaterialExpressionEditorY=428
MaterialExpressionGuid=74756B0D4015FF09774E2E863017B4F1
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionStaticSwitch'"MaterialExpressionStaticSwitch_0"'
NodePosX=-1265
NodePosY=428
NodeGuid=B7F9A14C499E716EF9695AA0C7B5570B
CustomProperties Pin (PinId=54E90322481DF1D64A46D0843D6F87AF,PinName="True",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_27 9D457096457AF0EE626CF29BAB5115BE,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=413606774BBE52E2971F9D8F356BCAF2,PinName="False",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_23 B3027C1B4B04E24DA84397AACC5AB582,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=CD3379974B6075AD37818B95344082DC,PinName="Value",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_30 E28FBCB147F0F9365F1DA9B19A721BD4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=BBEDD86C4482DDEA7AE4378040A93A57,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_24 526E21E644F1A3DD243C4F80F9254DC9,MaterialGraphNode_25 49D27556477162490AF2A09E8214A007,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_29"
Begin Object Class=/Script/Engine.MaterialExpressionStaticBoolParameter Name="MaterialExpressionStaticBoolParameter_0"
End Object
Begin Object Name="MaterialExpressionStaticBoolParameter_0"
DefaultValue=True
ParameterName="Invert Fresnel"
ExpressionGUID=1D6861754A5B359C94B3528A4401CA5C
SortPriority=50
MaterialExpressionEditorX=-1249
MaterialExpressionEditorY=588
MaterialExpressionGuid=7429B46E458D7CFE245D17B8D8BE7206
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionStaticBoolParameter'"MaterialExpressionStaticBoolParameter_0"'
NodePosX=-1249
NodePosY=588
bCanRenameNode=True
NodeGuid=F11E6B7E4CE1A79F2F2CFF9859DCFA31
CustomProperties Pin (PinId=D9538CAC40C6B4F85CBC949F872048F6,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_24 628862EA4B52C2A7E464E9BB77950ACF,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_30"
Begin Object Class=/Script/Engine.MaterialExpressionStaticBool Name="MaterialExpressionStaticBool_0"
End Object
Begin Object Name="MaterialExpressionStaticBool_0"
Value=True
MaterialExpressionEditorX=-1568
MaterialExpressionEditorY=560
MaterialExpressionGuid=05DAEC6C4B3C430713652F83D06526A8
Material=Material'"/Engine/Transient.Material_0"'
Desc="Clamp Fresnel Dot Product (why?)"
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionStaticBool'"MaterialExpressionStaticBool_0"'
NodePosX=-1568
NodePosY=560
bCommentBubbleVisible=True
NodeComment="Clamp Fresnel Dot Product (why?)"
NodeGuid=3EB05CF24B14B4D53A333CA23D6F4639
CustomProperties Pin (PinId=E28FBCB147F0F9365F1DA9B19A721BD4,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_28 CD3379974B6075AD37818B95344082DC,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_31"
Begin Object Class=/Script/Engine.MaterialExpressionTransform Name="MaterialExpressionTransform_1"
End Object
Begin Object Name="MaterialExpressionTransform_1"
Input=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_32.MaterialExpressionFunctionInput_7"')
MaterialExpressionEditorX=-2016
MaterialExpressionEditorY=336
MaterialExpressionGuid=C2882F914C983937F77D82A8A3292D26
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionTransform'"MaterialExpressionTransform_1"'
NodePosX=-2016
NodePosY=336
NodeGuid=91F6784543FE046034C898ADDAFED1F4
CustomProperties Pin (PinId=B30BBEC14B9A688D42E5EBBC90C6B4C8,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_32 45FF2D9242875BA9E0ECFCBE2ECD963A,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=BA26EAF244A9A261B7EC878178E0A393,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_23 B3E7185540BF715BF8C36187F9061031,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_32"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionInput Name="MaterialExpressionFunctionInput_7"
End Object
Begin Object Name="MaterialExpressionFunctionInput_7"
Preview=(Mask=1,MaskR=1,MaskG=1,MaskB=1)
InputName="Normal Vector"
Id=3907E19449B502A1C50C8594E2D63797
PreviewValue=(X=0.000000,Y=0.000000,Z=1.000000,W=1.000000)
bUsePreviewValueAsDefault=True
MaterialExpressionEditorX=-2288
MaterialExpressionEditorY=352
MaterialExpressionGuid=4446C9F74D63114CB1656AB7642428CE
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionFunctionInput'"MaterialExpressionFunctionInput_7"'
NodePosX=-2288
NodePosY=352
NodeGuid=D362987B49BA9E89F8F1DF86C118B804
CustomProperties Pin (PinId=D203A7254309474C899E2989AD68426D,PinName="Preview",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=45FF2D9242875BA9E0ECFCBE2ECD963A,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_31 B30BBEC14B9A688D42E5EBBC90C6B4C8,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_34"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionInput Name="MaterialExpressionFunctionInput_2"
End Object
Begin Object Name="MaterialExpressionFunctionInput_2"
InputName="Input Roughness"
Id=FE1832054476B3131E45409E1E999018
InputType=FunctionInput_Scalar
bUsePreviewValueAsDefault=True
SortPriority=20
MaterialExpressionEditorX=-736
MaterialExpressionEditorY=176
MaterialExpressionGuid=B91CD7434E71CB493ED30F8CFBA5F1FB
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionFunctionInput'"MaterialExpressionFunctionInput_2"'
NodePosX=-736
NodePosY=176
NodeGuid=2AF0F2FB40C25B8744FD3D99C2ACF059
CustomProperties Pin (PinId=59775E3A4175A65A29E93280522B8C99,PinName="Preview",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=7016C8E74F7824FB42BBBD82084597AD,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_35 5B533EBF429F6A39B107468D79240255,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_35"
Begin Object Class=/Script/Engine.MaterialExpressionLinearInterpolate Name="MaterialExpressionLinearInterpolate_0"
End Object
Begin Object Name="MaterialExpressionLinearInterpolate_0"
A=(Expression=MaterialExpressionStaticSwitch'"MaterialGraphNode_24.MaterialExpressionStaticSwitch_1"')
Alpha=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_34.MaterialExpressionFunctionInput_2"')
MaterialExpressionEditorX=-416
MaterialExpressionEditorY=432
MaterialExpressionGuid=C8B5A28149215F2CB3D92E8D3DBCF6DB
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionLinearInterpolate'"MaterialExpressionLinearInterpolate_0"'
NodePosX=-416
NodePosY=432
NodeGuid=539464DD40BA48280B9C8A8E67759910
CustomProperties Pin (PinId=32701E5E42860B1F6DC70C90EC1FC8C4,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_24 2C2810D14FF2590B78D7028D5CEDC092,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=F84C79F34C554B4753F51894774F6B16,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=5B533EBF429F6A39B107468D79240255,PinName="Alpha",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_34 7016C8E74F7824FB42BBBD82084597AD,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=25418B834564151A93BFB2AF431BBA17,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_13 4DE4C32D4925B747D3EE12B810F67EFE,MaterialGraphNode_14 7372E8EA44C9A9C22D9B6CA7EB8B9A97,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_36"
Begin Object Class=/Script/Engine.MaterialExpressionConstant Name="MaterialExpressionConstant_0"
End Object
Begin Object Name="MaterialExpressionConstant_0"
R=2.000000
MaterialExpressionEditorX=64
MaterialExpressionEditorY=528
MaterialExpressionGuid=4550648F418630B303EA1894477F9ADE
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionConstant'"MaterialExpressionConstant_0"'
NodePosX=64
NodePosY=528
NodeGuid=CF14B5A2481DBE0B9FF39AADFD3733A4
CustomProperties Pin (PinId=560BD649487404BBE47EA380105D458B,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_15 35D320A842A8C0036E0F85A62FD97401,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_37"
Begin Object Class=/Script/Engine.MaterialExpressionConstant Name="MaterialExpressionConstant_1"
End Object
Begin Object Name="MaterialExpressionConstant_1"
R=0.500000
MaterialExpressionEditorX=1296
MaterialExpressionEditorY=-16
MaterialExpressionGuid=9FBB459D401381F29BE28593256E898C
Material=Material'"/Engine/Transient.Material_0"'
End Object
MaterialExpression=MaterialExpressionConstant'"MaterialExpressionConstant_1"'
NodePosX=1296
NodePosY=-16
NodeGuid=E22961DB43A95787109E8C99F73679C1
CustomProperties Pin (PinId=E0A3A85C48F52FAD488F19B5079C72BF,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,LinkedTo=(MaterialGraphNode_1 F941E7AB47571B3D936009A1AD5832BF,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Comment Name="MaterialGraphNode_Comment_0"
Begin Object Class=/Script/Engine.MaterialExpressionComment Name="MaterialExpressionComment_0"
End Object
Begin Object Name="MaterialExpressionComment_0"
SizeX=1472
SizeY=448
Text="Making it view direction dependent and taking Normalmaps into account"
MaterialExpressionEditorX=-2336
MaterialExpressionEditorY=288
MaterialExpressionGuid=7549C03A46B55CF20F26DB9B0B8EEF48
Function=MaterialFunction'"/Engine/Transient.Fresnel-IOR-Function"'
End Object
MaterialExpressionComment=MaterialExpressionComment'"MaterialExpressionComment_0"'
NodePosX=-2336
NodePosY=288
NodeWidth=1472
NodeHeight=448
NodeComment="Making it view direction dependent and taking Normalmaps into account"
NodeGuid=96394A27462F581AF5B969B4836388B4
End Object



And a testrender with it. Frontrow is the normal behaviour with both n and k values from refractiveindex, back row is all k values set to 1. Testmats were copper, brass, gold, iron and titanium for the floor. And i miss the ability to create a big list for all those values, from which i then could choose from a dropdown menu in the material instances. Material Parameter Collections didn´t allow that.

Hi! I am not sure, but I think this tutorial could give you an answer on how to make your own fresnel function and integrate the normal map.

Probably in the past 4 years you already found a solution. :)))

Hey there :slight_smile: yeah, it seems, i had figured it out shortly after posting the second answer here, just didn´t had time to post the newest version, that seems to solve the brightness problem. Also, after trying it out on transparent materials, i got weird results, and wanted test first, if it was the materials fault, of if it just made another bug in UE transparency clearly visible. But as far as i can tell, it´s more likely raytraced transparency, that is buggy as hell. The frontsides of any transparent mesh work as expected, but you get really strange results for their backside, leading to unuseable materials/renders.
The different behaviour for specuar gives me also slight headache, as in, it ranges from 0-1 for non-transparent materials, and seem to range from 0 to 0.1 for raytraced transparent materials, giving otherwise way to strong refraction results for raytraced refractions. That is why i had to integrate two different specular outputs too, one for each case.

The thing about the brightness was, i just had to include an sRGB2Linear conversion node at the end, taking into account, that this formula basically creates a black and white mask, and not a normal texture. Whenever you have to put in a mask in UE, you have to uncheck, that sRGB checkmark, or your mask is to bright, making the renders to bright too. That behaviour got me thinking, that this formula might need this conversion too, and after integrating it, the results looked way closer, to what i have expected :slight_smile:
Not sure, if it´s true, but it looks really promising.
Also, if you use the refractiveindex site, use the values from the “MAIN - simple inorganic materials” Library, the “3D - selected datafor artists” seems to be not really correct for copper (seems more like brass), not sure, how true the rest is.

Here is the newest noodle salad, if you want give it a try for yourself. Just put 3 of them into a material, one for each color, then append the color outputs with an appendmany node and feed that into your materials base color input. The newest version, so far:


Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_0"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionOutput Name="MaterialExpressionFunctionOutput_1"
End Object
Begin Object Name="MaterialExpressionFunctionOutput_1"
OutputName="Color"
SortPriority=1
A=(Expression=MaterialExpressionStaticSwitchParameter'"MaterialGraphNode_48.MaterialExpressionStaticSwitchParameter_2"')
bLastPreviewed=True
Id=116D8E9A4F56C13E19EA72A3293D329D
MaterialExpressionEditorX=3328
MaterialExpressionEditorY=-128
MaterialExpressionGuid=ED678E6449AD0415661D7FAE2F64EC09
Material=Material'"/Engine/Transient.Material_2"'
Desc="Combine 3 of these with different n and k values to get the color for metals. One function gives you a greyscale curve."
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionFunctionOutput'"MaterialExpressionFunctionOutput_1"'
NodePosX=3328
NodePosY=-128
bCommentBubbleVisible=True
NodeComment="Combine 3 of these with different n and k values to get the color for metals. One function gives you a greyscale curve."
NodeGuid=ECE840CB49A637E885B856A3D8F3E75B
CustomProperties Pin (PinId=A6635F5742EA8AD3451F5DBF23EB5172,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_48 66479923457F4CD42F447E94EF241092,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=18E5C0BB43C8944E8297728F4EB1E902,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_1"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_0"
End Object
Begin Object Name="MaterialExpressionMultiply_0"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_2.MaterialExpressionAdd_0"')
B=(Expression=MaterialExpressionConstant'"MaterialGraphNode_35.MaterialExpressionConstant_1"')
MaterialExpressionEditorX=1456
MaterialExpressionEditorY=-112
MaterialExpressionGuid=9F37654542FCE0A657B47A859DF80EE9
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_0"'
NodePosX=1456
NodePosY=-112
NodeGuid=C3DFF58141DFB7B61D83D89935787BA7
CustomProperties Pin (PinId=05EAE70C4CDA56D76BEC43BA5C52B147,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_2 4AC410CB4AC0F216D4DFCEA9C6BDA077,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=779F1CA84FED198D5E31BB89A07A824D,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_35 165ADDFF4C3F41DC62EB579DCF4C89AD,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=928D018249B0A94397AC9DBF712BB9F4,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_54 024399074DB887CD9C5B8C8EE15587A1,MaterialGraphNode_59 81E5B1F24191160F92B97D8064081494,MaterialGraphNode_61 46D738404F1B7EC8724F79B1362AE8BB,MaterialGraphNode_Knot_7 B13F39AA4F2644D66463E784675D2A25,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_2"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_0"
End Object
Begin Object Name="MaterialExpressionAdd_0"
A=(Expression=MaterialExpressionDivide'"MaterialGraphNode_3.MaterialExpressionDivide_0"')
B=(Expression=MaterialExpressionDivide'"MaterialGraphNode_4.MaterialExpressionDivide_1"')
MaterialExpressionEditorX=1296
MaterialExpressionEditorY=-160
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_0"'
NodePosX=1296
NodePosY=-160
NodeGuid=8F4C46594DF2D0793BC7BC884692AD11
CustomProperties Pin (PinId=250C6D4B45996D66CABFE2BBF700C006,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_3 4E1CF4594F7F65835694968700CFC6E3,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=1C1C283D4548314C8F489FAF8BF0F86B,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_4 81523645444D5E41F00BC0B4E82BAF94,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=4AC410CB4AC0F216D4DFCEA9C6BDA077,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_1 05EAE70C4CDA56D76BEC43BA5C52B147,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_3"
Begin Object Class=/Script/Engine.MaterialExpressionDivide Name="MaterialExpressionDivide_0"
End Object
Begin Object Name="MaterialExpressionDivide_0"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_5.MaterialExpressionAdd_1"')
B=(Expression=MaterialExpressionAdd'"MaterialGraphNode_6.MaterialExpressionAdd_2"')
MaterialExpressionEditorX=1072
MaterialExpressionEditorY=-176
MaterialExpressionGuid=2A5A1EBA4985B4757FAB78A2144C3E95
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionDivide'"MaterialExpressionDivide_0"'
NodePosX=1072
NodePosY=-176
NodeGuid=5E3F00D6428BCA0AE9D0C58D475F2917
CustomProperties Pin (PinId=0CF138F54166C3FFC67B3AA518500513,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_5 ED5727DC468435D9529A168AB4D1A97E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=48820609456AFEFD3F0244BF46F01458,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_6 1A01009B4A85AF24426DF89556C0400A,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=4E1CF4594F7F65835694968700CFC6E3,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_2 250C6D4B45996D66CABFE2BBF700C006,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_4"
Begin Object Class=/Script/Engine.MaterialExpressionDivide Name="MaterialExpressionDivide_1"
End Object
Begin Object Name="MaterialExpressionDivide_1"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_17.MaterialExpressionAdd_5"')
B=(Expression=MaterialExpressionAdd'"MaterialGraphNode_18.MaterialExpressionAdd_6"')
MaterialExpressionEditorX=1024
MaterialExpressionEditorY=272
MaterialExpressionGuid=2A5A1EBA4985B4757FAB78A2144C3E95
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionDivide'"MaterialExpressionDivide_1"'
NodePosX=1024
NodePosY=272
NodeGuid=D39F19A14EE4532471998F8F96BDC488
CustomProperties Pin (PinId=F36DAEF34DF88F62FA9E848F916B6044,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_17 F7E2FC364C659E0F74131784FB81DB91,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=05824F6348EAD8EB8BB479BBE13D9E2B,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_18 968E28D44E2C3ACC4E6EDF86C447C3C9,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=81523645444D5E41F00BC0B4E82BAF94,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_2 1C1C283D4548314C8F489FAF8BF0F86B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_5"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_1"
End Object
Begin Object Name="MaterialExpressionAdd_1"
A=(Expression=MaterialExpressionSubtract'"MaterialGraphNode_8.MaterialExpressionSubtract_0"')
MaterialExpressionEditorX=832
MaterialExpressionEditorY=-192
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_1"'
NodePosX=832
NodePosY=-192
NodeGuid=CA765282478F958E311BFA913121435A
CustomProperties Pin (PinId=845C6CEC47DAE5AA987FD4BF18FF7DA1,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_8 640B38DE4AE87E32089D2DB53827F744,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=B19B0262484350C27B20029C4AF42F61,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=ED5727DC468435D9529A168AB4D1A97E,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_3 0CF138F54166C3FFC67B3AA518500513,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_6"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_2"
End Object
Begin Object Name="MaterialExpressionAdd_2"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_7.MaterialExpressionAdd_3"')
MaterialExpressionEditorX=832
MaterialExpressionEditorY=-32
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_2"'
NodePosX=832
NodePosY=-32
NodeGuid=91D1F72C44630E590269F6A9345F0A73
CustomProperties Pin (PinId=51C0540B4078B4460689969734979161,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_7 DE966FE8477DB668A72277AEA149CB44,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=04BA53BF4E14D21B820660BAAACC93B7,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=1A01009B4A85AF24426DF89556C0400A,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_3 48820609456AFEFD3F0244BF46F01458,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_7"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_3"
End Object
Begin Object Name="MaterialExpressionAdd_3"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_9.MaterialExpressionMultiply_1"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_15.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=656
MaterialExpressionEditorY=-32
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_3"'
NodePosX=656
NodePosY=-32
NodeGuid=A534F8784C312E4265EE4BA9E727345B
CustomProperties Pin (PinId=60A5F23E450AFFE7677DB6AEBE13FC40,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_9 D41807704D5FF8204235DF862E459A49,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=59AD66884653D9FE24B987B25A24A55C,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_15 92A2CBFA4BBBD3A0C2C2029AC979756F,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=DE966FE8477DB668A72277AEA149CB44,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_6 51C0540B4078B4460689969734979161,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_8"
Begin Object Class=/Script/Engine.MaterialExpressionSubtract Name="MaterialExpressionSubtract_0"
End Object
Begin Object Name="MaterialExpressionSubtract_0"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_9.MaterialExpressionMultiply_1"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_15.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=640
MaterialExpressionEditorY=-192
MaterialExpressionGuid=FC679C3C491FD61100DEC8804A3761F6
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionSubtract'"MaterialExpressionSubtract_0"'
NodePosX=640
NodePosY=-192
NodeGuid=C65B291649CB1F3568FF9BAD697B0E31
CustomProperties Pin (PinId=7A5805D740CD60ABE154A2A0428D4F4B,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_9 D41807704D5FF8204235DF862E459A49,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=B69B322543EFA5F25C4D44BD28D21FD1,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_15 92A2CBFA4BBBD3A0C2C2029AC979756F,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=640B38DE4AE87E32089D2DB53827F744,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_5 845C6CEC47DAE5AA987FD4BF18FF7DA1,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_9"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_1"
End Object
Begin Object Name="MaterialExpressionMultiply_1"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_10.MaterialExpressionAdd_4"')
B=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_2.MaterialExpressionReroute_2"')
MaterialExpressionEditorX=256
MaterialExpressionEditorY=-144
MaterialExpressionGuid=7921AB3F44592F581671588399FDDCBB
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_1"'
NodePosX=256
NodePosY=-144
NodeGuid=1FEEB1E2432EF624E70896B5AA5CD1F6
CustomProperties Pin (PinId=3FE9F82C4BBD70D28452E384A53F5411,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_10 5A4A9B0F448411765A279595C15B1CB9,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=BD1EFEF84ACDAE3456106AADE802D509,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_2 8A449EB845EF557D4777E5B76B139BAE,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D41807704D5FF8204235DF862E459A49,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_7 60A5F23E450AFFE7677DB6AEBE13FC40,MaterialGraphNode_8 7A5805D740CD60ABE154A2A0428D4F4B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_10"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_4"
End Object
Begin Object Name="MaterialExpressionAdd_4"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_11.MaterialExpressionMultiply_2"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_12.MaterialExpressionMultiply_3"')
MaterialExpressionEditorX=-48
MaterialExpressionEditorY=-144
MaterialExpressionGuid=D006C7FC47F95E79660F3D9C912BC30E
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_4"'
NodePosX=-48
NodePosY=-144
NodeGuid=63E1476A46676BAFB9D898BB70AA676B
CustomProperties Pin (PinId=5518D7BD4213592C65198DBBAC0F665E,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_11 83552ED74905D39CC548BE8EBB33D3AE,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=690094B74FF11F7BCE1F6AB18A50B733,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_12 DACB001C46071A6E22693B87CB945305,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=5A4A9B0F448411765A279595C15B1CB9,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_9 3FE9F82C4BBD70D28452E384A53F5411,MaterialGraphNode_Knot_3 D131D05F4E6CE441D138FF898205C9B3,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_11"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_2"
End Object
Begin Object Name="MaterialExpressionMultiply_2"
A=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_20.MaterialExpressionFunctionInput_0"')
B=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_20.MaterialExpressionFunctionInput_0"')
MaterialExpressionEditorX=-256
MaterialExpressionEditorY=-224
MaterialExpressionGuid=773B72D54C62E91084BABFACAD29236A
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_2"'
NodePosX=-256
NodePosY=-224
NodeGuid=C8A434BF473963DFC96C449400488E7A
CustomProperties Pin (PinId=0DDF2D7A4967580C1786BAADA924A9B5,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_20 C72E103B4ACB2871688715B1CEE62611,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=42168D5244489B6213E8CFA8704C7337,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_20 C72E103B4ACB2871688715B1CEE62611,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=83552ED74905D39CC548BE8EBB33D3AE,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_10 5518D7BD4213592C65198DBBAC0F665E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_12"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_3"
End Object
Begin Object Name="MaterialExpressionMultiply_3"
A=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_21.MaterialExpressionFunctionInput_1"')
B=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_21.MaterialExpressionFunctionInput_1"')
MaterialExpressionEditorX=-240
MaterialExpressionEditorY=-16
MaterialExpressionGuid=42EDF1C245288A92062B96BD03D31948
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_3"'
NodePosX=-240
NodePosY=-16
NodeGuid=A222985D4453A632A7049AA3BFB9942E
CustomProperties Pin (PinId=BAEEF0AE4DD72BAF1E023CB9CB119DE2,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_21 D3CF6801433757A6F09A9EBA8EF27247,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=276EE0D342BD6A44550508879F5B08FB,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_21 D3CF6801433757A6F09A9EBA8EF27247,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=DACB001C46071A6E22693B87CB945305,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_10 690094B74FF11F7BCE1F6AB18A50B733,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_13"
Begin Object Class=/Script/Engine.MaterialExpressionPower Name="MaterialExpressionPower_0"
End Object
Begin Object Name="MaterialExpressionPower_0"
Base=(Expression=MaterialExpressionStaticSwitchParameter'"MaterialGraphNode_40.MaterialExpressionStaticSwitchParameter_1"')
MaterialExpressionEditorX=-176
MaterialExpressionEditorY=304
MaterialExpressionGuid=ACA1100346DA6F8115F755B8EF69ABB6
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionPower'"MaterialExpressionPower_0"'
NodePosX=-176
NodePosY=304
NodeGuid=32B6161440AB4DFA781146B352EA9DC4
CustomProperties Pin (PinId=FEC90E204B7250AEEFB07C83F8D0C5BC,PinName="Base",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_40 2029147D4D5A95FCE4A48A9ADFB5C28C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=AA8C3DC44F32E633208E52BAE00E883F,PinName="Exp",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=5A11BDBD484E6017F2BEF58925130A93,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_Knot_2 9691991F44D3CBE109ABC08504FB718D,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_14"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_4"
End Object
Begin Object Name="MaterialExpressionMultiply_4"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_0.MaterialExpressionReroute_0"')
B=(Expression=MaterialExpressionStaticSwitchParameter'"MaterialGraphNode_40.MaterialExpressionStaticSwitchParameter_1"')
MaterialExpressionEditorX=48
MaterialExpressionEditorY=400
MaterialExpressionGuid=1D179C3F4062B610BFD04C994CE4F9F1
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_4"'
NodePosX=48
NodePosY=400
NodeGuid=CA8008AF4F36374313C9859E16D6EA83
CustomProperties Pin (PinId=7C784EE945E36DCC3F141C856BE13294,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_0 28900FB244655992EB1ED8A1743185CA,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=64BFC82F46D4F92A21D9829AC8556407,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_40 2029147D4D5A95FCE4A48A9ADFB5C28C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=F7B1193B4357600C35EE9092CA048CDC,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_15 DCCFCC7B4F8B688E830D5CA611C1D6DA,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_0"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_0"
End Object
Begin Object Name="MaterialExpressionReroute_0"
Input=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_20.MaterialExpressionFunctionInput_0"')
MaterialExpressionEditorX=-160
MaterialExpressionEditorY=432
MaterialExpressionGuid=7A46B851403E9522CC1073AD988E35B3
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_0"'
NodePosX=-160
NodePosY=432
bCanRenameNode=False
NodeGuid=263E63C74D922258FA2183BA611911A0
CustomProperties Pin (PinId=717DA27842E6D4A31E5E879913A54ED8,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_20 C72E103B4ACB2871688715B1CEE62611,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=28900FB244655992EB1ED8A1743185CA,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_14 7C784EE945E36DCC3F141C856BE13294,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_15"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_5"
End Object
Begin Object Name="MaterialExpressionMultiply_5"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_14.MaterialExpressionMultiply_4"')
B=(Expression=MaterialExpressionConstant'"MaterialGraphNode_34.MaterialExpressionConstant_0"')
MaterialExpressionEditorX=240
MaterialExpressionEditorY=464
MaterialExpressionGuid=A3144BC74EDE08E0DF9344B98318E762
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_5"'
NodePosX=240
NodePosY=464
NodeGuid=6C7F6D46493C91B7195628B07113B387
CustomProperties Pin (PinId=DCCFCC7B4F8B688E830D5CA611C1D6DA,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_14 F7B1193B4357600C35EE9092CA048CDC,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=1717862A4F373308384E27BD74039BE1,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_34 11CF802343A09FB30FAD4A805E14E072,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=92A2CBFA4BBBD3A0C2C2029AC979756F,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_7 59AD66884653D9FE24B987B25A24A55C,MaterialGraphNode_8 B69B322543EFA5F25C4D44BD28D21FD1,MaterialGraphNode_16 D712CB1C4617B9E4A33F9FBC18779383,MaterialGraphNode_19 39FE2BEE4B3EC1FE1CFD5E9C0D72D1C1,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_16"
Begin Object Class=/Script/Engine.MaterialExpressionSubtract Name="MaterialExpressionSubtract_1"
End Object
Begin Object Name="MaterialExpressionSubtract_1"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_3.MaterialExpressionReroute_3"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_15.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=656
MaterialExpressionEditorY=128
MaterialExpressionGuid=FC679C3C491FD61100DEC8804A3761F6
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionSubtract'"MaterialExpressionSubtract_1"'
NodePosX=656
NodePosY=128
NodeGuid=A3F8E0BB4A66CCF2F290DB873B7FC40A
CustomProperties Pin (PinId=199251BD467B008723FA3EA9A44F4667,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_3 197E0A97487C5EFA42F98AA84F385939,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D712CB1C4617B9E4A33F9FBC18779383,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_15 92A2CBFA4BBBD3A0C2C2029AC979756F,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=E2482ACB4D28850AA16791BAEFEA3FFC,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_17 877FFC054ACE9B1C489CBB973930DC8A,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_17"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_5"
End Object
Begin Object Name="MaterialExpressionAdd_5"
A=(Expression=MaterialExpressionSubtract'"MaterialGraphNode_16.MaterialExpressionSubtract_1"')
B=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_1.MaterialExpressionReroute_1"')
MaterialExpressionEditorX=864
MaterialExpressionEditorY=192
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_5"'
NodePosX=864
NodePosY=192
NodeGuid=1EE1F1D44ACB791EAAA405B466E84D8D
CustomProperties Pin (PinId=877FFC054ACE9B1C489CBB973930DC8A,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_16 E2482ACB4D28850AA16791BAEFEA3FFC,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=E80561D04EE2B3AB8FE51BA5EFDC6F03,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_1 80650A9C420BA091D2BD7B848334327B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=F7E2FC364C659E0F74131784FB81DB91,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_4 F36DAEF34DF88F62FA9E848F916B6044,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_18"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_6"
End Object
Begin Object Name="MaterialExpressionAdd_6"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_1.MaterialExpressionReroute_1"')
B=(Expression=MaterialExpressionAdd'"MaterialGraphNode_19.MaterialExpressionAdd_7"')
MaterialExpressionEditorX=864
MaterialExpressionEditorY=352
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_6"'
NodePosX=864
NodePosY=352
NodeGuid=37D17C5646DB16ADC0F62B95429AD710
CustomProperties Pin (PinId=3A0221A04F7A36CFAD82BFAAFA7B58BD,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_1 80650A9C420BA091D2BD7B848334327B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=E0BC0F384AFA2C361D47F8A23C08AC72,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_19 81674104479E45937DB65DB7B761A65B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=968E28D44E2C3ACC4E6EDF86C447C3C9,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_4 05824F6348EAD8EB8BB479BBE13D9E2B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_19"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_7"
End Object
Begin Object Name="MaterialExpressionAdd_7"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_3.MaterialExpressionReroute_3"')
B=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_15.MaterialExpressionMultiply_5"')
MaterialExpressionEditorX=672
MaterialExpressionEditorY=432
MaterialExpressionGuid=609D70AD488EBCCE4449F6BCDB055693
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_7"'
NodePosX=672
NodePosY=432
NodeGuid=1120E81E4C516CEE5829A5900376DF99
CustomProperties Pin (PinId=14A99837426E32D8670C23BAE12A6DC2,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_3 197E0A97487C5EFA42F98AA84F385939,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=39FE2BEE4B3EC1FE1CFD5E9C0D72D1C1,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_15 92A2CBFA4BBBD3A0C2C2029AC979756F,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=81674104479E45937DB65DB7B761A65B,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_18 E0BC0F384AFA2C361D47F8A23C08AC72,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_1"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_1"
End Object
Begin Object Name="MaterialExpressionReroute_1"
Input=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_2.MaterialExpressionReroute_2"')
MaterialExpressionEditorX=400
MaterialExpressionEditorY=336
MaterialExpressionGuid=CE6A441D4FA676912DBC519D722E083C
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_1"'
NodePosX=400
NodePosY=336
bCanRenameNode=False
NodeGuid=0F609DA14071F5D70AE77A9195C1468C
CustomProperties Pin (PinId=085042F04AFD086544AE3E9D0E1D7EBA,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_2 8A449EB845EF557D4777E5B76B139BAE,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=80650A9C420BA091D2BD7B848334327B,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_17 E80561D04EE2B3AB8FE51BA5EFDC6F03,MaterialGraphNode_18 3A0221A04F7A36CFAD82BFAAFA7B58BD,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_2"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_2"
End Object
Begin Object Name="MaterialExpressionReroute_2"
Input=(Expression=MaterialExpressionPower'"MaterialGraphNode_13.MaterialExpressionPower_0"')
MaterialExpressionEditorX=80
MaterialExpressionEditorY=336
MaterialExpressionGuid=9A6799B0438B8399C9A3C0866DA17A16
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_2"'
NodePosX=80
NodePosY=336
bCanRenameNode=False
NodeGuid=327F7EC2421DDB78977453A3C0380426
CustomProperties Pin (PinId=9691991F44D3CBE109ABC08504FB718D,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_13 5A11BDBD484E6017F2BEF58925130A93,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=8A449EB845EF557D4777E5B76B139BAE,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_9 BD1EFEF84ACDAE3456106AADE802D509,MaterialGraphNode_Knot_1 085042F04AFD086544AE3E9D0E1D7EBA,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_3"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_3"
End Object
Begin Object Name="MaterialExpressionReroute_3"
Input=(Expression=MaterialExpressionAdd'"MaterialGraphNode_10.MaterialExpressionAdd_4"')
MaterialExpressionEditorX=256
MaterialExpressionEditorY=160
MaterialExpressionGuid=6FA41F344ECCAA03870944B4C30B2104
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_3"'
NodePosX=256
NodePosY=160
bCanRenameNode=False
NodeGuid=85E8CFD54547EFAE982922BAD56B5074
CustomProperties Pin (PinId=D131D05F4E6CE441D138FF898205C9B3,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_10 5A4A9B0F448411765A279595C15B1CB9,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=197E0A97487C5EFA42F98AA84F385939,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_16 199251BD467B008723FA3EA9A44F4667,MaterialGraphNode_19 14A99837426E32D8670C23BAE12A6DC2,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_20"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionInput Name="MaterialExpressionFunctionInput_0"
End Object
Begin Object Name="MaterialExpressionFunctionInput_0"
InputName="Input n (IOR)"
Id=7D951E7540F53D68AD4A099DE54DCEDE
InputType=FunctionInput_Scalar
PreviewValue=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000)
bUsePreviewValueAsDefault=True
SortPriority=1
MaterialExpressionEditorX=-704
MaterialExpressionEditorY=-224
MaterialExpressionGuid=B91CD7434E71CB493ED30F8CFBA5F1FB
Material=Material'"/Engine/Transient.Material_2"'
Desc="Your typical IOR number goes in here. Only metals require a k input too, and 3 functions with 3 different inputs, one for each color (f.e. red = 0.65nm, green = 0.55 nm, blue = 0.45 nm)."
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionFunctionInput'"MaterialExpressionFunctionInput_0"'
NodePosX=-704
NodePosY=-224
bCommentBubbleVisible=True
NodeComment="Your typical IOR number goes in here. Only metals require a k input too, and 3 functions with 3 different inputs, one for each color (f.e. red = 0.65nm, green = 0.55 nm, blue = 0.45 nm)."
NodeGuid=190B2A37436C16F77E6B62A153622B01
CustomProperties Pin (PinId=FF2B3F104EF7E6446BEA04BDDF2E0055,PinName="Preview",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C72E103B4ACB2871688715B1CEE62611,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_11 0DDF2D7A4967580C1786BAADA924A9B5,MaterialGraphNode_11 42168D5244489B6213E8CFA8704C7337,MaterialGraphNode_Knot_0 717DA27842E6D4A31E5E879913A54ED8,MaterialGraphNode_Knot_4 70CC6ACB4B4E46D8127A7A8B49FB860C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_21"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionInput Name="MaterialExpressionFunctionInput_1"
End Object
Begin Object Name="MaterialExpressionFunctionInput_1"
InputName="Input k"
Id=B8A0188D448EB08D226D8C9F4157599F
InputType=FunctionInput_Scalar
bUsePreviewValueAsDefault=True
SortPriority=10
MaterialExpressionEditorX=-704
MaterialExpressionEditorY=-16
MaterialExpressionGuid=B91CD7434E71CB493ED30F8CFBA5F1FB
Material=Material'"/Engine/Transient.Material_2"'
Desc="Only metals require an additional k input too, and 3 actual functions with 3 different inputs, one for each color (f.e. red = 0.65nm, green = 0.55 nm, blue = 0.45 nm)."
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionFunctionInput'"MaterialExpressionFunctionInput_1"'
NodePosX=-704
NodePosY=-16
bCommentBubbleVisible=True
NodeComment="Only metals require an additional k input too, and 3 actual functions with 3 different inputs, one for each color (f.e. red = 0.65nm, green = 0.55 nm, blue = 0.45 nm)."
NodeGuid=6C6E1AF14951E7D6A6303BBD03409E09
CustomProperties Pin (PinId=D9F0D0934AAE8AEE7A56628F2F23425C,PinName="Preview",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D3CF6801433757A6F09A9EBA8EF27247,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_12 BAEEF0AE4DD72BAF1E023CB9CB119DE2,MaterialGraphNode_12 276EE0D342BD6A44550508879F5B08FB,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_22"
Begin Object Class=/Script/Engine.MaterialExpressionDotProduct Name="MaterialExpressionDotProduct_0"
End Object
Begin Object Name="MaterialExpressionDotProduct_0"
A=(Expression=MaterialExpressionTransform'"MaterialGraphNode_30.MaterialExpressionTransform_1"')
B=(Expression=MaterialExpressionCameraVectorWS'"MaterialGraphNode_25.MaterialExpressionCameraVectorWS_2"')
MaterialExpressionEditorX=-1728
MaterialExpressionEditorY=432
MaterialExpressionGuid=EC1FABA443A09911F8F24BA75D67C847
Material=Material'"/Engine/Transient.Material_2"'
bRealtimePreview=True
End Object
MaterialExpression=MaterialExpressionDotProduct'"MaterialExpressionDotProduct_0"'
NodePosX=-1728
NodePosY=432
NodeGuid=CC1463BB4797E8B13EACCC98F989D3D1
CustomProperties Pin (PinId=E24E2F1543AE915FCFC29D8A02CEE480,PinName="A",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_30 94EC98D94EF00BEC80F965872E5B5C2C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=6B4E2F784122A017A519F8AB6D37D7EF,PinName="B",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_25 41F0E50A434BC9236EFCA48E591A7603,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=194AD5794E4DB7F0F2EB73B00AF3091C,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_26 67E8BD974861A648A393D188521E46B5,MaterialGraphNode_27 625315DD49F915571153DBBB5B458556,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_23"
Begin Object Class=/Script/Engine.MaterialExpressionStaticSwitch Name="MaterialExpressionStaticSwitch_1"
End Object
Begin Object Name="MaterialExpressionStaticSwitch_1"
A=(Expression=MaterialExpressionStaticSwitch'"MaterialGraphNode_27.MaterialExpressionStaticSwitch_0"')
B=(Expression=MaterialExpressionOneMinus'"MaterialGraphNode_24.MaterialExpressionOneMinus_1"')
Value=(Expression=MaterialExpressionStaticBoolParameter'"MaterialGraphNode_28.MaterialExpressionStaticBoolParameter_0"')
MaterialExpressionEditorX=-993
MaterialExpressionEditorY=428
MaterialExpressionGuid=5532E53E4DD98E2026AB58B7B69757E9
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionStaticSwitch'"MaterialExpressionStaticSwitch_1"'
NodePosX=-993
NodePosY=428
NodeGuid=B6D780444100C02374A01FAE48B42278
CustomProperties Pin (PinId=A1247E694B9EA3B60969CEA51EC35676,PinName="True",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_27 154DA71D4B13B8AC3F7E5CB77F9325D4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=7329AD5F4EC90D490A18F4A4506EBFCB,PinName="False",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_24 C52144B14EEBAEBCE7EAEB9B1C4C681B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=DAD214624077FBFEF7CECEB170BEF3B1,PinName="Value",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_28 4999341F440038F55A05899C3064B5A3,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=20648AD9488259AFE644878A2AC050BC,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_33 880CBE944470C32CF164B4AEB9670B48,MaterialGraphNode_40 FC4C411F40F0DC500DC571868E6A4D77,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_24"
Begin Object Class=/Script/Engine.MaterialExpressionOneMinus Name="MaterialExpressionOneMinus_1"
End Object
Begin Object Name="MaterialExpressionOneMinus_1"
Input=(Expression=MaterialExpressionStaticSwitch'"MaterialGraphNode_27.MaterialExpressionStaticSwitch_0"')
MaterialExpressionEditorX=-1137
MaterialExpressionEditorY=476
MaterialExpressionGuid=3D73CB85494CA015A99F90880CB5316B
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionOneMinus'"MaterialExpressionOneMinus_1"'
NodePosX=-1137
NodePosY=476
NodeGuid=664BC3E24C8D5C82879EDAAB274E52F3
CustomProperties Pin (PinId=75EA64394E156D28F27319A670AD85EC,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_27 154DA71D4B13B8AC3F7E5CB77F9325D4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C52144B14EEBAEBCE7EAEB9B1C4C681B,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_23 7329AD5F4EC90D490A18F4A4506EBFCB,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_25"
Begin Object Class=/Script/Engine.MaterialExpressionCameraVectorWS Name="MaterialExpressionCameraVectorWS_2"
End Object
Begin Object Name="MaterialExpressionCameraVectorWS_2"
MaterialExpressionEditorX=-1984
MaterialExpressionEditorY=496
MaterialExpressionGuid=D95867E94A54D82E3162A8BC8501D0F1
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionCameraVectorWS'"MaterialExpressionCameraVectorWS_2"'
NodePosX=-1984
NodePosY=496
NodeGuid=0FC906E74CC1292A922E0D84A6E3D906
CustomProperties Pin (PinId=41F0E50A434BC9236EFCA48E591A7603,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_22 6B4E2F784122A017A519F8AB6D37D7EF,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_26"
Begin Object Class=/Script/Engine.MaterialExpressionClamp Name="MaterialExpressionClamp_1"
End Object
Begin Object Name="MaterialExpressionClamp_1"
Input=(Expression=MaterialExpressionDotProduct'"MaterialGraphNode_22.MaterialExpressionDotProduct_0"')
MaterialExpressionEditorX=-1585
MaterialExpressionEditorY=412
MaterialExpressionGuid=353922584B837556E7B43689555CC986
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionClamp'"MaterialExpressionClamp_1"'
NodePosX=-1585
NodePosY=412
NodeGuid=378B50E04748EFA4EB55979E2AF70F7F
CustomProperties Pin (PinId=67E8BD974861A648A393D188521E46B5,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_22 194AD5794E4DB7F0F2EB73B00AF3091C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=11E09CF041C6F9F4127CC9A9C675D700,PinName="Min",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D4C3A3014F0F6B9F474582B71E0831A2,PinName="Max",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=ED6A012347950168AE576FA27CA3575B,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_27 4CEC65E54A8E5F20DDB3819150E949B8,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_27"
Begin Object Class=/Script/Engine.MaterialExpressionStaticSwitch Name="MaterialExpressionStaticSwitch_0"
End Object
Begin Object Name="MaterialExpressionStaticSwitch_0"
A=(Expression=MaterialExpressionClamp'"MaterialGraphNode_26.MaterialExpressionClamp_1"')
B=(Expression=MaterialExpressionDotProduct'"MaterialGraphNode_22.MaterialExpressionDotProduct_0"')
Value=(Expression=MaterialExpressionStaticBool'"MaterialGraphNode_29.MaterialExpressionStaticBool_0"')
MaterialExpressionEditorX=-1265
MaterialExpressionEditorY=428
MaterialExpressionGuid=74756B0D4015FF09774E2E863017B4F1
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionStaticSwitch'"MaterialExpressionStaticSwitch_0"'
NodePosX=-1265
NodePosY=428
NodeGuid=79AD39C44B7A96ECBAFD558861D4DBB8
CustomProperties Pin (PinId=4CEC65E54A8E5F20DDB3819150E949B8,PinName="True",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_26 ED6A012347950168AE576FA27CA3575B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=625315DD49F915571153DBBB5B458556,PinName="False",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_22 194AD5794E4DB7F0F2EB73B00AF3091C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=873BB2D44CF3CDD5C5EA16A92A2D0F84,PinName="Value",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_29 B4FD6B6540D5E3806BBAE0A124D33281,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=154DA71D4B13B8AC3F7E5CB77F9325D4,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_23 A1247E694B9EA3B60969CEA51EC35676,MaterialGraphNode_24 75EA64394E156D28F27319A670AD85EC,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_28"
Begin Object Class=/Script/Engine.MaterialExpressionStaticBoolParameter Name="MaterialExpressionStaticBoolParameter_0"
End Object
Begin Object Name="MaterialExpressionStaticBoolParameter_0"
DefaultValue=True
ParameterName="Invert Fresnel"
ExpressionGUID=1D6861754A5B359C94B3528A4401CA5C
SortPriority=50
MaterialExpressionEditorX=-1249
MaterialExpressionEditorY=588
MaterialExpressionGuid=7429B46E458D7CFE245D17B8D8BE7206
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionStaticBoolParameter'"MaterialExpressionStaticBoolParameter_0"'
NodePosX=-1249
NodePosY=588
bCanRenameNode=True
NodeGuid=3FF635EA4F781E39794204A38326FB36
CustomProperties Pin (PinId=4999341F440038F55A05899C3064B5A3,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_23 DAD214624077FBFEF7CECEB170BEF3B1,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_29"
Begin Object Class=/Script/Engine.MaterialExpressionStaticBool Name="MaterialExpressionStaticBool_0"
End Object
Begin Object Name="MaterialExpressionStaticBool_0"
Value=True
MaterialExpressionEditorX=-1568
MaterialExpressionEditorY=560
MaterialExpressionGuid=05DAEC6C4B3C430713652F83D06526A8
Material=Material'"/Engine/Transient.Material_2"'
Desc="Clamp Fresnel Dot Product (why?)"
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionStaticBool'"MaterialExpressionStaticBool_0"'
NodePosX=-1568
NodePosY=560
bCommentBubbleVisible=True
NodeComment="Clamp Fresnel Dot Product (why?)"
NodeGuid=F8EBED184D42CB339E4A9385F96BB61A
CustomProperties Pin (PinId=B4FD6B6540D5E3806BBAE0A124D33281,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_27 873BB2D44CF3CDD5C5EA16A92A2D0F84,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_30"
Begin Object Class=/Script/Engine.MaterialExpressionTransform Name="MaterialExpressionTransform_1"
End Object
Begin Object Name="MaterialExpressionTransform_1"
Input=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_31.MaterialExpressionFunctionInput_7"')
MaterialExpressionEditorX=-2016
MaterialExpressionEditorY=336
MaterialExpressionGuid=C2882F914C983937F77D82A8A3292D26
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionTransform'"MaterialExpressionTransform_1"'
NodePosX=-2016
NodePosY=336
NodeGuid=B410822C43A21505728EA6A2EAE691CB
CustomProperties Pin (PinId=F5A3865D4B0AB27896054F96BFBDAB6C,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_31 C51E572F45527DD4063540A0A0058A5C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=94EC98D94EF00BEC80F965872E5B5C2C,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_22 E24E2F1543AE915FCFC29D8A02CEE480,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_31"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionInput Name="MaterialExpressionFunctionInput_7"
End Object
Begin Object Name="MaterialExpressionFunctionInput_7"
Preview=(Mask=1,MaskR=1,MaskG=1,MaskB=1)
InputName="Normal Map"
Id=3907E19449B502A1C50C8594E2D63797
PreviewValue=(X=0.000000,Y=0.000000,Z=1.000000,W=1.000000)
bUsePreviewValueAsDefault=True
MaterialExpressionEditorX=-2288
MaterialExpressionEditorY=352
MaterialExpressionGuid=4446C9F74D63114CB1656AB7642428CE
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionFunctionInput'"MaterialExpressionFunctionInput_7"'
NodePosX=-2288
NodePosY=352
NodeGuid=CFC44E4D4FAD20A70AA0B48B017657CD
CustomProperties Pin (PinId=2502046B47166A36DFBD8F86A292AA4F,PinName="Preview",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C51E572F45527DD4063540A0A0058A5C,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_30 F5A3865D4B0AB27896054F96BFBDAB6C,MaterialGraphNode_Knot_6 3CF6F0E141E44F68D1D424B69AC3D74E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_32"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionInput Name="MaterialExpressionFunctionInput_2"
End Object
Begin Object Name="MaterialExpressionFunctionInput_2"
InputName="Input Roughness"
Id=FE1832054476B3131E45409E1E999018
InputType=FunctionInput_Scalar
bUsePreviewValueAsDefault=True
SortPriority=20
MaterialExpressionEditorX=-1120
MaterialExpressionEditorY=80
MaterialExpressionGuid=B91CD7434E71CB493ED30F8CFBA5F1FB
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionFunctionInput'"MaterialExpressionFunctionInput_2"'
NodePosX=-1120
NodePosY=80
NodeGuid=7ECFA77D41B6D822263EED85197E1C3B
CustomProperties Pin (PinId=DCB5E54D476073414678D7B071BC5C1C,PinName="Preview",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C3C0DDEE4DB469CEA18721AE36123725,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_33 CCB2FAD64B87C8FCE5209C9B8D9ACC5A,MaterialGraphNode_Knot_5 B67732274F0CA4F9CC467FA92E2E057B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_33"
Begin Object Class=/Script/Engine.MaterialExpressionLinearInterpolate Name="MaterialExpressionLinearInterpolate_0"
End Object
Begin Object Name="MaterialExpressionLinearInterpolate_0"
A=(Expression=MaterialExpressionStaticSwitch'"MaterialGraphNode_23.MaterialExpressionStaticSwitch_1"')
Alpha=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_32.MaterialExpressionFunctionInput_2"')
MaterialExpressionEditorX=-656
MaterialExpressionEditorY=352
MaterialExpressionGuid=C8B5A28149215F2CB3D92E8D3DBCF6DB
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionLinearInterpolate'"MaterialExpressionLinearInterpolate_0"'
NodePosX=-656
NodePosY=352
NodeGuid=1ECE6559462EE4D1E77C8592240CF637
CustomProperties Pin (PinId=880CBE944470C32CF164B4AEB9670B48,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_23 20648AD9488259AFE644878A2AC050BC,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=AC6AB31141420567EDD212955B84B73C,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=CCB2FAD64B87C8FCE5209C9B8D9ACC5A,PinName="Alpha",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_32 C3C0DDEE4DB469CEA18721AE36123725,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=BF24845C427F22FBFF60BB95B6F3583A,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_40 D90B5DD848530D2CB8EA408064275B79,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_34"
Begin Object Class=/Script/Engine.MaterialExpressionConstant Name="MaterialExpressionConstant_0"
End Object
Begin Object Name="MaterialExpressionConstant_0"
R=2.000000
MaterialExpressionEditorX=64
MaterialExpressionEditorY=528
MaterialExpressionGuid=4550648F418630B303EA1894477F9ADE
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionConstant'"MaterialExpressionConstant_0"'
NodePosX=64
NodePosY=528
NodeGuid=D88841434509F48B0C46B3BC3073444E
CustomProperties Pin (PinId=11CF802343A09FB30FAD4A805E14E072,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_15 1717862A4F373308384E27BD74039BE1,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_35"
Begin Object Class=/Script/Engine.MaterialExpressionConstant Name="MaterialExpressionConstant_1"
End Object
Begin Object Name="MaterialExpressionConstant_1"
R=0.500000
MaterialExpressionEditorX=1296
MaterialExpressionEditorY=-16
MaterialExpressionGuid=9FBB459D401381F29BE28593256E898C
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionConstant'"MaterialExpressionConstant_1"'
NodePosX=1296
NodePosY=-16
NodeGuid=8A93B8D7449926BA97D3D3811F075D93
CustomProperties Pin (PinId=165ADDFF4C3F41DC62EB579DCF4C89AD,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_1 779F1CA84FED198D5E31BB89A07A824D,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_36"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionOutput Name="MaterialExpressionFunctionOutput_0"
End Object
Begin Object Name="MaterialExpressionFunctionOutput_0"
OutputName="Normalmap"
SortPriority=6
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_6.MaterialExpressionReroute_9"')
bLastPreviewed=True
Id=A456183B4CBD4A6B249BBD81A23FBFA1
MaterialExpressionEditorX=3344
MaterialExpressionEditorY=1472
MaterialExpressionGuid=ED678E6449AD0415661D7FAE2F64EC09
Material=Material'"/Engine/Transient.Material_2"'
Desc="Just passing through for convinience."
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionFunctionOutput'"MaterialExpressionFunctionOutput_0"'
NodePosX=3344
NodePosY=1472
bCommentBubbleVisible=True
NodeComment="Just passing through for convinience."
NodeGuid=BFD133BF4200AEE50712AABC938B06CC
CustomProperties Pin (PinId=4DD1072941862C6B51602BB9CBE86644,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_6 957C7B4942E2C94EB913619C6F10A74B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D54C15E84A87B493B0BC5790F54EB191,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_37"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionOutput Name="MaterialExpressionFunctionOutput_2"
End Object
Begin Object Name="MaterialExpressionFunctionOutput_2"
OutputName="Roughness"
SortPriority=4
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_5.MaterialExpressionReroute_6"')
bLastPreviewed=True
Id=842EBE5E4DCED908A53046AA64DE93DB
MaterialExpressionEditorX=3328
MaterialExpressionEditorY=576
MaterialExpressionGuid=ED678E6449AD0415661D7FAE2F64EC09
Material=Material'"/Engine/Transient.Material_2"'
Desc="Just passing through for convinience."
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionFunctionOutput'"MaterialExpressionFunctionOutput_2"'
NodePosX=3328
NodePosY=576
bCommentBubbleVisible=True
NodeComment="Just passing through for convinience."
NodeGuid=2D9ECD9040C94F4BACCFC79527E63D8C
CustomProperties Pin (PinId=3D3123CA4C040062295052983E2807A5,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_5 6B61BDA44D0F3170DCA2BDAD63277ABE,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=631D6DBD4077A8085017D0B3B392249B,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_38"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionOutput Name="MaterialExpressionFunctionOutput_3"
End Object
Begin Object Name="MaterialExpressionFunctionOutput_3"
OutputName="Specular for raytraced transparent materials"
SortPriority=3
A=(Expression=MaterialExpressionStaticSwitchParameter'"MaterialGraphNode_50.MaterialExpressionStaticSwitchParameter_3"')
bLastPreviewed=True
Id=2E198E99471F1FFC2C89C0A3C38F6397
MaterialExpressionEditorX=3136
MaterialExpressionEditorY=1184
MaterialExpressionGuid=ED678E6449AD0415661D7FAE2F64EC09
Material=Material'"/Engine/Transient.Material_2"'
Desc="Includes a dampener of factor 10 due to raytraced refraction ranging from 0.01 to 0.1 for sane results, instead from the full range from 0 to 1."
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionFunctionOutput'"MaterialExpressionFunctionOutput_3"'
NodePosX=3136
NodePosY=1184
bCommentBubbleVisible=True
NodeComment="Includes a dampener of factor 10 due to raytraced refraction ranging from 0.01 to 0.1 for sane results, instead from the full range from 0 to 1."
NodeGuid=FB646C7F46C36DE7AD7513A812E46E92
CustomProperties Pin (PinId=808565AF47B14124912A639C28F1088A,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_50 5FF62D8245924EC02EDA2E84BA3B50FB,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=A7382531439B4D16D20039A25809CB5B,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_4"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_4"
End Object
Begin Object Name="MaterialExpressionReroute_4"
Input=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_20.MaterialExpressionFunctionInput_0"')
MaterialExpressionEditorX=-176
MaterialExpressionEditorY=912
MaterialExpressionGuid=1CED56024F6DCD51A8E002927B1D91FF
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_4"'
NodePosX=-176
NodePosY=912
bCanRenameNode=False
NodeGuid=A351E5D149A0BC4222A51F90BD9C2336
CustomProperties Pin (PinId=70CC6ACB4B4E46D8127A7A8B49FB860C,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_20 C72E103B4ACB2871688715B1CEE62611,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=A7F89CC54E6BB1C39346788A345FDF82,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_42 FA0CC7014354E600FE57968CC315D7A9,MaterialGraphNode_43 A2568ACF4D3A3234B7749EBC1185501B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_5"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_6"
End Object
Begin Object Name="MaterialExpressionReroute_6"
Input=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_32.MaterialExpressionFunctionInput_2"')
MaterialExpressionEditorX=-480
MaterialExpressionEditorY=624
MaterialExpressionGuid=918AE59C47E1C8CCDB392F9D6C8F3506
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_6"'
NodePosX=-480
NodePosY=624
bCanRenameNode=False
NodeGuid=5BB8E4874A3DA2F2CB6FDE91199F33E4
CustomProperties Pin (PinId=B67732274F0CA4F9CC467FA92E2E057B,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_32 C3C0DDEE4DB469CEA18721AE36123725,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=6B61BDA44D0F3170DCA2BDAD63277ABE,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_37 3D3123CA4C040062295052983E2807A5,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_6"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_9"
End Object
Begin Object Name="MaterialExpressionReroute_9"
Input=(Expression=MaterialExpressionFunctionInput'"MaterialGraphNode_31.MaterialExpressionFunctionInput_7"')
MaterialExpressionEditorX=-1664
MaterialExpressionEditorY=1536
MaterialExpressionGuid=9155515F4D3B6687CD32F1B01542B63E
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_9"'
NodePosX=-1664
NodePosY=1536
bCanRenameNode=False
NodeGuid=7A797545469EC3DA07E52B9D89D8C9E7
CustomProperties Pin (PinId=3CF6F0E141E44F68D1D424B69AC3D74E,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_31 C51E572F45527DD4063540A0A0058A5C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=957C7B4942E2C94EB913619C6F10A74B,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_36 4DD1072941862C6B51602BB9CBE86644,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_39"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionOutput Name="MaterialExpressionFunctionOutput_5"
End Object
Begin Object Name="MaterialExpressionFunctionOutput_5"
OutputName="Opacity "
SortPriority=5
A=(Expression=MaterialExpressionStaticSwitchParameter'"MaterialGraphNode_52.MaterialExpressionStaticSwitchParameter_0"')
bLastPreviewed=True
Id=66F587254867E3835A0B308F715EB04D
MaterialExpressionEditorX=3328
MaterialExpressionEditorY=-320
MaterialExpressionGuid=ED678E6449AD0415661D7FAE2F64EC09
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionFunctionOutput'"MaterialExpressionFunctionOutput_5"'
NodePosX=3328
NodePosY=-320
NodeGuid=2C881EA9430EFC1A6B33FDA0041793DF
CustomProperties Pin (PinId=272DE361499DCE3455C2D4A3880F38D0,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_52 C2B2D5E2447EDB4094D97688DF6C4901,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=8132A08E4617D9DCA5C44EA393FB1E4C,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_40"
Begin Object Class=/Script/Engine.MaterialExpressionStaticSwitchParameter Name="MaterialExpressionStaticSwitchParameter_1"
End Object
Begin Object Name="MaterialExpressionStaticSwitchParameter_1"
A=(Expression=MaterialExpressionLinearInterpolate'"MaterialGraphNode_33.MaterialExpressionLinearInterpolate_0"')
B=(Expression=MaterialExpressionStaticSwitch'"MaterialGraphNode_23.MaterialExpressionStaticSwitch_1"')
DefaultValue=True
ParameterName="Roughness affects Fresnel"
ExpressionGUID=465E543A44AF2025B7A8DB933C43BDE0
SortPriority=100
MaterialExpressionEditorX=-480
MaterialExpressionEditorY=416
MaterialExpressionGuid=B0A629174BB00C643A5C568C616CB4C2
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionStaticSwitchParameter'"MaterialExpressionStaticSwitchParameter_1"'
NodePosX=-480
NodePosY=416
bCanRenameNode=True
NodeGuid=C8729A3A44E4AB37EDFC3B8A74A3640E
CustomProperties Pin (PinId=D90B5DD848530D2CB8EA408064275B79,PinName="True",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_33 BF24845C427F22FBFF60BB95B6F3583A,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=FC4C411F40F0DC500DC571868E6A4D77,PinName="False",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_23 20648AD9488259AFE644878A2AC050BC,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=2029147D4D5A95FCE4A48A9ADFB5C28C,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_13 FEC90E204B7250AEEFB07C83F8D0C5BC,MaterialGraphNode_14 64BFC82F46D4F92A21D9829AC8556407,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_41"
Begin Object Class=/Script/Engine.MaterialExpressionFunctionOutput Name="MaterialExpressionFunctionOutput_4"
End Object
Begin Object Name="MaterialExpressionFunctionOutput_4"
OutputName="Specular for opaque materials"
SortPriority=2
A=(Expression=MaterialExpressionDivide'"MaterialGraphNode_46.MaterialExpressionDivide_6"')
bLastPreviewed=True
Id=FFA32BE943D1966B743DE1B8676619E9
MaterialExpressionEditorX=3216
MaterialExpressionEditorY=880
MaterialExpressionGuid=ED678E6449AD0415661D7FAE2F64EC09
Material=Material'"/Engine/Transient.Material_2"'
Desc="Use this for opaque non-metallic materials. for transparent materials, use the other specular output."
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionFunctionOutput'"MaterialExpressionFunctionOutput_4"'
NodePosX=3216
NodePosY=880
bCommentBubbleVisible=True
NodeComment="Use this for opaque non-metallic materials. for transparent materials, use the other specular output."
NodeGuid=24FF303A403314146978C788085F950B
CustomProperties Pin (PinId=CB9AE56140CA7381F20C13B9DF8FB1AA,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_46 1E37AAE1427324698521E5B1596EF32C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C9F1A1A140C0D25594F5698521CE8372,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_42"
Begin Object Class=/Script/Engine.MaterialExpressionSubtract Name="MaterialExpressionSubtract_4"
End Object
Begin Object Name="MaterialExpressionSubtract_4"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_4.MaterialExpressionReroute_4"')
MaterialExpressionEditorX=592
MaterialExpressionEditorY=816
MaterialExpressionGuid=4C79179045B547C909DC7F97EB7DEF4C
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionSubtract'"MaterialExpressionSubtract_4"'
NodePosX=592
NodePosY=816
NodeGuid=BC97E11941716CE5F2EB5593A571B0F3
CustomProperties Pin (PinId=FA0CC7014354E600FE57968CC315D7A9,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_4 A7F89CC54E6BB1C39346788A345FDF82,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=F5776AF74762105C7DCB0C98C4CB4C77,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=0C315A4745128AF4DB5165A73620DD65,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_45 05B5B7314D386E58A63045AC8A6EC140,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_43"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_10"
End Object
Begin Object Name="MaterialExpressionAdd_10"
A=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_4.MaterialExpressionReroute_4"')
MaterialExpressionEditorX=608
MaterialExpressionEditorY=912
MaterialExpressionGuid=6857841545CE451AB7CE12A22D9CAAB8
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_10"'
NodePosX=608
NodePosY=912
NodeGuid=940A155049B8FC921A9947A0441263A0
CustomProperties Pin (PinId=A2568ACF4D3A3234B7749EBC1185501B,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_4 A7F89CC54E6BB1C39346788A345FDF82,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=4889160F432F67A3138D4DA94C567BC6,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=13DF482A4BAFCB349101E0B620B25594,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_45 8E6A29A4486591F1F9F9229659060D94,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_44"
Begin Object Class=/Script/Engine.MaterialExpressionPower Name="MaterialExpressionPower_2"
End Object
Begin Object Name="MaterialExpressionPower_2"
Base=(Expression=MaterialExpressionDivide'"MaterialGraphNode_45.MaterialExpressionDivide_5"')
MaterialExpressionEditorX=1008
MaterialExpressionEditorY=864
MaterialExpressionGuid=59661E63401AAE9C1E4984BD08B6944D
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionPower'"MaterialExpressionPower_2"'
NodePosX=1008
NodePosY=864
NodeGuid=20FCC184400673038AB7C38602CF96C2
CustomProperties Pin (PinId=3D75738946E373DF418EA3B681C94CDD,PinName="Base",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_45 BE10998E434B3EDE996776B38387E45D,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=3D4B044B469C3F35B6E21CB6395D3705,PinName="Exp",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=B84B49414000580D9BDA52B3AC911C9C,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_46 1453142B4E350BEF979D488EF766BBB0,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_45"
Begin Object Class=/Script/Engine.MaterialExpressionDivide Name="MaterialExpressionDivide_5"
End Object
Begin Object Name="MaterialExpressionDivide_5"
A=(Expression=MaterialExpressionSubtract'"MaterialGraphNode_42.MaterialExpressionSubtract_4"')
B=(Expression=MaterialExpressionAdd'"MaterialGraphNode_43.MaterialExpressionAdd_10"')
MaterialExpressionEditorX=832
MaterialExpressionEditorY=864
MaterialExpressionGuid=A218A1C543D3EF4EE1559C9D0478B53A
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionDivide'"MaterialExpressionDivide_5"'
NodePosX=832
NodePosY=864
NodeGuid=FA232FFB4316203DD28EE097991B3825
CustomProperties Pin (PinId=05B5B7314D386E58A63045AC8A6EC140,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_42 0C315A4745128AF4DB5165A73620DD65,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=8E6A29A4486591F1F9F9229659060D94,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_43 13DF482A4BAFCB349101E0B620B25594,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=BE10998E434B3EDE996776B38387E45D,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_44 3D75738946E373DF418EA3B681C94CDD,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_46"
Begin Object Class=/Script/Engine.MaterialExpressionDivide Name="MaterialExpressionDivide_6"
End Object
Begin Object Name="MaterialExpressionDivide_6"
A=(Expression=MaterialExpressionPower'"MaterialGraphNode_44.MaterialExpressionPower_2"')
B=(Expression=MaterialExpressionConstant'"MaterialGraphNode_47.MaterialExpressionConstant_4"')
MaterialExpressionEditorX=1200
MaterialExpressionEditorY=896
MaterialExpressionGuid=73BBACDD463CA13AB76CE8B1E9E0F719
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionDivide'"MaterialExpressionDivide_6"'
NodePosX=1200
NodePosY=896
NodeGuid=50B5C59C4E12D2F1F5934BB6BA130E8A
CustomProperties Pin (PinId=1453142B4E350BEF979D488EF766BBB0,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_44 B84B49414000580D9BDA52B3AC911C9C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C814B12C47255EBDC70C169209230C6B,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_47 41ABAD174A9D9833447F8BA71B68D918,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=1E37AAE1427324698521E5B1596EF32C,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_41 CB9AE56140CA7381F20C13B9DF8FB1AA,MaterialGraphNode_50 9726FBDB41FB97D99D6D3D95F9F3FAA2,MaterialGraphNode_51 E5BE75044BF88778F381CC8F8DBF486C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_47"
Begin Object Class=/Script/Engine.MaterialExpressionConstant Name="MaterialExpressionConstant_4"
End Object
Begin Object Name="MaterialExpressionConstant_4"
R=0.080000
MaterialExpressionEditorX=1040
MaterialExpressionEditorY=960
MaterialExpressionGuid=8467B5C640AB9782E2726C9578C232AC
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionConstant'"MaterialExpressionConstant_4"'
NodePosX=1040
NodePosY=960
NodeGuid=A95EB1E540AF1E2A6C8AFFA2434B1C84
CustomProperties Pin (PinId=41ABAD174A9D9833447F8BA71B68D918,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_46 C814B12C47255EBDC70C169209230C6B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_48"
Begin Object Class=/Script/Engine.MaterialExpressionStaticSwitchParameter Name="MaterialExpressionStaticSwitchParameter_2"
End Object
Begin Object Name="MaterialExpressionStaticSwitchParameter_2"
A=(Expression=MaterialExpressionIf'"MaterialGraphNode_54.MaterialExpressionIf_0"')
B=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_8.MaterialExpressionReroute_7"')
DefaultValue=True
ParameterName="sRGB2Linear"
ExpressionGUID=050472664EE63B5FE3C982872469FA1B
SortPriority=90
MaterialExpressionEditorX=2736
MaterialExpressionEditorY=-176
MaterialExpressionGuid=0EC812D941D02878FC039F90D76922DF
Material=Material'"/Engine/Transient.Material_2"'
Desc="Leave this, as it is, to get more realistic results (just there for testing, if this formular requires sRGB or Linear to work as expected)."
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionStaticSwitchParameter'"MaterialExpressionStaticSwitchParameter_2"'
NodePosX=2736
NodePosY=-176
bCommentBubbleVisible=True
bCanRenameNode=True
NodeComment="Leave this, as it is, to get more realistic results (just there for testing, if this formular requires sRGB or Linear to work as expected)."
NodeGuid=213709E941F1502ED7AA649893415B8E
CustomProperties Pin (PinId=C5299A1646BB61260462A4A24A9D46C7,PinName="True",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_54 01518234483D5432B5050E96B74C81C5,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=086D03514981E5B211F119AF45DF16D4,PinName="False",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_8 6042694C4AA61941BBFCE99EB43F0C55,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=66479923457F4CD42F447E94EF241092,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_0 A6635F5742EA8AD3451F5DBF23EB5172,MaterialGraphNode_52 807B853A4EB10C7367B70597F22D35FA,MaterialGraphNode_53 BA0DC5074FC5CFA49729609FEAA30BCB,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_49"
Begin Object Class=/Script/Engine.MaterialExpressionConstant Name="MaterialExpressionConstant_6"
End Object
Begin Object Name="MaterialExpressionConstant_6"
R=10.000000
MaterialExpressionEditorX=1072
MaterialExpressionEditorY=1296
MaterialExpressionGuid=DFCCC62A4DEF6CAB7F79C7B5A473EB81
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionConstant'"MaterialExpressionConstant_6"'
NodePosX=1072
NodePosY=1296
NodeGuid=DB6BCA3A487553E77C101C9A05D55A9C
CustomProperties Pin (PinId=E0060AAD4C77DD7116F5E3A25639D011,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_51 0171B3F74620EA01985F79BFD82DEE9A,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_50"
Begin Object Class=/Script/Engine.MaterialExpressionStaticSwitchParameter Name="MaterialExpressionStaticSwitchParameter_3"
End Object
Begin Object Name="MaterialExpressionStaticSwitchParameter_3"
A=(Expression=MaterialExpressionDivide'"MaterialGraphNode_51.MaterialExpressionDivide_9"')
B=(Expression=MaterialExpressionDivide'"MaterialGraphNode_46.MaterialExpressionDivide_6"')
DefaultValue=True
ParameterName="IOR to strong"
ExpressionGUID=5CF3353F40E387E83EA248ADF0684D56
SortPriority=80
MaterialExpressionEditorX=1312
MaterialExpressionEditorY=1184
MaterialExpressionGuid=7AB4848649E081DD407031A69B74D116
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionStaticSwitchParameter'"MaterialExpressionStaticSwitchParameter_3"'
NodePosX=1312
NodePosY=1184
bCanRenameNode=True
NodeGuid=02CAC767437A3DEFA2981D8C38B177B1
CustomProperties Pin (PinId=CBE18F6E40BA822A72838BB605E5DE87,PinName="True",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_51 37290C9247F7E5BBBFE77EBE7716A427,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=9726FBDB41FB97D99D6D3D95F9F3FAA2,PinName="False",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_46 1E37AAE1427324698521E5B1596EF32C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=5FF62D8245924EC02EDA2E84BA3B50FB,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_38 808565AF47B14124912A639C28F1088A,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_51"
Begin Object Class=/Script/Engine.MaterialExpressionDivide Name="MaterialExpressionDivide_9"
End Object
Begin Object Name="MaterialExpressionDivide_9"
A=(Expression=MaterialExpressionDivide'"MaterialGraphNode_46.MaterialExpressionDivide_6"')
B=(Expression=MaterialExpressionConstant'"MaterialGraphNode_49.MaterialExpressionConstant_6"')
ConstB=10.000000
MaterialExpressionEditorX=1184
MaterialExpressionEditorY=1264
MaterialExpressionGuid=445A592047928EFFFF2A359D8C71AA21
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionDivide'"MaterialExpressionDivide_9"'
NodePosX=1184
NodePosY=1264
NodeGuid=4CBD720A40E4204D2A0452BAC5ECECF1
CustomProperties Pin (PinId=E5BE75044BF88778F381CC8F8DBF486C,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_46 1E37AAE1427324698521E5B1596EF32C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=0171B3F74620EA01985F79BFD82DEE9A,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_49 E0060AAD4C77DD7116F5E3A25639D011,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=37290C9247F7E5BBBFE77EBE7716A427,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_50 CBE18F6E40BA822A72838BB605E5DE87,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_52"
Begin Object Class=/Script/Engine.MaterialExpressionStaticSwitchParameter Name="MaterialExpressionStaticSwitchParameter_0"
End Object
Begin Object Name="MaterialExpressionStaticSwitchParameter_0"
A=(Expression=MaterialExpressionOneMinus'"MaterialGraphNode_53.MaterialExpressionOneMinus_0"')
B=(Expression=MaterialExpressionStaticSwitchParameter'"MaterialGraphNode_48.MaterialExpressionStaticSwitchParameter_2"')
ParameterName="Invert Opacity"
ExpressionGUID=2EA4EAE04E96903F58F7B79B23CAD46E
SortPriority=90
MaterialExpressionEditorX=3088
MaterialExpressionEditorY=-336
MaterialExpressionGuid=0EC812D941D02878FC039F90D76922DF
Material=Material'"/Engine/Transient.Material_2"'
Desc="Leave this, as it is, to get more realistic results (just there for testing, if this formular requires sRGB or Linear to work as expected)."
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionStaticSwitchParameter'"MaterialExpressionStaticSwitchParameter_0"'
NodePosX=3088
NodePosY=-336
bCommentBubbleVisible=True
bCanRenameNode=True
NodeComment="Leave this, as it is, to get more realistic results (just there for testing, if this formular requires sRGB or Linear to work as expected)."
NodeGuid=0469008A422A4AC00DFF9A811F8FBEB4
CustomProperties Pin (PinId=40B3F6B24CD97FFD14FC42A7DC99E04E,PinName="True",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_53 F26A14064632CF095AE3E2AA3E859319,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=807B853A4EB10C7367B70597F22D35FA,PinName="False",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_48 66479923457F4CD42F447E94EF241092,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=C2B2D5E2447EDB4094D97688DF6C4901,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_39 272DE361499DCE3455C2D4A3880F38D0,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_53"
Begin Object Class=/Script/Engine.MaterialExpressionOneMinus Name="MaterialExpressionOneMinus_0"
End Object
Begin Object Name="MaterialExpressionOneMinus_0"
Input=(Expression=MaterialExpressionStaticSwitchParameter'"MaterialGraphNode_48.MaterialExpressionStaticSwitchParameter_2"')
MaterialExpressionEditorX=2960
MaterialExpressionEditorY=-320
MaterialExpressionGuid=EAAE837C4B426174B504A3BF5375F23D
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionOneMinus'"MaterialExpressionOneMinus_0"'
NodePosX=2960
NodePosY=-320
NodeGuid=5513C2114C199AE1187837A1CBD35B5F
CustomProperties Pin (PinId=BA0DC5074FC5CFA49729609FEAA30BCB,PinName="Input",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_48 66479923457F4CD42F447E94EF241092,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=F26A14064632CF095AE3E2AA3E859319,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_52 40B3F6B24CD97FFD14FC42A7DC99E04E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_54"
Begin Object Class=/Script/Engine.MaterialExpressionIf Name="MaterialExpressionIf_0"
End Object
Begin Object Name="MaterialExpressionIf_0"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_1.MaterialExpressionMultiply_0"')
B=(Expression=MaterialExpressionConstant'"MaterialGraphNode_55.MaterialExpressionConstant_2"')
AGreaterThanB=(Expression=MaterialExpressionPower'"MaterialGraphNode_56.MaterialExpressionPower_1"')
AEqualsB=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_59.MaterialExpressionMultiply_6"')
ALessThanB=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_59.MaterialExpressionMultiply_6"')
MaterialExpressionEditorX=2440
MaterialExpressionEditorY=-171
MaterialExpressionGuid=29D0D0994003F1717B1B948DA8F0DAD9
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionIf'"MaterialExpressionIf_0"'
NodePosX=2440
NodePosY=-171
NodeGuid=551D035C47FE3CD2B04DB49C32B055BA
CustomProperties Pin (PinId=024399074DB887CD9C5B8C8EE15587A1,PinName="A",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_1 928D018249B0A94397AC9DBF712BB9F4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=124118464EB5E1E927F8E5880EC2ED83,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_55 C78706944284DCCC24EF8A98ED9CF886,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=A575618B4E5DC2C8C841F38D92797FC7,PinName="A > B",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_56 DF5B64644281270D868C16AE424643AB,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D134E9AE425BAB2F252FB79B0904111A,PinName="A == B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_59 E1CA1F964A9ED7BF56015688B6D61098,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=2F2BAA414D421450488D56A5EB9A58D2,PinName="A < B",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_59 E1CA1F964A9ED7BF56015688B6D61098,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=01518234483D5432B5050E96B74C81C5,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_48 C5299A1646BB61260462A4A24A9D46C7,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_55"
Begin Object Class=/Script/Engine.MaterialExpressionConstant Name="MaterialExpressionConstant_2"
End Object
Begin Object Name="MaterialExpressionConstant_2"
R=0.040450
MaterialExpressionEditorX=2328
MaterialExpressionEditorY=-267
MaterialExpressionGuid=BFF5E76F4E344B33496A57B44B0C5F03
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionConstant'"MaterialExpressionConstant_2"'
NodePosX=2328
NodePosY=-267
NodeGuid=DAABA4B94E11BA4F3AD5B9A115375729
CustomProperties Pin (PinId=C78706944284DCCC24EF8A98ED9CF886,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_54 124118464EB5E1E927F8E5880EC2ED83,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_56"
Begin Object Class=/Script/Engine.MaterialExpressionPower Name="MaterialExpressionPower_1"
End Object
Begin Object Name="MaterialExpressionPower_1"
Base=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_63.MaterialExpressionMultiply_7"')
Exponent=(Expression=MaterialExpressionConstant'"MaterialGraphNode_57.MaterialExpressionConstant_3"')
MaterialExpressionEditorX=2248
MaterialExpressionEditorY=-91
MaterialExpressionGuid=4F7EFA52492F969C444FACAF73F9022F
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionPower'"MaterialExpressionPower_1"'
NodePosX=2248
NodePosY=-91
NodeGuid=3D68AB9D4BFC5309396B3F86B7AE07E0
CustomProperties Pin (PinId=C6164DFE40D8BB708ED5FCBE1BC07ED9,PinName="Base",PinType.PinCategory="required",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_63 CE24D2E94609FB30E85B1DA7BEAC3C02,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=A76497624C475012C93202A220155E1E,PinName="Exp",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_57 D89A90394045DDBB6B6514B4B616DE63,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=DF5B64644281270D868C16AE424643AB,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_54 A575618B4E5DC2C8C841F38D92797FC7,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_57"
Begin Object Class=/Script/Engine.MaterialExpressionConstant Name="MaterialExpressionConstant_3"
End Object
Begin Object Name="MaterialExpressionConstant_3"
R=2.400000
MaterialExpressionEditorX=2168
MaterialExpressionEditorY=-251
MaterialExpressionGuid=F9C7EDA54E48574CBE178D8018C8F552
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionConstant'"MaterialExpressionConstant_3"'
NodePosX=2168
NodePosY=-251
NodeGuid=BCEA9AC34A85A08607949BA34EB54FEC
CustomProperties Pin (PinId=D89A90394045DDBB6B6514B4B616DE63,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_56 A76497624C475012C93202A220155E1E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_58"
Begin Object Class=/Script/Engine.MaterialExpressionConstant Name="MaterialExpressionConstant_5"
End Object
Begin Object Name="MaterialExpressionConstant_5"
R=0.077399
MaterialExpressionEditorX=1848
MaterialExpressionEditorY=117
MaterialExpressionGuid=2DC44E1A48C0305C872CE6BFD5C70708
Material=Material'"/Engine/Transient.Material_2"'
Desc="1/12.92"
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionConstant'"MaterialExpressionConstant_5"'
NodePosX=1848
NodePosY=117
bCommentBubbleVisible=True
NodeComment="1/12.92"
NodeGuid=AEFFB365487573F8B7F484ABA50F7703
CustomProperties Pin (PinId=8FAC21B84F077894322D0BBA1D66BCDA,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_59 88E8DBEE40BFDE04530FE4896A96AA5E,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_59"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_6"
End Object
Begin Object Name="MaterialExpressionMultiply_6"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_1.MaterialExpressionMultiply_0"')
B=(Expression=MaterialExpressionConstant'"MaterialGraphNode_58.MaterialExpressionConstant_5"')
MaterialExpressionEditorX=2104
MaterialExpressionEditorY=85
MaterialExpressionGuid=D4DD21924F08C13D8397ABBA466BE28B
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_6"'
NodePosX=2104
NodePosY=85
NodeGuid=1CCD3D1C45B35F5FAC62F78CC1D135FC
CustomProperties Pin (PinId=81E5B1F24191160F92B97D8064081494,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_1 928D018249B0A94397AC9DBF712BB9F4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=88E8DBEE40BFDE04530FE4896A96AA5E,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_58 8FAC21B84F077894322D0BBA1D66BCDA,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=E1CA1F964A9ED7BF56015688B6D61098,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_54 D134E9AE425BAB2F252FB79B0904111A,MaterialGraphNode_54 2F2BAA414D421450488D56A5EB9A58D2,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_60"
Begin Object Class=/Script/Engine.MaterialExpressionConstant Name="MaterialExpressionConstant_7"
End Object
Begin Object Name="MaterialExpressionConstant_7"
R=0.055000
MaterialExpressionEditorX=1832
MaterialExpressionEditorY=-267
MaterialExpressionGuid=5838D84240E88FD055623989AB89AA2F
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionConstant'"MaterialExpressionConstant_7"'
NodePosX=1832
NodePosY=-267
NodeGuid=935DED3A44F60814434F81A667E84D51
CustomProperties Pin (PinId=45FFD35247D0A8523A569783A628A789,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_61 32BE65B245CEEB6745144DAE263B7F92,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_61"
Begin Object Class=/Script/Engine.MaterialExpressionAdd Name="MaterialExpressionAdd_8"
End Object
Begin Object Name="MaterialExpressionAdd_8"
A=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_1.MaterialExpressionMultiply_0"')
B=(Expression=MaterialExpressionConstant'"MaterialGraphNode_60.MaterialExpressionConstant_7"')
MaterialExpressionEditorX=1960
MaterialExpressionEditorY=-91
MaterialExpressionGuid=0168AFDB4DA2627F115CC59A18F21F9F
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionAdd'"MaterialExpressionAdd_8"'
NodePosX=1960
NodePosY=-91
NodeGuid=7B531B5747E424EA3C97D7A8C4C6F94C
CustomProperties Pin (PinId=46D738404F1B7EC8724F79B1362AE8BB,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_1 928D018249B0A94397AC9DBF712BB9F4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=32BE65B245CEEB6745144DAE263B7F92,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_60 45FFD35247D0A8523A569783A628A789,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=1AC8B7F74636CA8806880BBA51BABFBE,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_63 76A669FC4C7C12F0F831C3A510EDB6D5,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_62"
Begin Object Class=/Script/Engine.MaterialExpressionConstant Name="MaterialExpressionConstant_8"
End Object
Begin Object Name="MaterialExpressionConstant_8"
R=0.947867
MaterialExpressionEditorX=2008
MaterialExpressionEditorY=-235
MaterialExpressionGuid=48B85E9D4D4DC30380F927A38B036967
Material=Material'"/Engine/Transient.Material_2"'
Desc="1/1.055"
bCommentBubbleVisible=True
End Object
MaterialExpression=MaterialExpressionConstant'"MaterialExpressionConstant_8"'
NodePosX=2008
NodePosY=-235
bCommentBubbleVisible=True
NodeComment="1/1.055"
NodeGuid=F07042804BC38EF9AEE94F8296F7EE28
CustomProperties Pin (PinId=03A2147F4D608A755D62618BE80B5D5C,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_63 CA78822541A5038D230500B48ECBFDCD,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode Name="MaterialGraphNode_63"
Begin Object Class=/Script/Engine.MaterialExpressionMultiply Name="MaterialExpressionMultiply_7"
End Object
Begin Object Name="MaterialExpressionMultiply_7"
A=(Expression=MaterialExpressionAdd'"MaterialGraphNode_61.MaterialExpressionAdd_8"')
B=(Expression=MaterialExpressionConstant'"MaterialGraphNode_62.MaterialExpressionConstant_8"')
MaterialExpressionEditorX=2104
MaterialExpressionEditorY=-91
MaterialExpressionGuid=F218C20E4DF9E9E44285C5A123D7DC23
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionMultiply'"MaterialExpressionMultiply_7"'
NodePosX=2104
NodePosY=-91
NodeGuid=58AD0BB444DF9DB831885FAFB03E2A1F
CustomProperties Pin (PinId=76A669FC4C7C12F0F831C3A510EDB6D5,PinName="A",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_61 1AC8B7F74636CA8806880BBA51BABFBE,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=CA78822541A5038D230500B48ECBFDCD,PinName="B",PinType.PinCategory="optional",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_62 03A2147F4D608A755D62618BE80B5D5C,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=CE24D2E94609FB30E85B1DA7BEAC3C02,PinName="Output",PinFriendlyName=NSLOCTEXT("MaterialGraphNode", "Space", " "),Direction="EGPD_Output",PinType.PinCategory="",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=True,LinkedTo=(MaterialGraphNode_56 C6164DFE40D8BB708ED5FCBE1BC07ED9,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_7"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_5"
End Object
Begin Object Name="MaterialExpressionReroute_5"
Input=(Expression=MaterialExpressionMultiply'"MaterialGraphNode_1.MaterialExpressionMultiply_0"')
MaterialExpressionEditorX=1680
MaterialExpressionEditorY=256
MaterialExpressionGuid=590CD61141035280928D9E9ABAADFBA3
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_5"'
NodePosX=1680
NodePosY=256
bCanRenameNode=False
NodeGuid=89545E7C4E33DF0CD2F772ABFA8F59D8
CustomProperties Pin (PinId=B13F39AA4F2644D66463E784675D2A25,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_1 928D018249B0A94397AC9DBF712BB9F4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=D97EF9B64A55139F956FB18D44A8DAB6,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_8 A6916C114D9680DC77D7329DF2C1AE3B,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Knot Name="MaterialGraphNode_Knot_8"
Begin Object Class=/Script/Engine.MaterialExpressionReroute Name="MaterialExpressionReroute_7"
End Object
Begin Object Name="MaterialExpressionReroute_7"
Input=(Expression=MaterialExpressionReroute'"MaterialGraphNode_Knot_7.MaterialExpressionReroute_5"')
MaterialExpressionEditorX=2608
MaterialExpressionEditorY=256
MaterialExpressionGuid=429FE4094C38E08DC8930C914A3276AE
Material=Material'"/Engine/Transient.Material_2"'
End Object
MaterialExpression=MaterialExpressionReroute'"MaterialExpressionReroute_7"'
NodePosX=2608
NodePosY=256
bCanRenameNode=False
NodeGuid=049CC25D49B21D962BCD06AEEAAFB1C4
CustomProperties Pin (PinId=A6916C114D9680DC77D7329DF2C1AE3B,PinName="InputPin",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_Knot_7 D97EF9B64A55139F956FB18D44A8DAB6,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=True,bAdvancedView=False,bOrphanedPin=False,)
CustomProperties Pin (PinId=6042694C4AA61941BBFCE99EB43F0C55,PinName="OutputPin",Direction="EGPD_Output",PinType.PinCategory="wildcard",PinType.PinSubCategory="",PinType.PinSubCategoryObject=None,PinType.PinSubCategoryMemberReference=(),PinType.PinValueType=(),PinType.ContainerType=None,PinType.bIsReference=False,PinType.bIsConst=False,PinType.bIsWeakPointer=False,PinType.bIsUObjectWrapper=False,LinkedTo=(MaterialGraphNode_48 086D03514981E5B211F119AF45DF16D4,),PersistentGuid=00000000000000000000000000000000,bHidden=False,bNotConnectable=False,bDefaultValueIsReadOnly=False,bDefaultValueIsIgnored=False,bAdvancedView=False,bOrphanedPin=False,)
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Comment Name="MaterialGraphNode_Comment_0"
Begin Object Class=/Script/Engine.MaterialExpressionComment Name="MaterialExpressionComment_0"
End Object
Begin Object Name="MaterialExpressionComment_0"
SizeX=1472
SizeY=448
Text="Making it view direction dependent and taking Normalmaps into account"
MaterialExpressionEditorX=-2336
MaterialExpressionEditorY=288
MaterialExpressionGuid=7549C03A46B55CF20F26DB9B0B8EEF48
Function=MaterialFunction'"/Engine/Transient.Fresnel-IOR-Function"'
End Object
MaterialExpressionComment=MaterialExpressionComment'"MaterialExpressionComment_0"'
NodePosX=-2336
NodePosY=288
NodeWidth=1472
NodeHeight=448
NodeComment="Making it view direction dependent and taking Normalmaps into account"
NodeGuid=506DF365431ACC18B2ADD9B4DFFF7305
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Comment Name="MaterialGraphNode_Comment_1"
Begin Object Class=/Script/Engine.MaterialExpressionComment Name="MaterialExpressionComment_1"
End Object
Begin Object Name="MaterialExpressionComment_1"
SizeX=1072
SizeY=688
Text="IOR2Specular conversion"
MaterialExpressionEditorX=469
MaterialExpressionEditorY=764
MaterialExpressionGuid=ED4C0EBA4BADC8DFA8B3D2AFBDC48CC0
Function=MaterialFunction'"/Engine/Transient.Fresnel-IOR-Function"'
End Object
MaterialExpressionComment=MaterialExpressionComment'"MaterialExpressionComment_1"'
CommentDepth=-2
NodePosX=469
NodePosY=764
NodeWidth=1072
NodeHeight=688
NodeComment="IOR2Specular conversion"
NodeGuid=79AA5D9E4DAFC03A888A4EA455641B0A
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Comment Name="MaterialGraphNode_Comment_2"
Begin Object Class=/Script/Engine.MaterialExpressionComment Name="MaterialExpressionComment_2"
End Object
Begin Object Name="MaterialExpressionComment_2"
SizeX=496
SizeY=288
Text="For specularity input in raytraced transparent materials"
MaterialExpressionEditorX=1024
MaterialExpressionEditorY=1104
MaterialExpressionGuid=CE0CCD7748C42426FC0F6D8133D0A025
Function=MaterialFunction'"/Engine/Transient.Fresnel-IOR-Function"'
End Object
MaterialExpressionComment=MaterialExpressionComment'"MaterialExpressionComment_2"'
NodePosX=1024
NodePosY=1104
NodeWidth=496
NodeHeight=288
NodeComment="For specularity input in raytraced transparent materials"
NodeGuid=872564024911B2AA329E8BBFCCAB4D9E
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Comment Name="MaterialGraphNode_Comment_3"
Begin Object Class=/Script/Engine.MaterialExpressionComment Name="MaterialExpressionComment_3"
End Object
Begin Object Name="MaterialExpressionComment_3"
SizeX=6000
SizeY=2112
Text="Thanks to Jaroslav \"Jerryno\" Novotny from the Blender community for creating the original blueprint for Blender."
MaterialExpressionEditorX=-2386
MaterialExpressionEditorY=-402
MaterialExpressionGuid=9A816F6140C2DCA17984C8AA79932D3D
Function=MaterialFunction'"/Engine/Transient.Fresnel-IOR-Function"'
End Object
MaterialExpressionComment=MaterialExpressionComment'"MaterialExpressionComment_3"'
CommentDepth=-2
NodePosX=-2386
NodePosY=-402
NodeWidth=6000
NodeHeight=2112
NodeComment="Thanks to Jaroslav \"Jerryno\" Novotny from the Blender community for creating the original blueprint for Blender."
NodeGuid=1310859B43F44E0934EBD8A119FA5212
End Object
Begin Object Class=/Script/UnrealEd.MaterialGraphNode_Comment Name="MaterialGraphNode_Comment_4"
Begin Object Class=/Script/Engine.MaterialExpressionComment Name="MaterialExpressionComment_4"
End Object
Begin Object Name="MaterialExpressionComment_4"
SizeX=816
SizeY=560
Text="sRGB to Linear conversion"
MaterialExpressionEditorX=1776
MaterialExpressionEditorY=-336
MaterialExpressionGuid=5426116642AAA7BBCFE8F9A48CC9A686
Function=MaterialFunction'"/Engine/Transient.Fresnel-IOR-Function"'
End Object
MaterialExpressionComment=MaterialExpressionComment'"MaterialExpressionComment_4"'
NodePosX=1776
NodePosY=-336
NodeWidth=816
NodeHeight=560
NodeComment="sRGB to Linear conversion"
NodeGuid=DDD5A99149F19B62A3FCEDBA523C78F5
End Object



Enjoy :slight_smile:

PS: that linked Blender thread, that is 4 years old, it wasn´t me ^.^ I just stumbled over it some weeks ago, and wanted give it a try in UE too, since the normal fresnel nodes are… too unprecise with their exponential input. I was never happy with them.