-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
蓝图传数组参数给lua,数组为空问题仍然存在 #404
Labels
bug
Something isn't working
Comments
和 #401 同一个问题 |
xuyanghuang-tencent
added
pending release
This will be released on next version
bug
Something isn't working
labels
May 10, 2022
第一张图里的 |
没有,我只是测试下,蓝图传入lua参数和lua返回到蓝图参数的过程,有没有问题。应该说是,在lua中创建一个数组,作为返回值返回时,蓝图接收到的是空值 |
试试把 |
xuyanghuang-tencent
pushed a commit
that referenced
this issue
May 10, 2022
xuyanghuang-tencent
pushed a commit
that referenced
this issue
May 10, 2022
xuyanghuang-tencent
removed
the
pending release
This will be released on next version
label
Nov 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
比如在蓝图定义一个非空的数组全局变量Array。然后再定义一个空的函数(名字Bar)给脚本覆盖,这个函数有一个数组类型的输入参数。
在蓝图调用Bar时把数组变量Array传进去,此时在脚本Bar函数打印传进来的数组变量的长度,输出为0,传过来的数组是空的。
(看了下之前有人提过这个问题,说2.0preview解决了,但是我用2.1.4还是有这个问题)
The text was updated successfully, but these errors were encountered: