Implemented ULxLuaValues (not tested yet)

This commit is contained in:
2025-03-26 18:17:17 -04:00
parent 408c73521d
commit 3741470b20
8 changed files with 258 additions and 28 deletions

View File

@@ -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.