Fix crash when using Vector3 soft casting in Visual Scripts

This commit is contained in:
Wojtek Figat
2023-07-18 09:48:43 +02:00
parent 011162744c
commit 44518e88d5
5 changed files with 142 additions and 1 deletions

View File

@@ -675,6 +675,10 @@ void VisjectExecutor::ProcessGroupPacking(Box* box, Node* node, Value& value)
}
}
}
// For in-built structures try to convert it into internal format for better comparability with the scripting
value.Inline();
break;
}
// Unpack Structure