Skip to content
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中怎么传递和使用? #621

Open
Astorli opened this issue Dec 5, 2024 · 0 comments
Open

静态委托声明的变量,LUA中怎么传递和使用? #621

Astorli opened this issue Dec 5, 2024 · 0 comments

Comments

@Astorli
Copy link

Astorli commented Dec 5, 2024

静态委托的绑定,Lua中应该怎么调用????
DECLARE_DELEGATE(FFinishDelegate);
DECLARE_DELEGATE_OneParam(FInitDelegate, bool);

void TestCpp(FFinishDelegate FinishDelegate,FInitDelegate InitDelegate)
{
........
}
这个暴露给LUA以后,调用过来的函数没有绑定,这个应该怎么处理呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant