Notification changes in UE Wingman

This commit is contained in:
2026-03-18 20:08:50 -04:00
parent 230f104fda
commit 809de505b6
16 changed files with 123 additions and 96 deletions

View File

@@ -304,7 +304,7 @@ void UWingServer::TryCallHandler(const FString &Line)
Request->RemoveField(TEXT("command"));
// Find the handler UClass for the specified command.
UClass** HandlerClass = WingHandlerRegistry.Find(Command);
TObjectPtr<UClass>* HandlerClass = WingHandlerRegistry.Find(Command);
if (!HandlerClass)
{
UWingServer::Printf(TEXT("Unknown command: %s"), *Command);