Open
English updated doc
7
Unreal Engine is a complete suite of development tools made for anyone working with real-time technology. From enterprise applications and cinematic experiences to high-quality games across PC, console, mobile, VR, and AR.
Trying to play the helloCharacter level, crashes the editor...
After a little bit of debugging the problem lives in this two functions, even spawning only one character, crashes the engine.
function createCharacter() {
let pos = randomPoint()
pos.Z += 100
// All UObject has static function .C({UObject}), which just return its input arg.
// But *.d.ts ha
Created by Epic Games
pyscript文件夹下建立一个头文件, 命名为
py_docs.h:
然后将所有api的英文描述写入,PyDoc_STRVAR。
未来如果有其他文档