dump: [json] pakchunk0

dump: [json] [pak]  pakchunk0
dump: [json] [utoc] pakchunk0
track large files with lfs
This commit is contained in:
merith-tk 2024-11-29 17:06:31 -08:00
parent a0202f19ac
commit 6c5b2d22ac
5983 changed files with 1839706 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "Blend_Darken",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Returns the darker of the two values for each pixel.",
"bExposeToLibrary": true,
"StateId": "E6BF1B67-44570321-064A4886-074D0785"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "Blend_Lighten",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Returns the lighter of the two values for each pixel.",
"bExposeToLibrary": true,
"StateId": "CE3417FB-4BB8B6EB-D31EB698-1F4925FA"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "Blend_LinearDodge",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Adds the base and blend together.",
"bExposeToLibrary": true,
"StateId": "7FAB4BB5-402958B6-2A446CAA-D4707626"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "Blend_Overlay",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Emulates Photoshop's overlay blend mode. Lighter pixels will become lighter, darker will become darker.",
"bExposeToLibrary": true,
"StateId": "12B6F73F-4D5D4FF9-D2FBF18B-43945D5B"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "Blend_Screen",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Inverts each texture, multiplies them together, then re-inverts the results.",
"bExposeToLibrary": true,
"StateId": "12FFCDB2-438A2E19-C8130A85-41323D8A"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "Blend_SoftLight",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Softer version of Overlay, solid white or black as blend will not result in solid color.",
"bExposeToLibrary": true,
"StateId": "FE260955-4D5B9631-22B54991-44F0693C"
}
}
]