赞
踩
"项目路径\Intermediate\PythonStub\unreal.py"
https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/
conda create -n unreal python=2.7
import unreal
unreal.log("Hello World")
TArray = unreal.Array(int)
TArray.append(1)
TArray.append(2)
TArray.append(3)
unreal.log(TArray)
输出成功
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。