New slash command parser

This commit is contained in:
2026-05-26 18:20:35 -04:00
parent 8dab0d16b7
commit 46051526e6
8 changed files with 596 additions and 6 deletions

View File

@@ -250,7 +250,7 @@ void UK2Node_FormatMessage::ExpandNode(class FKismetCompilerContext& CompilerCon
}
else
{
FormatFunction = UKismetTextLibrary::StaticClass()->FindFunctionByName(GET_MEMBER_NAME_CHECKED(UKismetTextLibrary, Format));
FormatFunction = UlxFormatDataLibrary::StaticClass()->FindFunctionByName(GET_MEMBER_NAME_CHECKED(UlxFormatDataLibrary, FormatMessageInternal));
}
// This is the node that does all the Format work and outputs the message.