Implemented ULxLuaValues (not tested yet)
This commit is contained in:
@@ -95,7 +95,7 @@ void UK2Node_FormatMessage::CreateCorrectPins()
|
||||
|
||||
if (FindPin(FormatPinName, EGPD_Input) == nullptr) {
|
||||
UEdGraphPin *P = CreatePin(EGPD_Input, UEdGraphSchema_K2::PC_String, FormatPinName);
|
||||
P->DefaultValue = TEXT("Error Message");
|
||||
P->DefaultValue = TEXT("Message");
|
||||
}
|
||||
|
||||
// If this is a FormatMessage node, create a pin to output the result as text.
|
||||
|
||||
Reference in New Issue
Block a user