Skip to content

一个蓝图函数参数为int数组的时候,如果lua重写了函数,那么蓝图调用该函数的时候,没法传递数组参数 #401

@shuitian

Description

@shuitian

在蓝图中定义函数TestArray,只接受一个参数整数数组
screenshot-20220426-101320
分别在lua中调用和蓝图中调用
screenshot-20220426-101335
screenshot-20220426-101346
输出结果是对的,都是长度为2
screenshot-20220426-101404

但是,当在lua中重写该函数时
screenshot-20220426-101511
再打印出来的长度,其中一个不对了,就是蓝图中的函数调用不对了。
screenshot-20220426-101455

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions