Nice try on WingPropHandle
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user