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

Create a code generator for TArray wrappers #38

Open
enlight opened this issue Jul 21, 2015 · 0 comments
Open

Create a code generator for TArray wrappers #38

enlight opened this issue Jul 21, 2015 · 0 comments
Assignees

Comments

@enlight
Copy link
Owner

enlight commented Jul 21, 2015

Adding support for new TArray element types is currently very tedious, for example here's a recent effort to add support for TArray<FName> in e021d11. You end up having to write the managed wrapper, the native wrapper, the code to glue the wrappers together. It'd be nice if the glue code could be fully auto-generated, as could most of the managed wrapper, the native wrapper is the only part that really needs to be written by hand (and even then it'd be nice if an "empty" one was generated and could then just be filled in).

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

No branches or pull requests

1 participant