We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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中应该怎么调用???? DECLARE_DELEGATE(FFinishDelegate); DECLARE_DELEGATE_OneParam(FInitDelegate, bool);
void TestCpp(FFinishDelegate FinishDelegate,FInitDelegate InitDelegate) { ........ } 这个暴露给LUA以后,调用过来的函数没有绑定,这个应该怎么处理呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
静态委托的绑定,Lua中应该怎么调用????
DECLARE_DELEGATE(FFinishDelegate);
DECLARE_DELEGATE_OneParam(FInitDelegate, bool);
void TestCpp(FFinishDelegate FinishDelegate,FInitDelegate InitDelegate)
{
........
}
这个暴露给LUA以后,调用过来的函数没有绑定,这个应该怎么处理呢?
The text was updated successfully, but these errors were encountered: