Nice try on WingPropHandle

This commit is contained in:
2026-04-03 19:07:39 -04:00
parent daa9216ddf
commit 297586f351
61 changed files with 108 additions and 112 deletions

View File

@@ -329,7 +329,7 @@ void UWingServer::TryCallHandler(const FString &Line)
// Populate the handler object with the request parameters.
WingPropHandle Props;
WingPropHandle::Handles Handles = Props.AllProperties(HandlerObj.Get(), true, CPF_None);
WingPropHandle::Handles Handles = Props.AllProperties(HandlerObj.Get(), true);
if (!WingPropHandle::PopulateFromJson(Handles, *Request, false))
{
UWingServer::SuggestManual(WingManual::Section::HandlerHelp);