ITR2_ASSET/Engine/Content/Functions/Engine_MaterialFunctions02/Math/CreateThirdOrthogonalVector.json

13 lines
572 B
JSON
Raw Normal View History

[
{
"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"
}
}
]