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

Getting a UClass from JS #26

Open
GeorgeR opened this issue Sep 5, 2017 · 2 comments
Open

Getting a UClass from JS #26

GeorgeR opened this issue Sep 5, 2017 · 2 comments

Comments

@GeorgeR
Copy link

GeorgeR commented Sep 5, 2017

If all my JS contains is a class extending a UObject, how can I get that as a UClass in c++?

@crocuis
Copy link
Contributor

crocuis commented Sep 5, 2017

This is possible because you can access the UClass generated by Javascript through C ++ functions, but because the class created in Javascript is not Persistant, it is better to implement it in a different way.

@GeorgeR
Copy link
Author

GeorgeR commented Sep 5, 2017

I know it's not persistent - hopefully I can cache the result and only reload it with a user command. How do I access that UClass?

Maybe an example would be a good idea as I imagine it's something people would want to do.

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

2 participants