森雨Plus

Results 3 issues of 森雨Plus

问题出现在`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::GetReturnValue() ```

```typescript ReceiveBeginPlay(): void { let world = this.GetWorld() let actor = world.SpawnActor(UE.MainActor.StaticClass(), undefined, UE.ESpawnActorCollisionHandlingMethod.Undefined, undefined, undefined) as UE.MainActor; } ``` ``` let actor = world.SpawnActor(UE.MainActor.StaticClass(), undefined, UE.ESpawnActorCollisionHandlingMethod.Undefined, undefined, undefined); ^...

With the 4.0 update, the armature layers API changes to the bone collections

bug