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": "SubUV_Function",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Allows SubUV blending of multiple texture frames in a single texture",
"bExposeToLibrary": true,
"StateId": "0CE18CEC-480C6E79-CA8373B4-F2511C8D"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "TextureVariation",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Gives Texture UV variation that can be used to break up tiling of repetitive textures. It is designed to use displacement maps to create an intersection based on height, and then does a temporal dither. This avoids needing to pass in every texture to be randomized as a texture object and instead the \"Shifted UVs\" output can be used for regular texture samples. Make sure to set texture samples to MipValueMode: Derivative. Additional Parameters such as Dithering and Scale Variance can be adjusted by creating a material instance of this material.",
"bExposeToLibrary": true,
"StateId": "98AFD978-40E8B97B-46FE2780-86A0F2BE"
}
}
]

View file

@ -0,0 +1,11 @@
[
{
"Type": "MaterialFunction",
"Name": "TextureVariation_RotateUV",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"StateId": "9E572803-4C56D854-0B20ED8C-BE3B1F45"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "TwoSidedTexturing",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Gives independent texturing control for both sides of a two-sided material. Will have no effect on non-two sided materials.",
"bExposeToLibrary": true,
"StateId": "16D46096-4CCE2E69-D19112B5-CB1C8ED7"
}
}
]