Notification changes in UE Wingman
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user