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;