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": "AddComponents",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Input a float 2, 3 or 4 and retrieve the sum of the component values.",
"bExposeToLibrary": true,
"StateId": "8189A4A8-40E739E1-E4FFE09C-1092124E"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "CreateThirdOrthogonalVector",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Takes two vectors and generates a third orthogonal vector from them. It also ensures that all of the vectors are orthogonal to each other. The first vectors directon is favored over the second.",
"bExposeToLibrary": true,
"StateId": "B404464D-42313D79-E67091AA-AD61BE51"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "InverseTransformMatrix",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Transform a vector into a new basis",
"bExposeToLibrary": true,
"StateId": "057104BE-419EB8A2-40A62A8C-3874BCD2"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "MakeVectorsOrthogonal",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Makes vectors orthagonal by using the cross product of the vectors.",
"bExposeToLibrary": true,
"StateId": "C90913CC-475A15CC-96C0E383-A61AAE63"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "MultiplyAdd",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Modulate the \"add\" input by by the base input and then add the result to the base input.",
"bExposeToLibrary": true,
"StateId": "27042758-4D037C38-6A8326BA-756B6AEF"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "TimeWithSpeedVariable",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_Transactional | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Time multiplied by speed with an option to use the remainder or time itself.",
"bExposeToLibrary": true,
"StateId": "3161742E-4800C603-B145E1AF-56D3BE63"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "Transform3x3Matrix",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "Transform a vector into a new basis",
"bExposeToLibrary": true,
"StateId": "C330DE33-4A86FAB2-7255B1AC-3A6AC1B4"
}
}
]

View file

@ -0,0 +1,13 @@
[
{
"Type": "MaterialFunction",
"Name": "TransformToZVector",
"Class": "UScriptClass'MaterialFunction'",
"Flags": "RF_Public | RF_Standalone | RF_WasLoaded | RF_LoadCompleted",
"Properties": {
"Description": "This transforms a vector based on a Z vector and generated orthogonal X and Y vectors. Useful for transforming worldposition based on Hit normals etc.",
"bExposeToLibrary": true,
"StateId": "4A0C0323-41EFBE0F-65260B88-B780A3F3"
}
}
]