Lots of work on lua call interface, also improved makefiles

This commit is contained in:
2025-02-24 16:46:05 -05:00
parent 4023d19247
commit bed4f3e805
10 changed files with 1870 additions and 101 deletions

View File

@@ -267,7 +267,7 @@ FText UK2Node_FormatError::GetTooltipText() const
return NodeTooltip;
}
UEdGraphPin* FindOutputStructPinChecked(UEdGraphNode* Node)
static UEdGraphPin* FindOutputStructPinChecked(UEdGraphNode* Node)
{
check(NULL != Node);
UEdGraphPin* OutputPin = NULL;