We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题出现在Constructor()中的console.warn("TsTestActor.Constructor this.Add", this.Add(33, 44));
Constructor()
console.warn("TsTestActor.Constructor this.Add", this.Add(33, 44));
Unhandled Exception: EXCEPTION_ACCESS_VIOLATION 0x0000000000000000 UE4Editor_JsEnv!puerts::FFunctionTranslator::Call() [puerts_unreal_demo\Plugins\Puerts\Source\JsEnv\Private\FunctionTranslator.cpp:108] UE4Editor_JsEnv!puerts::FFunctionTranslator::Call() [puerts_unreal_demo\Plugins\Puerts\Source\JsEnv\Private\FunctionTranslator.cpp:89] UE4Editor_JsEnv!v8::internal::FunctionCallbackArguments::Call() UE4Editor_JsEnv!v8::internal::CustomArguments<v8::FunctionCallbackInfo<v8::Value> >::GetReturnValue<v8::internal::Object>()
The text was updated successfully, but these errors were encountered:
解决了,你更新下代码
Sorry, something went wrong.
No branches or pull requests
问题出现在
Constructor()
中的console.warn("TsTestActor.Constructor this.Add", this.Add(33, 44));
The text was updated successfully, but these errors were encountered: