Lots of work on lua call interface, also improved makefiles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user