narutosu

Results 3 issues of narutosu

PS E:\Work\puerts_unreal_demo\Plugins\Puerts\Generator> python main.py ('vcxproj_path ', '../../../Intermediate/ProjectFiles/puerts_unreal_demo.vcxproj') ('tree == ', ) ('root.tag ===', '{http://schemas.microsoft.com/developer/msbuild/2003}Project') ('namespaces ===', {'ns': 'http://schemas.microsoft.com/developer/msbuild/2003'}) Traceback (most recent call last): File "main.py", line 278, in main() File...

import * as UE from 'ue' import {$ref, $unref, $set, argv, on, toManualReleaseDelegate, releaseManualReleaseDelegate} from 'puerts'; ///////////////////////////////////////////////////////////////////////// let world = (argv.getByName("GameInstance") as UE.GameInstance).GetWorld(); let actor = world.SpawnActor(UE.MainActor.StaticClass(), undefined, UE.ESpawnActorCollisionHandlingMethod.Undefined, undefined,...