From 5b9aa7b0affcb4a1e02d3ec146c4c48388906c22 Mon Sep 17 00:00:00 2001 From: johnche Date: Wed, 18 Oct 2023 10:21:32 +0800 Subject: [PATCH] =?UTF-8?q?[unreal]=E5=B1=9E=E6=80=A7=E8=8E=B7=E5=8F=96Get?= =?UTF-8?q?Arg=E6=94=B9=E4=B8=BAAPI::GetArg=EF=BC=8C=E4=B9=8B=E5=89=8D?= =?UTF-8?q?=E7=9A=84=E9=81=97=E6=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unreal/Puerts/Source/JsEnv/Public/StaticCall.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unreal/Puerts/Source/JsEnv/Public/StaticCall.hpp b/unreal/Puerts/Source/JsEnv/Public/StaticCall.hpp index 09918a2c56..f3d5cd39f8 100644 --- a/unreal/Puerts/Source/JsEnv/Public/StaticCall.hpp +++ b/unreal/Puerts/Source/JsEnv/Public/StaticCall.hpp @@ -1131,7 +1131,7 @@ struct PropertyWrapper::accept(context, GetArg(info, 0))) + if (!API::template Converter::accept(context, API::GetArg(info, 0))) { API::ThrowException(info, "invalid value for property"); return;