ncsoft / Unreal.js

Unreal.js: Javascript runtime built for UnrealEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

don't override blueprint method

ldj790940278 opened this issue · comments

hello,if my blueprint has a function1,in my js,i still want to use it ,how can i write in my js?
in js may like this
function1{
bp.function1
},but can not run